Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2024-24783 (GCVE-0-2024-24783)
Vulnerability from cvelistv5 – Published: 2024-03-05 22:22 – Updated: 2025-02-13 17:40- CWE-476 - NULL Pointer Dereference
| Vendor | Product | Version | |
|---|---|---|---|
| Go standard library | crypto/x509 |
Affected:
0 , < 1.21.8
(semver)
Affected: 1.22.0-0 , < 1.22.1 (semver) |
{
"containers": {
"adp": [
{
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
}
},
{
"other": {
"content": {
"id": "CVE-2024-24783",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2024-03-06T18:26:26.163411Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-476",
"description": "CWE-476 NULL Pointer Dereference",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2024-11-05T16:57:46.952Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
},
{
"providerMetadata": {
"dateUpdated": "2024-08-01T23:28:12.597Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"x_transferred"
],
"url": "https://go.dev/issue/65390"
},
{
"tags": [
"x_transferred"
],
"url": "https://go.dev/cl/569339"
},
{
"tags": [
"x_transferred"
],
"url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg"
},
{
"tags": [
"x_transferred"
],
"url": "https://pkg.go.dev/vuln/GO-2024-2598"
},
{
"tags": [
"x_transferred"
],
"url": "https://security.netapp.com/advisory/ntap-20240329-0005/"
},
{
"tags": [
"x_transferred"
],
"url": "http://www.openwall.com/lists/oss-security/2024/03/08/4"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"collectionURL": "https://pkg.go.dev",
"defaultStatus": "unaffected",
"packageName": "crypto/x509",
"product": "crypto/x509",
"programRoutines": [
{
"name": "Certificate.buildChains"
},
{
"name": "Certificate.Verify"
}
],
"vendor": "Go standard library",
"versions": [
{
"lessThan": "1.21.8",
"status": "affected",
"version": "0",
"versionType": "semver"
},
{
"lessThan": "1.22.1",
"status": "affected",
"version": "1.22.0-0",
"versionType": "semver"
}
]
}
],
"credits": [
{
"lang": "en",
"value": "John Howard (Google)"
}
],
"descriptions": [
{
"lang": "en",
"value": "Verifying a certificate chain which contains a certificate with an unknown public key algorithm will cause Certificate.Verify to panic. This affects all crypto/tls clients, and servers that set Config.ClientAuth to VerifyClientCertIfGiven or RequireAndVerifyClientCert. The default behavior is for TLS servers to not verify client certificates."
}
],
"problemTypes": [
{
"descriptions": [
{
"description": "CWE-476: NULL Pointer Dereference",
"lang": "en"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2024-05-01T17:09:42.854Z",
"orgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
"shortName": "Go"
},
"references": [
{
"url": "https://go.dev/issue/65390"
},
{
"url": "https://go.dev/cl/569339"
},
{
"url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg"
},
{
"url": "https://pkg.go.dev/vuln/GO-2024-2598"
},
{
"url": "https://security.netapp.com/advisory/ntap-20240329-0005/"
},
{
"url": "http://www.openwall.com/lists/oss-security/2024/03/08/4"
}
],
"title": "Verify panics on certificates with an unknown public key algorithm in crypto/x509"
}
},
"cveMetadata": {
"assignerOrgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
"assignerShortName": "Go",
"cveId": "CVE-2024-24783",
"datePublished": "2024-03-05T22:22:26.647Z",
"dateReserved": "2024-01-30T16:05:14.757Z",
"dateUpdated": "2025-02-13T17:40:23.803Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2024-24783",
"date": "2026-05-29",
"epss": "0.00602",
"percentile": "0.69851"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2024-24783\",\"sourceIdentifier\":\"security@golang.org\",\"published\":\"2024-03-05T23:15:07.683\",\"lastModified\":\"2024-11-21T08:59:41.620\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Verifying a certificate chain which contains a certificate with an unknown public key algorithm will cause Certificate.Verify to panic. This affects all crypto/tls clients, and servers that set Config.ClientAuth to VerifyClientCertIfGiven or RequireAndVerifyClientCert. The default behavior is for TLS servers to not verify client certificates.\"},{\"lang\":\"es\",\"value\":\"La verificaci\u00f3n de una cadena de certificados que contiene un certificado con un algoritmo de clave p\u00fablica desconocido provocar\u00e1 que Certificate.Verify entre en p\u00e1nico. Esto afecta a todos los clientes cripto/tls y a los servidores que configuran Config.ClientAuth en VerifyClientCertIfGiven o RequireAndVerifyClientCert. El comportamiento predeterminado es que los servidores TLS no verifiquen los certificados de los clientes.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N\",\"baseScore\":5.9,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":2.2,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-476\"}]}],\"references\":[{\"url\":\"http://www.openwall.com/lists/oss-security/2024/03/08/4\",\"source\":\"security@golang.org\"},{\"url\":\"https://go.dev/cl/569339\",\"source\":\"security@golang.org\"},{\"url\":\"https://go.dev/issue/65390\",\"source\":\"security@golang.org\"},{\"url\":\"https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg\",\"source\":\"security@golang.org\"},{\"url\":\"https://pkg.go.dev/vuln/GO-2024-2598\",\"source\":\"security@golang.org\"},{\"url\":\"https://security.netapp.com/advisory/ntap-20240329-0005/\",\"source\":\"security@golang.org\"},{\"url\":\"http://www.openwall.com/lists/oss-security/2024/03/08/4\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://go.dev/cl/569339\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://go.dev/issue/65390\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://pkg.go.dev/vuln/GO-2024-2598\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://security.netapp.com/advisory/ntap-20240329-0005/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://go.dev/issue/65390\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://go.dev/cl/569339\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://pkg.go.dev/vuln/GO-2024-2598\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://security.netapp.com/advisory/ntap-20240329-0005/\", \"tags\": [\"x_transferred\"]}, {\"url\": \"http://www.openwall.com/lists/oss-security/2024/03/08/4\", \"tags\": [\"x_transferred\"]}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-08-01T23:28:12.597Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 5.9, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N\", \"integrityImpact\": \"HIGH\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"HIGH\", \"availabilityImpact\": \"NONE\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2024-24783\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-03-06T18:26:26.163411Z\"}}}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-476\", \"description\": \"CWE-476 NULL Pointer Dereference\"}]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-05-23T19:01:16.110Z\"}}], \"cna\": {\"title\": \"Verify panics on certificates with an unknown public key algorithm in crypto/x509\", \"credits\": [{\"lang\": \"en\", \"value\": \"John Howard (Google)\"}], \"affected\": [{\"vendor\": \"Go standard library\", \"product\": \"crypto/x509\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"1.21.8\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"1.22.0-0\", \"lessThan\": \"1.22.1\", \"versionType\": \"semver\"}], \"packageName\": \"crypto/x509\", \"collectionURL\": \"https://pkg.go.dev\", \"defaultStatus\": \"unaffected\", \"programRoutines\": [{\"name\": \"Certificate.buildChains\"}, {\"name\": \"Certificate.Verify\"}]}], \"references\": [{\"url\": \"https://go.dev/issue/65390\"}, {\"url\": \"https://go.dev/cl/569339\"}, {\"url\": \"https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg\"}, {\"url\": \"https://pkg.go.dev/vuln/GO-2024-2598\"}, {\"url\": \"https://security.netapp.com/advisory/ntap-20240329-0005/\"}, {\"url\": \"http://www.openwall.com/lists/oss-security/2024/03/08/4\"}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"Verifying a certificate chain which contains a certificate with an unknown public key algorithm will cause Certificate.Verify to panic. This affects all crypto/tls clients, and servers that set Config.ClientAuth to VerifyClientCertIfGiven or RequireAndVerifyClientCert. The default behavior is for TLS servers to not verify client certificates.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"description\": \"CWE-476: NULL Pointer Dereference\"}]}], \"providerMetadata\": {\"orgId\": \"1bb62c36-49e3-4200-9d77-64a1400537cc\", \"shortName\": \"Go\", \"dateUpdated\": \"2024-05-01T17:09:42.854Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2024-24783\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-02-13T17:40:23.803Z\", \"dateReserved\": \"2024-01-30T16:05:14.757Z\", \"assignerOrgId\": \"1bb62c36-49e3-4200-9d77-64a1400537cc\", \"datePublished\": \"2024-03-05T22:22:26.647Z\", \"assignerShortName\": \"Go\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
RHSA-2024:4520
Vulnerability from csaf_redhat - Published: 2024-07-11 17:32 - Updated: 2026-05-22 21:06A flaw was discovered in Go's net/http standard library package. When parsing a multipart form (either explicitly with Request.ParseMultipartForm or implicitly with Request.FormValue, Request.PostFormValue, or Request.FormFile), limits on the total size of the parsed form were not applied to the memory consumed while reading a single form line. This permits a maliciously crafted input containing very long lines to cause allocation of arbitrarily large amounts of memory, potentially leading to memory exhaustion. With fix, the ParseMultipartForm function now correctly limits the maximum size of form lines.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:e95991a0d2c516ac5c8fcc1b741b3d3b30adb16ed9656079454d0b4103311480_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:a5620a35a89b38cc9f8ef6147efe40b9a62d5f8d961968e81e4b84e0f6337c94_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:56eae69c12cf1c7f1c7fd64a938c669bdc50dd353f733f1971c35d0b9ef56e48_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:434e8a6dae031c7aa99728e1f2d9bbaae6bd8ff64d6e06c3597a8f14e6590c03_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:97399e762ce9744f026eb2cf6366b5f286e4a92b32db30b79787901eb580fbf4_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:652082a93de2fc55d5046e1b0d04fe034459b60b0549bb75c15a9972c96ae68f_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:3e7567bd91be37295cc85532dd304cebd37828ddf5b88a511f9e4ad101ec7349_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:4de0188e7e57ab94a125c454e0be15ff701e7f5c52660c357386cc303feb70e8_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:ea7d70b11eb094a586b40e16b91a3003c1dc57ae80ac9e298e0971460e095f08_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:da6b96d2e936f2c8c14b5e7273623c1872d86ce67698e7494c74adb8fdfcee57_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:c392763d7f67dcef77b013b0fc977c3854b44dc33e6737e3608c62ce565c1f68_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:399d46d5b2aef2f8ce82943164362d8946c87876be14437198df877c007e2f12_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:4a69ad5f28081c0ca8d11081af1b0751e7ca24457e879941cffc6ef0587d2b28_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:395d982a9939f0dc24d713e15f42b72811b2a68d97f8a20e69ae0fda931f1c46_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:6b9712b1c36920b9c1f1824f7b1520a05fdf110040295660ebbab0d17601bb0d_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:5a773ec0f63de6bc1d340ad3a322f9e61eec39922de6c078df0560705455695e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:46827d5f7d1e6ff68eb9ef4d5efd6478d531a0b2b5d4ab4169485ddb43e69b06_amd64 | — |
Workaround
|
A flaw was found in Go's crypto/x509 standard library package. Verifying a certificate chain that contains a certificate with an unknown public key algorithm will cause a Certificate.Verify to panic. This issue affects all crypto/tls clients and servers that set Config.ClientAuth to VerifyClientCertIfGiven or RequireAndVerifyClientCert.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:ea7d70b11eb094a586b40e16b91a3003c1dc57ae80ac9e298e0971460e095f08_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:a5620a35a89b38cc9f8ef6147efe40b9a62d5f8d961968e81e4b84e0f6337c94_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:56eae69c12cf1c7f1c7fd64a938c669bdc50dd353f733f1971c35d0b9ef56e48_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:434e8a6dae031c7aa99728e1f2d9bbaae6bd8ff64d6e06c3597a8f14e6590c03_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:97399e762ce9744f026eb2cf6366b5f286e4a92b32db30b79787901eb580fbf4_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:652082a93de2fc55d5046e1b0d04fe034459b60b0549bb75c15a9972c96ae68f_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:3e7567bd91be37295cc85532dd304cebd37828ddf5b88a511f9e4ad101ec7349_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:4de0188e7e57ab94a125c454e0be15ff701e7f5c52660c357386cc303feb70e8_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:da6b96d2e936f2c8c14b5e7273623c1872d86ce67698e7494c74adb8fdfcee57_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:e95991a0d2c516ac5c8fcc1b741b3d3b30adb16ed9656079454d0b4103311480_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:c392763d7f67dcef77b013b0fc977c3854b44dc33e6737e3608c62ce565c1f68_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:399d46d5b2aef2f8ce82943164362d8946c87876be14437198df877c007e2f12_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:4a69ad5f28081c0ca8d11081af1b0751e7ca24457e879941cffc6ef0587d2b28_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:395d982a9939f0dc24d713e15f42b72811b2a68d97f8a20e69ae0fda931f1c46_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:6b9712b1c36920b9c1f1824f7b1520a05fdf110040295660ebbab0d17601bb0d_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:5a773ec0f63de6bc1d340ad3a322f9e61eec39922de6c078df0560705455695e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:46827d5f7d1e6ff68eb9ef4d5efd6478d531a0b2b5d4ab4169485ddb43e69b06_amd64 | — |
Workaround
|
A flaw was found in Go's net/mail standard library package. The ParseAddressList function incorrectly handles comments (text within parentheses) within display names. Since this is a misalignment with conforming address parsers, it can result in different trust decisions made by programs using different parsers.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:a5620a35a89b38cc9f8ef6147efe40b9a62d5f8d961968e81e4b84e0f6337c94_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:56eae69c12cf1c7f1c7fd64a938c669bdc50dd353f733f1971c35d0b9ef56e48_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:434e8a6dae031c7aa99728e1f2d9bbaae6bd8ff64d6e06c3597a8f14e6590c03_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:97399e762ce9744f026eb2cf6366b5f286e4a92b32db30b79787901eb580fbf4_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:652082a93de2fc55d5046e1b0d04fe034459b60b0549bb75c15a9972c96ae68f_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:3e7567bd91be37295cc85532dd304cebd37828ddf5b88a511f9e4ad101ec7349_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:4de0188e7e57ab94a125c454e0be15ff701e7f5c52660c357386cc303feb70e8_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:ea7d70b11eb094a586b40e16b91a3003c1dc57ae80ac9e298e0971460e095f08_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:da6b96d2e936f2c8c14b5e7273623c1872d86ce67698e7494c74adb8fdfcee57_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:e95991a0d2c516ac5c8fcc1b741b3d3b30adb16ed9656079454d0b4103311480_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:c392763d7f67dcef77b013b0fc977c3854b44dc33e6737e3608c62ce565c1f68_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:399d46d5b2aef2f8ce82943164362d8946c87876be14437198df877c007e2f12_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:4a69ad5f28081c0ca8d11081af1b0751e7ca24457e879941cffc6ef0587d2b28_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:395d982a9939f0dc24d713e15f42b72811b2a68d97f8a20e69ae0fda931f1c46_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:6b9712b1c36920b9c1f1824f7b1520a05fdf110040295660ebbab0d17601bb0d_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:5a773ec0f63de6bc1d340ad3a322f9e61eec39922de6c078df0560705455695e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:46827d5f7d1e6ff68eb9ef4d5efd6478d531a0b2b5d4ab4169485ddb43e69b06_amd64 | — |
Workaround
|
A flaw was found in Go's html/template standard library package. If errors returned from MarshalJSON methods contain user-controlled data, they may be used to break the contextual auto-escaping behavior of the html/template package, allowing subsequent actions to inject unexpected content into templates.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:a5620a35a89b38cc9f8ef6147efe40b9a62d5f8d961968e81e4b84e0f6337c94_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:56eae69c12cf1c7f1c7fd64a938c669bdc50dd353f733f1971c35d0b9ef56e48_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:434e8a6dae031c7aa99728e1f2d9bbaae6bd8ff64d6e06c3597a8f14e6590c03_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:97399e762ce9744f026eb2cf6366b5f286e4a92b32db30b79787901eb580fbf4_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:652082a93de2fc55d5046e1b0d04fe034459b60b0549bb75c15a9972c96ae68f_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:3e7567bd91be37295cc85532dd304cebd37828ddf5b88a511f9e4ad101ec7349_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:4de0188e7e57ab94a125c454e0be15ff701e7f5c52660c357386cc303feb70e8_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:ea7d70b11eb094a586b40e16b91a3003c1dc57ae80ac9e298e0971460e095f08_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:da6b96d2e936f2c8c14b5e7273623c1872d86ce67698e7494c74adb8fdfcee57_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:e95991a0d2c516ac5c8fcc1b741b3d3b30adb16ed9656079454d0b4103311480_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:c392763d7f67dcef77b013b0fc977c3854b44dc33e6737e3608c62ce565c1f68_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:399d46d5b2aef2f8ce82943164362d8946c87876be14437198df877c007e2f12_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:4a69ad5f28081c0ca8d11081af1b0751e7ca24457e879941cffc6ef0587d2b28_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:395d982a9939f0dc24d713e15f42b72811b2a68d97f8a20e69ae0fda931f1c46_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:6b9712b1c36920b9c1f1824f7b1520a05fdf110040295660ebbab0d17601bb0d_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:5a773ec0f63de6bc1d340ad3a322f9e61eec39922de6c078df0560705455695e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:46827d5f7d1e6ff68eb9ef4d5efd6478d531a0b2b5d4ab4169485ddb43e69b06_amd64 | — |
Workaround
|
A flaw was found in the webpack-dev-middleware package, where it failed to validate the supplied URL address sufficiently before returning local files. This flaw allows an attacker to craft URLs to return arbitrary local files from the developer's machine. The lack of normalization before calling the middleware also allows the attacker to perform path traversal attacks on the target environment.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:c392763d7f67dcef77b013b0fc977c3854b44dc33e6737e3608c62ce565c1f68_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:a5620a35a89b38cc9f8ef6147efe40b9a62d5f8d961968e81e4b84e0f6337c94_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:56eae69c12cf1c7f1c7fd64a938c669bdc50dd353f733f1971c35d0b9ef56e48_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:434e8a6dae031c7aa99728e1f2d9bbaae6bd8ff64d6e06c3597a8f14e6590c03_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:97399e762ce9744f026eb2cf6366b5f286e4a92b32db30b79787901eb580fbf4_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:652082a93de2fc55d5046e1b0d04fe034459b60b0549bb75c15a9972c96ae68f_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:3e7567bd91be37295cc85532dd304cebd37828ddf5b88a511f9e4ad101ec7349_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:4de0188e7e57ab94a125c454e0be15ff701e7f5c52660c357386cc303feb70e8_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:ea7d70b11eb094a586b40e16b91a3003c1dc57ae80ac9e298e0971460e095f08_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:da6b96d2e936f2c8c14b5e7273623c1872d86ce67698e7494c74adb8fdfcee57_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:e95991a0d2c516ac5c8fcc1b741b3d3b30adb16ed9656079454d0b4103311480_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:399d46d5b2aef2f8ce82943164362d8946c87876be14437198df877c007e2f12_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:4a69ad5f28081c0ca8d11081af1b0751e7ca24457e879941cffc6ef0587d2b28_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:395d982a9939f0dc24d713e15f42b72811b2a68d97f8a20e69ae0fda931f1c46_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:6b9712b1c36920b9c1f1824f7b1520a05fdf110040295660ebbab0d17601bb0d_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:5a773ec0f63de6bc1d340ad3a322f9e61eec39922de6c078df0560705455695e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:46827d5f7d1e6ff68eb9ef4d5efd6478d531a0b2b5d4ab4169485ddb43e69b06_amd64 | — |
Workaround
|
A vulnerability was found in how Envoy Proxy implements the HTTP/2 codec. There are insufficient limitations placed on the amount of CONTINUATION frames that can be sent within a single stream. This issue could allow an unauthenticated remote attacker to send packets to vulnerable servers, which could use up compute resources to cause a Denial of Service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:4a69ad5f28081c0ca8d11081af1b0751e7ca24457e879941cffc6ef0587d2b28_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:a5620a35a89b38cc9f8ef6147efe40b9a62d5f8d961968e81e4b84e0f6337c94_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:56eae69c12cf1c7f1c7fd64a938c669bdc50dd353f733f1971c35d0b9ef56e48_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:434e8a6dae031c7aa99728e1f2d9bbaae6bd8ff64d6e06c3597a8f14e6590c03_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:97399e762ce9744f026eb2cf6366b5f286e4a92b32db30b79787901eb580fbf4_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:652082a93de2fc55d5046e1b0d04fe034459b60b0549bb75c15a9972c96ae68f_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:3e7567bd91be37295cc85532dd304cebd37828ddf5b88a511f9e4ad101ec7349_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:4de0188e7e57ab94a125c454e0be15ff701e7f5c52660c357386cc303feb70e8_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:ea7d70b11eb094a586b40e16b91a3003c1dc57ae80ac9e298e0971460e095f08_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:da6b96d2e936f2c8c14b5e7273623c1872d86ce67698e7494c74adb8fdfcee57_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:e95991a0d2c516ac5c8fcc1b741b3d3b30adb16ed9656079454d0b4103311480_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:c392763d7f67dcef77b013b0fc977c3854b44dc33e6737e3608c62ce565c1f68_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:399d46d5b2aef2f8ce82943164362d8946c87876be14437198df877c007e2f12_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:395d982a9939f0dc24d713e15f42b72811b2a68d97f8a20e69ae0fda931f1c46_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:6b9712b1c36920b9c1f1824f7b1520a05fdf110040295660ebbab0d17601bb0d_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:5a773ec0f63de6bc1d340ad3a322f9e61eec39922de6c078df0560705455695e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:46827d5f7d1e6ff68eb9ef4d5efd6478d531a0b2b5d4ab4169485ddb43e69b06_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": "The Migration Toolkit for Containers (MTC) 1.7.16 is now available.\n\nRed Hat Product Security has rated this update as having a security impact\nof Important. A Common Vulnerability Scoring System (CVSS) base score,\nwhich gives a detailed severity rating, is available for each vulnerability\nfrom the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The Migration Toolkit for Containers (MTC) enables you to migrate Kubernetes resources, persistent volume data, and internal container images between OpenShift Container Platform clusters, using the MTC web console or the Kubernetes API.\n\nSecurity Fix(es) from Bugzilla:\n\n* webpack-dev-middleware: lack of URL validation may lead to file leak (CVE-2024-29180)\n\n* golang: net/http: memory exhaustion in Request.ParseMultipartForm (CVE-2023-45290)\n\n* golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm (CVE-2024-24783)\n\n* golang: net/mail: comments in display names are incorrectly handled (CVE-2024-24784)\n\n* golang: html/template: errors returned from MarshalJSON methods may break template escaping (CVE-2024-24785)\n\n* envoy: HTTP/2 CPU exhaustion due to CONTINUATION frame flood (CVE-2024-30255)\n\nFor more details about the security issue(s), including the impact, a CVSS score, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2024:4520",
"url": "https://access.redhat.com/errata/RHSA-2024:4520"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2268017",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268017"
},
{
"category": "external",
"summary": "2268019",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268019"
},
{
"category": "external",
"summary": "2268021",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268021"
},
{
"category": "external",
"summary": "2268022",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268022"
},
{
"category": "external",
"summary": "2270863",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2270863"
},
{
"category": "external",
"summary": "2272986",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2272986"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_4520.json"
}
],
"title": "Red Hat Security Advisory: Migration Toolkit for Containers (MTC) 1.7.16 security and bug fix update",
"tracking": {
"current_release_date": "2026-05-22T21:06:09+00:00",
"generator": {
"date": "2026-05-22T21:06:09+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2024:4520",
"initial_release_date": "2024-07-11T17:32:34+00:00",
"revision_history": [
{
"date": "2024-07-11T17:32:34+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-07-11T17:32:34+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-22T21:06:09+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "8Base-RHMTC-1.7",
"product": {
"name": "8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhmt:1.7::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat Migration Toolkit"
},
{
"branches": [
{
"category": "product_version",
"name": "rhmtc/openshift-migration-controller-rhel8@sha256:a5620a35a89b38cc9f8ef6147efe40b9a62d5f8d961968e81e4b84e0f6337c94_amd64",
"product": {
"name": "rhmtc/openshift-migration-controller-rhel8@sha256:a5620a35a89b38cc9f8ef6147efe40b9a62d5f8d961968e81e4b84e0f6337c94_amd64",
"product_id": "rhmtc/openshift-migration-controller-rhel8@sha256:a5620a35a89b38cc9f8ef6147efe40b9a62d5f8d961968e81e4b84e0f6337c94_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-controller-rhel8@sha256:a5620a35a89b38cc9f8ef6147efe40b9a62d5f8d961968e81e4b84e0f6337c94?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-controller-rhel8\u0026tag=v1.7.16-4"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-hook-runner-rhel8@sha256:56eae69c12cf1c7f1c7fd64a938c669bdc50dd353f733f1971c35d0b9ef56e48_amd64",
"product": {
"name": "rhmtc/openshift-migration-hook-runner-rhel8@sha256:56eae69c12cf1c7f1c7fd64a938c669bdc50dd353f733f1971c35d0b9ef56e48_amd64",
"product_id": "rhmtc/openshift-migration-hook-runner-rhel8@sha256:56eae69c12cf1c7f1c7fd64a938c669bdc50dd353f733f1971c35d0b9ef56e48_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-hook-runner-rhel8@sha256:56eae69c12cf1c7f1c7fd64a938c669bdc50dd353f733f1971c35d0b9ef56e48?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-hook-runner-rhel8\u0026tag=v1.7.16-5"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-legacy-rhel8-operator@sha256:434e8a6dae031c7aa99728e1f2d9bbaae6bd8ff64d6e06c3597a8f14e6590c03_amd64",
"product": {
"name": "rhmtc/openshift-migration-legacy-rhel8-operator@sha256:434e8a6dae031c7aa99728e1f2d9bbaae6bd8ff64d6e06c3597a8f14e6590c03_amd64",
"product_id": "rhmtc/openshift-migration-legacy-rhel8-operator@sha256:434e8a6dae031c7aa99728e1f2d9bbaae6bd8ff64d6e06c3597a8f14e6590c03_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-legacy-rhel8-operator@sha256:434e8a6dae031c7aa99728e1f2d9bbaae6bd8ff64d6e06c3597a8f14e6590c03?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-legacy-rhel8-operator\u0026tag=v1.7.16-7"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-log-reader-rhel8@sha256:97399e762ce9744f026eb2cf6366b5f286e4a92b32db30b79787901eb580fbf4_amd64",
"product": {
"name": "rhmtc/openshift-migration-log-reader-rhel8@sha256:97399e762ce9744f026eb2cf6366b5f286e4a92b32db30b79787901eb580fbf4_amd64",
"product_id": "rhmtc/openshift-migration-log-reader-rhel8@sha256:97399e762ce9744f026eb2cf6366b5f286e4a92b32db30b79787901eb580fbf4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-log-reader-rhel8@sha256:97399e762ce9744f026eb2cf6366b5f286e4a92b32db30b79787901eb580fbf4?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-log-reader-rhel8\u0026tag=v1.7.16-5"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-must-gather-rhel8@sha256:652082a93de2fc55d5046e1b0d04fe034459b60b0549bb75c15a9972c96ae68f_amd64",
"product": {
"name": "rhmtc/openshift-migration-must-gather-rhel8@sha256:652082a93de2fc55d5046e1b0d04fe034459b60b0549bb75c15a9972c96ae68f_amd64",
"product_id": "rhmtc/openshift-migration-must-gather-rhel8@sha256:652082a93de2fc55d5046e1b0d04fe034459b60b0549bb75c15a9972c96ae68f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-must-gather-rhel8@sha256:652082a93de2fc55d5046e1b0d04fe034459b60b0549bb75c15a9972c96ae68f?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-must-gather-rhel8\u0026tag=v1.7.16-6"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-openvpn-rhel8@sha256:3e7567bd91be37295cc85532dd304cebd37828ddf5b88a511f9e4ad101ec7349_amd64",
"product": {
"name": "rhmtc/openshift-migration-openvpn-rhel8@sha256:3e7567bd91be37295cc85532dd304cebd37828ddf5b88a511f9e4ad101ec7349_amd64",
"product_id": "rhmtc/openshift-migration-openvpn-rhel8@sha256:3e7567bd91be37295cc85532dd304cebd37828ddf5b88a511f9e4ad101ec7349_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-openvpn-rhel8@sha256:3e7567bd91be37295cc85532dd304cebd37828ddf5b88a511f9e4ad101ec7349?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-openvpn-rhel8\u0026tag=v1.7.16-6"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-rhel8-operator@sha256:da6b96d2e936f2c8c14b5e7273623c1872d86ce67698e7494c74adb8fdfcee57_amd64",
"product": {
"name": "rhmtc/openshift-migration-rhel8-operator@sha256:da6b96d2e936f2c8c14b5e7273623c1872d86ce67698e7494c74adb8fdfcee57_amd64",
"product_id": "rhmtc/openshift-migration-rhel8-operator@sha256:da6b96d2e936f2c8c14b5e7273623c1872d86ce67698e7494c74adb8fdfcee57_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-rhel8-operator@sha256:da6b96d2e936f2c8c14b5e7273623c1872d86ce67698e7494c74adb8fdfcee57?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-rhel8-operator\u0026tag=v1.7.16-6"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-operator-bundle@sha256:4de0188e7e57ab94a125c454e0be15ff701e7f5c52660c357386cc303feb70e8_amd64",
"product": {
"name": "rhmtc/openshift-migration-operator-bundle@sha256:4de0188e7e57ab94a125c454e0be15ff701e7f5c52660c357386cc303feb70e8_amd64",
"product_id": "rhmtc/openshift-migration-operator-bundle@sha256:4de0188e7e57ab94a125c454e0be15ff701e7f5c52660c357386cc303feb70e8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-operator-bundle@sha256:4de0188e7e57ab94a125c454e0be15ff701e7f5c52660c357386cc303feb70e8?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-operator-bundle\u0026tag=v1.7.16-7"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-registry-rhel8@sha256:ea7d70b11eb094a586b40e16b91a3003c1dc57ae80ac9e298e0971460e095f08_amd64",
"product": {
"name": "rhmtc/openshift-migration-registry-rhel8@sha256:ea7d70b11eb094a586b40e16b91a3003c1dc57ae80ac9e298e0971460e095f08_amd64",
"product_id": "rhmtc/openshift-migration-registry-rhel8@sha256:ea7d70b11eb094a586b40e16b91a3003c1dc57ae80ac9e298e0971460e095f08_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-registry-rhel8@sha256:ea7d70b11eb094a586b40e16b91a3003c1dc57ae80ac9e298e0971460e095f08?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-registry-rhel8\u0026tag=v1.7.16-5"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:e95991a0d2c516ac5c8fcc1b741b3d3b30adb16ed9656079454d0b4103311480_amd64",
"product": {
"name": "rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:e95991a0d2c516ac5c8fcc1b741b3d3b30adb16ed9656079454d0b4103311480_amd64",
"product_id": "rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:e95991a0d2c516ac5c8fcc1b741b3d3b30adb16ed9656079454d0b4103311480_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-rsync-transfer-rhel8@sha256:e95991a0d2c516ac5c8fcc1b741b3d3b30adb16ed9656079454d0b4103311480?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-rsync-transfer-rhel8\u0026tag=v1.7.16-5"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-ui-rhel8@sha256:c392763d7f67dcef77b013b0fc977c3854b44dc33e6737e3608c62ce565c1f68_amd64",
"product": {
"name": "rhmtc/openshift-migration-ui-rhel8@sha256:c392763d7f67dcef77b013b0fc977c3854b44dc33e6737e3608c62ce565c1f68_amd64",
"product_id": "rhmtc/openshift-migration-ui-rhel8@sha256:c392763d7f67dcef77b013b0fc977c3854b44dc33e6737e3608c62ce565c1f68_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-ui-rhel8@sha256:c392763d7f67dcef77b013b0fc977c3854b44dc33e6737e3608c62ce565c1f68?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-ui-rhel8\u0026tag=v1.7.16-6"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-velero-rhel8@sha256:5a773ec0f63de6bc1d340ad3a322f9e61eec39922de6c078df0560705455695e_amd64",
"product": {
"name": "rhmtc/openshift-migration-velero-rhel8@sha256:5a773ec0f63de6bc1d340ad3a322f9e61eec39922de6c078df0560705455695e_amd64",
"product_id": "rhmtc/openshift-migration-velero-rhel8@sha256:5a773ec0f63de6bc1d340ad3a322f9e61eec39922de6c078df0560705455695e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-velero-rhel8@sha256:5a773ec0f63de6bc1d340ad3a322f9e61eec39922de6c078df0560705455695e?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-velero-rhel8\u0026tag=v1.7.16-4"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:399d46d5b2aef2f8ce82943164362d8946c87876be14437198df877c007e2f12_amd64",
"product": {
"name": "rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:399d46d5b2aef2f8ce82943164362d8946c87876be14437198df877c007e2f12_amd64",
"product_id": "rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:399d46d5b2aef2f8ce82943164362d8946c87876be14437198df877c007e2f12_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-velero-plugin-for-aws-rhel8@sha256:399d46d5b2aef2f8ce82943164362d8946c87876be14437198df877c007e2f12?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-velero-plugin-for-aws-rhel8\u0026tag=v1.7.16-5"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:4a69ad5f28081c0ca8d11081af1b0751e7ca24457e879941cffc6ef0587d2b28_amd64",
"product": {
"name": "rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:4a69ad5f28081c0ca8d11081af1b0751e7ca24457e879941cffc6ef0587d2b28_amd64",
"product_id": "rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:4a69ad5f28081c0ca8d11081af1b0751e7ca24457e879941cffc6ef0587d2b28_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:4a69ad5f28081c0ca8d11081af1b0751e7ca24457e879941cffc6ef0587d2b28?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8\u0026tag=v1.7.16-6"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:395d982a9939f0dc24d713e15f42b72811b2a68d97f8a20e69ae0fda931f1c46_amd64",
"product": {
"name": "rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:395d982a9939f0dc24d713e15f42b72811b2a68d97f8a20e69ae0fda931f1c46_amd64",
"product_id": "rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:395d982a9939f0dc24d713e15f42b72811b2a68d97f8a20e69ae0fda931f1c46_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:395d982a9939f0dc24d713e15f42b72811b2a68d97f8a20e69ae0fda931f1c46?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8\u0026tag=v1.7.16-5"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:6b9712b1c36920b9c1f1824f7b1520a05fdf110040295660ebbab0d17601bb0d_amd64",
"product": {
"name": "rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:6b9712b1c36920b9c1f1824f7b1520a05fdf110040295660ebbab0d17601bb0d_amd64",
"product_id": "rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:6b9712b1c36920b9c1f1824f7b1520a05fdf110040295660ebbab0d17601bb0d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-velero-restic-restore-helper-rhel8@sha256:6b9712b1c36920b9c1f1824f7b1520a05fdf110040295660ebbab0d17601bb0d?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-velero-restic-restore-helper-rhel8\u0026tag=v1.7.16-4"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-velero-plugin-rhel8@sha256:46827d5f7d1e6ff68eb9ef4d5efd6478d531a0b2b5d4ab4169485ddb43e69b06_amd64",
"product": {
"name": "rhmtc/openshift-velero-plugin-rhel8@sha256:46827d5f7d1e6ff68eb9ef4d5efd6478d531a0b2b5d4ab4169485ddb43e69b06_amd64",
"product_id": "rhmtc/openshift-velero-plugin-rhel8@sha256:46827d5f7d1e6ff68eb9ef4d5efd6478d531a0b2b5d4ab4169485ddb43e69b06_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-velero-plugin-rhel8@sha256:46827d5f7d1e6ff68eb9ef4d5efd6478d531a0b2b5d4ab4169485ddb43e69b06?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-velero-plugin-rhel8\u0026tag=v1.7.16-5"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-controller-rhel8@sha256:a5620a35a89b38cc9f8ef6147efe40b9a62d5f8d961968e81e4b84e0f6337c94_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:a5620a35a89b38cc9f8ef6147efe40b9a62d5f8d961968e81e4b84e0f6337c94_amd64"
},
"product_reference": "rhmtc/openshift-migration-controller-rhel8@sha256:a5620a35a89b38cc9f8ef6147efe40b9a62d5f8d961968e81e4b84e0f6337c94_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-hook-runner-rhel8@sha256:56eae69c12cf1c7f1c7fd64a938c669bdc50dd353f733f1971c35d0b9ef56e48_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:56eae69c12cf1c7f1c7fd64a938c669bdc50dd353f733f1971c35d0b9ef56e48_amd64"
},
"product_reference": "rhmtc/openshift-migration-hook-runner-rhel8@sha256:56eae69c12cf1c7f1c7fd64a938c669bdc50dd353f733f1971c35d0b9ef56e48_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-legacy-rhel8-operator@sha256:434e8a6dae031c7aa99728e1f2d9bbaae6bd8ff64d6e06c3597a8f14e6590c03_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:434e8a6dae031c7aa99728e1f2d9bbaae6bd8ff64d6e06c3597a8f14e6590c03_amd64"
},
"product_reference": "rhmtc/openshift-migration-legacy-rhel8-operator@sha256:434e8a6dae031c7aa99728e1f2d9bbaae6bd8ff64d6e06c3597a8f14e6590c03_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-log-reader-rhel8@sha256:97399e762ce9744f026eb2cf6366b5f286e4a92b32db30b79787901eb580fbf4_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:97399e762ce9744f026eb2cf6366b5f286e4a92b32db30b79787901eb580fbf4_amd64"
},
"product_reference": "rhmtc/openshift-migration-log-reader-rhel8@sha256:97399e762ce9744f026eb2cf6366b5f286e4a92b32db30b79787901eb580fbf4_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-must-gather-rhel8@sha256:652082a93de2fc55d5046e1b0d04fe034459b60b0549bb75c15a9972c96ae68f_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:652082a93de2fc55d5046e1b0d04fe034459b60b0549bb75c15a9972c96ae68f_amd64"
},
"product_reference": "rhmtc/openshift-migration-must-gather-rhel8@sha256:652082a93de2fc55d5046e1b0d04fe034459b60b0549bb75c15a9972c96ae68f_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-openvpn-rhel8@sha256:3e7567bd91be37295cc85532dd304cebd37828ddf5b88a511f9e4ad101ec7349_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:3e7567bd91be37295cc85532dd304cebd37828ddf5b88a511f9e4ad101ec7349_amd64"
},
"product_reference": "rhmtc/openshift-migration-openvpn-rhel8@sha256:3e7567bd91be37295cc85532dd304cebd37828ddf5b88a511f9e4ad101ec7349_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-operator-bundle@sha256:4de0188e7e57ab94a125c454e0be15ff701e7f5c52660c357386cc303feb70e8_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:4de0188e7e57ab94a125c454e0be15ff701e7f5c52660c357386cc303feb70e8_amd64"
},
"product_reference": "rhmtc/openshift-migration-operator-bundle@sha256:4de0188e7e57ab94a125c454e0be15ff701e7f5c52660c357386cc303feb70e8_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-registry-rhel8@sha256:ea7d70b11eb094a586b40e16b91a3003c1dc57ae80ac9e298e0971460e095f08_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:ea7d70b11eb094a586b40e16b91a3003c1dc57ae80ac9e298e0971460e095f08_amd64"
},
"product_reference": "rhmtc/openshift-migration-registry-rhel8@sha256:ea7d70b11eb094a586b40e16b91a3003c1dc57ae80ac9e298e0971460e095f08_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-rhel8-operator@sha256:da6b96d2e936f2c8c14b5e7273623c1872d86ce67698e7494c74adb8fdfcee57_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:da6b96d2e936f2c8c14b5e7273623c1872d86ce67698e7494c74adb8fdfcee57_amd64"
},
"product_reference": "rhmtc/openshift-migration-rhel8-operator@sha256:da6b96d2e936f2c8c14b5e7273623c1872d86ce67698e7494c74adb8fdfcee57_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:e95991a0d2c516ac5c8fcc1b741b3d3b30adb16ed9656079454d0b4103311480_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:e95991a0d2c516ac5c8fcc1b741b3d3b30adb16ed9656079454d0b4103311480_amd64"
},
"product_reference": "rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:e95991a0d2c516ac5c8fcc1b741b3d3b30adb16ed9656079454d0b4103311480_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-ui-rhel8@sha256:c392763d7f67dcef77b013b0fc977c3854b44dc33e6737e3608c62ce565c1f68_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:c392763d7f67dcef77b013b0fc977c3854b44dc33e6737e3608c62ce565c1f68_amd64"
},
"product_reference": "rhmtc/openshift-migration-ui-rhel8@sha256:c392763d7f67dcef77b013b0fc977c3854b44dc33e6737e3608c62ce565c1f68_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:399d46d5b2aef2f8ce82943164362d8946c87876be14437198df877c007e2f12_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:399d46d5b2aef2f8ce82943164362d8946c87876be14437198df877c007e2f12_amd64"
},
"product_reference": "rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:399d46d5b2aef2f8ce82943164362d8946c87876be14437198df877c007e2f12_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:4a69ad5f28081c0ca8d11081af1b0751e7ca24457e879941cffc6ef0587d2b28_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:4a69ad5f28081c0ca8d11081af1b0751e7ca24457e879941cffc6ef0587d2b28_amd64"
},
"product_reference": "rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:4a69ad5f28081c0ca8d11081af1b0751e7ca24457e879941cffc6ef0587d2b28_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:395d982a9939f0dc24d713e15f42b72811b2a68d97f8a20e69ae0fda931f1c46_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:395d982a9939f0dc24d713e15f42b72811b2a68d97f8a20e69ae0fda931f1c46_amd64"
},
"product_reference": "rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:395d982a9939f0dc24d713e15f42b72811b2a68d97f8a20e69ae0fda931f1c46_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:6b9712b1c36920b9c1f1824f7b1520a05fdf110040295660ebbab0d17601bb0d_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:6b9712b1c36920b9c1f1824f7b1520a05fdf110040295660ebbab0d17601bb0d_amd64"
},
"product_reference": "rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:6b9712b1c36920b9c1f1824f7b1520a05fdf110040295660ebbab0d17601bb0d_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-velero-rhel8@sha256:5a773ec0f63de6bc1d340ad3a322f9e61eec39922de6c078df0560705455695e_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:5a773ec0f63de6bc1d340ad3a322f9e61eec39922de6c078df0560705455695e_amd64"
},
"product_reference": "rhmtc/openshift-migration-velero-rhel8@sha256:5a773ec0f63de6bc1d340ad3a322f9e61eec39922de6c078df0560705455695e_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-velero-plugin-rhel8@sha256:46827d5f7d1e6ff68eb9ef4d5efd6478d531a0b2b5d4ab4169485ddb43e69b06_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:46827d5f7d1e6ff68eb9ef4d5efd6478d531a0b2b5d4ab4169485ddb43e69b06_amd64"
},
"product_reference": "rhmtc/openshift-velero-plugin-rhel8@sha256:46827d5f7d1e6ff68eb9ef4d5efd6478d531a0b2b5d4ab4169485ddb43e69b06_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-45290",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:a5620a35a89b38cc9f8ef6147efe40b9a62d5f8d961968e81e4b84e0f6337c94_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:56eae69c12cf1c7f1c7fd64a938c669bdc50dd353f733f1971c35d0b9ef56e48_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:434e8a6dae031c7aa99728e1f2d9bbaae6bd8ff64d6e06c3597a8f14e6590c03_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:97399e762ce9744f026eb2cf6366b5f286e4a92b32db30b79787901eb580fbf4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:652082a93de2fc55d5046e1b0d04fe034459b60b0549bb75c15a9972c96ae68f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:3e7567bd91be37295cc85532dd304cebd37828ddf5b88a511f9e4ad101ec7349_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:4de0188e7e57ab94a125c454e0be15ff701e7f5c52660c357386cc303feb70e8_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:ea7d70b11eb094a586b40e16b91a3003c1dc57ae80ac9e298e0971460e095f08_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:da6b96d2e936f2c8c14b5e7273623c1872d86ce67698e7494c74adb8fdfcee57_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:c392763d7f67dcef77b013b0fc977c3854b44dc33e6737e3608c62ce565c1f68_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:399d46d5b2aef2f8ce82943164362d8946c87876be14437198df877c007e2f12_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:4a69ad5f28081c0ca8d11081af1b0751e7ca24457e879941cffc6ef0587d2b28_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:395d982a9939f0dc24d713e15f42b72811b2a68d97f8a20e69ae0fda931f1c46_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:6b9712b1c36920b9c1f1824f7b1520a05fdf110040295660ebbab0d17601bb0d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:5a773ec0f63de6bc1d340ad3a322f9e61eec39922de6c078df0560705455695e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:46827d5f7d1e6ff68eb9ef4d5efd6478d531a0b2b5d4ab4169485ddb43e69b06_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268017"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was discovered in Go\u0027s net/http standard library package. When parsing a multipart form (either explicitly with Request.ParseMultipartForm or implicitly with Request.FormValue, Request.PostFormValue, or Request.FormFile), limits on the total size of the parsed form were not applied to the memory consumed while reading a single form line. This permits a maliciously crafted input containing very long lines to cause allocation of arbitrarily large amounts of memory, potentially leading to memory exhaustion. With fix, the ParseMultipartForm function now correctly limits the maximum size of form lines.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http: golang: mime/multipart: golang: net/textproto: memory exhaustion in Request.ParseMultipartForm",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:e95991a0d2c516ac5c8fcc1b741b3d3b30adb16ed9656079454d0b4103311480_amd64"
],
"known_not_affected": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:a5620a35a89b38cc9f8ef6147efe40b9a62d5f8d961968e81e4b84e0f6337c94_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:56eae69c12cf1c7f1c7fd64a938c669bdc50dd353f733f1971c35d0b9ef56e48_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:434e8a6dae031c7aa99728e1f2d9bbaae6bd8ff64d6e06c3597a8f14e6590c03_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:97399e762ce9744f026eb2cf6366b5f286e4a92b32db30b79787901eb580fbf4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:652082a93de2fc55d5046e1b0d04fe034459b60b0549bb75c15a9972c96ae68f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:3e7567bd91be37295cc85532dd304cebd37828ddf5b88a511f9e4ad101ec7349_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:4de0188e7e57ab94a125c454e0be15ff701e7f5c52660c357386cc303feb70e8_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:ea7d70b11eb094a586b40e16b91a3003c1dc57ae80ac9e298e0971460e095f08_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:da6b96d2e936f2c8c14b5e7273623c1872d86ce67698e7494c74adb8fdfcee57_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:c392763d7f67dcef77b013b0fc977c3854b44dc33e6737e3608c62ce565c1f68_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:399d46d5b2aef2f8ce82943164362d8946c87876be14437198df877c007e2f12_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:4a69ad5f28081c0ca8d11081af1b0751e7ca24457e879941cffc6ef0587d2b28_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:395d982a9939f0dc24d713e15f42b72811b2a68d97f8a20e69ae0fda931f1c46_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:6b9712b1c36920b9c1f1824f7b1520a05fdf110040295660ebbab0d17601bb0d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:5a773ec0f63de6bc1d340ad3a322f9e61eec39922de6c078df0560705455695e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:46827d5f7d1e6ff68eb9ef4d5efd6478d531a0b2b5d4ab4169485ddb43e69b06_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45290"
},
{
"category": "external",
"summary": "RHBZ#2268017",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268017"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45290",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45290"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45290",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45290"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2024/03/08/4",
"url": "http://www.openwall.com/lists/oss-security/2024/03/08/4"
},
{
"category": "external",
"summary": "https://go.dev/cl/569341",
"url": "https://go.dev/cl/569341"
},
{
"category": "external",
"summary": "https://go.dev/issue/65383",
"url": "https://go.dev/issue/65383"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg",
"url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2599",
"url": "https://pkg.go.dev/vuln/GO-2024-2599"
},
{
"category": "external",
"summary": "https://security.netapp.com/advisory/ntap-20240329-0004",
"url": "https://security.netapp.com/advisory/ntap-20240329-0004"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-07-11T17:32:34+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:e95991a0d2c516ac5c8fcc1b741b3d3b30adb16ed9656079454d0b4103311480_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:4520"
},
{
"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-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:a5620a35a89b38cc9f8ef6147efe40b9a62d5f8d961968e81e4b84e0f6337c94_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:56eae69c12cf1c7f1c7fd64a938c669bdc50dd353f733f1971c35d0b9ef56e48_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:434e8a6dae031c7aa99728e1f2d9bbaae6bd8ff64d6e06c3597a8f14e6590c03_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:97399e762ce9744f026eb2cf6366b5f286e4a92b32db30b79787901eb580fbf4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:652082a93de2fc55d5046e1b0d04fe034459b60b0549bb75c15a9972c96ae68f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:3e7567bd91be37295cc85532dd304cebd37828ddf5b88a511f9e4ad101ec7349_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:4de0188e7e57ab94a125c454e0be15ff701e7f5c52660c357386cc303feb70e8_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:ea7d70b11eb094a586b40e16b91a3003c1dc57ae80ac9e298e0971460e095f08_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:da6b96d2e936f2c8c14b5e7273623c1872d86ce67698e7494c74adb8fdfcee57_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:e95991a0d2c516ac5c8fcc1b741b3d3b30adb16ed9656079454d0b4103311480_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:c392763d7f67dcef77b013b0fc977c3854b44dc33e6737e3608c62ce565c1f68_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:399d46d5b2aef2f8ce82943164362d8946c87876be14437198df877c007e2f12_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:4a69ad5f28081c0ca8d11081af1b0751e7ca24457e879941cffc6ef0587d2b28_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:395d982a9939f0dc24d713e15f42b72811b2a68d97f8a20e69ae0fda931f1c46_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:6b9712b1c36920b9c1f1824f7b1520a05fdf110040295660ebbab0d17601bb0d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:5a773ec0f63de6bc1d340ad3a322f9e61eec39922de6c078df0560705455695e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:46827d5f7d1e6ff68eb9ef4d5efd6478d531a0b2b5d4ab4169485ddb43e69b06_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:a5620a35a89b38cc9f8ef6147efe40b9a62d5f8d961968e81e4b84e0f6337c94_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:56eae69c12cf1c7f1c7fd64a938c669bdc50dd353f733f1971c35d0b9ef56e48_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:434e8a6dae031c7aa99728e1f2d9bbaae6bd8ff64d6e06c3597a8f14e6590c03_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:97399e762ce9744f026eb2cf6366b5f286e4a92b32db30b79787901eb580fbf4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:652082a93de2fc55d5046e1b0d04fe034459b60b0549bb75c15a9972c96ae68f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:3e7567bd91be37295cc85532dd304cebd37828ddf5b88a511f9e4ad101ec7349_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:4de0188e7e57ab94a125c454e0be15ff701e7f5c52660c357386cc303feb70e8_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:ea7d70b11eb094a586b40e16b91a3003c1dc57ae80ac9e298e0971460e095f08_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:da6b96d2e936f2c8c14b5e7273623c1872d86ce67698e7494c74adb8fdfcee57_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:e95991a0d2c516ac5c8fcc1b741b3d3b30adb16ed9656079454d0b4103311480_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:c392763d7f67dcef77b013b0fc977c3854b44dc33e6737e3608c62ce565c1f68_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:399d46d5b2aef2f8ce82943164362d8946c87876be14437198df877c007e2f12_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:4a69ad5f28081c0ca8d11081af1b0751e7ca24457e879941cffc6ef0587d2b28_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:395d982a9939f0dc24d713e15f42b72811b2a68d97f8a20e69ae0fda931f1c46_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:6b9712b1c36920b9c1f1824f7b1520a05fdf110040295660ebbab0d17601bb0d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:5a773ec0f63de6bc1d340ad3a322f9e61eec39922de6c078df0560705455695e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:46827d5f7d1e6ff68eb9ef4d5efd6478d531a0b2b5d4ab4169485ddb43e69b06_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: golang: mime/multipart: golang: net/textproto: memory exhaustion in Request.ParseMultipartForm"
},
{
"cve": "CVE-2024-24783",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:a5620a35a89b38cc9f8ef6147efe40b9a62d5f8d961968e81e4b84e0f6337c94_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:56eae69c12cf1c7f1c7fd64a938c669bdc50dd353f733f1971c35d0b9ef56e48_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:434e8a6dae031c7aa99728e1f2d9bbaae6bd8ff64d6e06c3597a8f14e6590c03_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:97399e762ce9744f026eb2cf6366b5f286e4a92b32db30b79787901eb580fbf4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:652082a93de2fc55d5046e1b0d04fe034459b60b0549bb75c15a9972c96ae68f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:3e7567bd91be37295cc85532dd304cebd37828ddf5b88a511f9e4ad101ec7349_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:4de0188e7e57ab94a125c454e0be15ff701e7f5c52660c357386cc303feb70e8_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:da6b96d2e936f2c8c14b5e7273623c1872d86ce67698e7494c74adb8fdfcee57_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:e95991a0d2c516ac5c8fcc1b741b3d3b30adb16ed9656079454d0b4103311480_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:c392763d7f67dcef77b013b0fc977c3854b44dc33e6737e3608c62ce565c1f68_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:399d46d5b2aef2f8ce82943164362d8946c87876be14437198df877c007e2f12_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:4a69ad5f28081c0ca8d11081af1b0751e7ca24457e879941cffc6ef0587d2b28_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:395d982a9939f0dc24d713e15f42b72811b2a68d97f8a20e69ae0fda931f1c46_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:6b9712b1c36920b9c1f1824f7b1520a05fdf110040295660ebbab0d17601bb0d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:5a773ec0f63de6bc1d340ad3a322f9e61eec39922de6c078df0560705455695e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:46827d5f7d1e6ff68eb9ef4d5efd6478d531a0b2b5d4ab4169485ddb43e69b06_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268019"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s crypto/x509 standard library package. Verifying a certificate chain that contains a certificate with an unknown public key algorithm will cause a Certificate.Verify to panic. This issue affects all crypto/tls clients and servers that set Config.ClientAuth to VerifyClientCertIfGiven or RequireAndVerifyClientCert.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:ea7d70b11eb094a586b40e16b91a3003c1dc57ae80ac9e298e0971460e095f08_amd64"
],
"known_not_affected": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:a5620a35a89b38cc9f8ef6147efe40b9a62d5f8d961968e81e4b84e0f6337c94_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:56eae69c12cf1c7f1c7fd64a938c669bdc50dd353f733f1971c35d0b9ef56e48_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:434e8a6dae031c7aa99728e1f2d9bbaae6bd8ff64d6e06c3597a8f14e6590c03_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:97399e762ce9744f026eb2cf6366b5f286e4a92b32db30b79787901eb580fbf4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:652082a93de2fc55d5046e1b0d04fe034459b60b0549bb75c15a9972c96ae68f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:3e7567bd91be37295cc85532dd304cebd37828ddf5b88a511f9e4ad101ec7349_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:4de0188e7e57ab94a125c454e0be15ff701e7f5c52660c357386cc303feb70e8_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:da6b96d2e936f2c8c14b5e7273623c1872d86ce67698e7494c74adb8fdfcee57_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:e95991a0d2c516ac5c8fcc1b741b3d3b30adb16ed9656079454d0b4103311480_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:c392763d7f67dcef77b013b0fc977c3854b44dc33e6737e3608c62ce565c1f68_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:399d46d5b2aef2f8ce82943164362d8946c87876be14437198df877c007e2f12_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:4a69ad5f28081c0ca8d11081af1b0751e7ca24457e879941cffc6ef0587d2b28_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:395d982a9939f0dc24d713e15f42b72811b2a68d97f8a20e69ae0fda931f1c46_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:6b9712b1c36920b9c1f1824f7b1520a05fdf110040295660ebbab0d17601bb0d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:5a773ec0f63de6bc1d340ad3a322f9e61eec39922de6c078df0560705455695e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:46827d5f7d1e6ff68eb9ef4d5efd6478d531a0b2b5d4ab4169485ddb43e69b06_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24783"
},
{
"category": "external",
"summary": "RHBZ#2268019",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268019"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24783",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24783"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24783",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24783"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2024/03/08/4",
"url": "http://www.openwall.com/lists/oss-security/2024/03/08/4"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-3q2c-pvp5-3cqp",
"url": "https://github.com/advisories/GHSA-3q2c-pvp5-3cqp"
},
{
"category": "external",
"summary": "https://go.dev/cl/569339",
"url": "https://go.dev/cl/569339"
},
{
"category": "external",
"summary": "https://go.dev/issue/65390",
"url": "https://go.dev/issue/65390"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg",
"url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2598",
"url": "https://pkg.go.dev/vuln/GO-2024-2598"
},
{
"category": "external",
"summary": "https://security.netapp.com/advisory/ntap-20240329-0005",
"url": "https://security.netapp.com/advisory/ntap-20240329-0005"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-07-11T17:32:34+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:ea7d70b11eb094a586b40e16b91a3003c1dc57ae80ac9e298e0971460e095f08_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:4520"
},
{
"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-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:a5620a35a89b38cc9f8ef6147efe40b9a62d5f8d961968e81e4b84e0f6337c94_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:56eae69c12cf1c7f1c7fd64a938c669bdc50dd353f733f1971c35d0b9ef56e48_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:434e8a6dae031c7aa99728e1f2d9bbaae6bd8ff64d6e06c3597a8f14e6590c03_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:97399e762ce9744f026eb2cf6366b5f286e4a92b32db30b79787901eb580fbf4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:652082a93de2fc55d5046e1b0d04fe034459b60b0549bb75c15a9972c96ae68f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:3e7567bd91be37295cc85532dd304cebd37828ddf5b88a511f9e4ad101ec7349_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:4de0188e7e57ab94a125c454e0be15ff701e7f5c52660c357386cc303feb70e8_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:ea7d70b11eb094a586b40e16b91a3003c1dc57ae80ac9e298e0971460e095f08_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:da6b96d2e936f2c8c14b5e7273623c1872d86ce67698e7494c74adb8fdfcee57_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:e95991a0d2c516ac5c8fcc1b741b3d3b30adb16ed9656079454d0b4103311480_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:c392763d7f67dcef77b013b0fc977c3854b44dc33e6737e3608c62ce565c1f68_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:399d46d5b2aef2f8ce82943164362d8946c87876be14437198df877c007e2f12_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:4a69ad5f28081c0ca8d11081af1b0751e7ca24457e879941cffc6ef0587d2b28_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:395d982a9939f0dc24d713e15f42b72811b2a68d97f8a20e69ae0fda931f1c46_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:6b9712b1c36920b9c1f1824f7b1520a05fdf110040295660ebbab0d17601bb0d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:5a773ec0f63de6bc1d340ad3a322f9e61eec39922de6c078df0560705455695e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:46827d5f7d1e6ff68eb9ef4d5efd6478d531a0b2b5d4ab4169485ddb43e69b06_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:a5620a35a89b38cc9f8ef6147efe40b9a62d5f8d961968e81e4b84e0f6337c94_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:56eae69c12cf1c7f1c7fd64a938c669bdc50dd353f733f1971c35d0b9ef56e48_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:434e8a6dae031c7aa99728e1f2d9bbaae6bd8ff64d6e06c3597a8f14e6590c03_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:97399e762ce9744f026eb2cf6366b5f286e4a92b32db30b79787901eb580fbf4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:652082a93de2fc55d5046e1b0d04fe034459b60b0549bb75c15a9972c96ae68f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:3e7567bd91be37295cc85532dd304cebd37828ddf5b88a511f9e4ad101ec7349_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:4de0188e7e57ab94a125c454e0be15ff701e7f5c52660c357386cc303feb70e8_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:ea7d70b11eb094a586b40e16b91a3003c1dc57ae80ac9e298e0971460e095f08_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:da6b96d2e936f2c8c14b5e7273623c1872d86ce67698e7494c74adb8fdfcee57_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:e95991a0d2c516ac5c8fcc1b741b3d3b30adb16ed9656079454d0b4103311480_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:c392763d7f67dcef77b013b0fc977c3854b44dc33e6737e3608c62ce565c1f68_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:399d46d5b2aef2f8ce82943164362d8946c87876be14437198df877c007e2f12_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:4a69ad5f28081c0ca8d11081af1b0751e7ca24457e879941cffc6ef0587d2b28_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:395d982a9939f0dc24d713e15f42b72811b2a68d97f8a20e69ae0fda931f1c46_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:6b9712b1c36920b9c1f1824f7b1520a05fdf110040295660ebbab0d17601bb0d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:5a773ec0f63de6bc1d340ad3a322f9e61eec39922de6c078df0560705455695e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:46827d5f7d1e6ff68eb9ef4d5efd6478d531a0b2b5d4ab4169485ddb43e69b06_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm"
},
{
"cve": "CVE-2024-24784",
"cwe": {
"id": "CWE-115",
"name": "Misinterpretation of Input"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:56eae69c12cf1c7f1c7fd64a938c669bdc50dd353f733f1971c35d0b9ef56e48_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:434e8a6dae031c7aa99728e1f2d9bbaae6bd8ff64d6e06c3597a8f14e6590c03_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:97399e762ce9744f026eb2cf6366b5f286e4a92b32db30b79787901eb580fbf4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:652082a93de2fc55d5046e1b0d04fe034459b60b0549bb75c15a9972c96ae68f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:3e7567bd91be37295cc85532dd304cebd37828ddf5b88a511f9e4ad101ec7349_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:4de0188e7e57ab94a125c454e0be15ff701e7f5c52660c357386cc303feb70e8_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:ea7d70b11eb094a586b40e16b91a3003c1dc57ae80ac9e298e0971460e095f08_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:da6b96d2e936f2c8c14b5e7273623c1872d86ce67698e7494c74adb8fdfcee57_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:e95991a0d2c516ac5c8fcc1b741b3d3b30adb16ed9656079454d0b4103311480_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:c392763d7f67dcef77b013b0fc977c3854b44dc33e6737e3608c62ce565c1f68_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:399d46d5b2aef2f8ce82943164362d8946c87876be14437198df877c007e2f12_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:4a69ad5f28081c0ca8d11081af1b0751e7ca24457e879941cffc6ef0587d2b28_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:395d982a9939f0dc24d713e15f42b72811b2a68d97f8a20e69ae0fda931f1c46_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:6b9712b1c36920b9c1f1824f7b1520a05fdf110040295660ebbab0d17601bb0d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:5a773ec0f63de6bc1d340ad3a322f9e61eec39922de6c078df0560705455695e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:46827d5f7d1e6ff68eb9ef4d5efd6478d531a0b2b5d4ab4169485ddb43e69b06_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268021"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s net/mail standard library package. The ParseAddressList function incorrectly handles comments (text within parentheses) within display names. Since this is a misalignment with conforming address parsers, it can result in different trust decisions made by programs using different parsers.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/mail: comments in display names are incorrectly handled",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:a5620a35a89b38cc9f8ef6147efe40b9a62d5f8d961968e81e4b84e0f6337c94_amd64"
],
"known_not_affected": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:56eae69c12cf1c7f1c7fd64a938c669bdc50dd353f733f1971c35d0b9ef56e48_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:434e8a6dae031c7aa99728e1f2d9bbaae6bd8ff64d6e06c3597a8f14e6590c03_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:97399e762ce9744f026eb2cf6366b5f286e4a92b32db30b79787901eb580fbf4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:652082a93de2fc55d5046e1b0d04fe034459b60b0549bb75c15a9972c96ae68f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:3e7567bd91be37295cc85532dd304cebd37828ddf5b88a511f9e4ad101ec7349_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:4de0188e7e57ab94a125c454e0be15ff701e7f5c52660c357386cc303feb70e8_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:ea7d70b11eb094a586b40e16b91a3003c1dc57ae80ac9e298e0971460e095f08_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:da6b96d2e936f2c8c14b5e7273623c1872d86ce67698e7494c74adb8fdfcee57_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:e95991a0d2c516ac5c8fcc1b741b3d3b30adb16ed9656079454d0b4103311480_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:c392763d7f67dcef77b013b0fc977c3854b44dc33e6737e3608c62ce565c1f68_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:399d46d5b2aef2f8ce82943164362d8946c87876be14437198df877c007e2f12_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:4a69ad5f28081c0ca8d11081af1b0751e7ca24457e879941cffc6ef0587d2b28_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:395d982a9939f0dc24d713e15f42b72811b2a68d97f8a20e69ae0fda931f1c46_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:6b9712b1c36920b9c1f1824f7b1520a05fdf110040295660ebbab0d17601bb0d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:5a773ec0f63de6bc1d340ad3a322f9e61eec39922de6c078df0560705455695e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:46827d5f7d1e6ff68eb9ef4d5efd6478d531a0b2b5d4ab4169485ddb43e69b06_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24784"
},
{
"category": "external",
"summary": "RHBZ#2268021",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268021"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24784",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24784"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24784",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24784"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-07-11T17:32:34+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:a5620a35a89b38cc9f8ef6147efe40b9a62d5f8d961968e81e4b84e0f6337c94_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:4520"
},
{
"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-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:a5620a35a89b38cc9f8ef6147efe40b9a62d5f8d961968e81e4b84e0f6337c94_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:56eae69c12cf1c7f1c7fd64a938c669bdc50dd353f733f1971c35d0b9ef56e48_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:434e8a6dae031c7aa99728e1f2d9bbaae6bd8ff64d6e06c3597a8f14e6590c03_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:97399e762ce9744f026eb2cf6366b5f286e4a92b32db30b79787901eb580fbf4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:652082a93de2fc55d5046e1b0d04fe034459b60b0549bb75c15a9972c96ae68f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:3e7567bd91be37295cc85532dd304cebd37828ddf5b88a511f9e4ad101ec7349_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:4de0188e7e57ab94a125c454e0be15ff701e7f5c52660c357386cc303feb70e8_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:ea7d70b11eb094a586b40e16b91a3003c1dc57ae80ac9e298e0971460e095f08_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:da6b96d2e936f2c8c14b5e7273623c1872d86ce67698e7494c74adb8fdfcee57_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:e95991a0d2c516ac5c8fcc1b741b3d3b30adb16ed9656079454d0b4103311480_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:c392763d7f67dcef77b013b0fc977c3854b44dc33e6737e3608c62ce565c1f68_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:399d46d5b2aef2f8ce82943164362d8946c87876be14437198df877c007e2f12_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:4a69ad5f28081c0ca8d11081af1b0751e7ca24457e879941cffc6ef0587d2b28_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:395d982a9939f0dc24d713e15f42b72811b2a68d97f8a20e69ae0fda931f1c46_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:6b9712b1c36920b9c1f1824f7b1520a05fdf110040295660ebbab0d17601bb0d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:5a773ec0f63de6bc1d340ad3a322f9e61eec39922de6c078df0560705455695e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:46827d5f7d1e6ff68eb9ef4d5efd6478d531a0b2b5d4ab4169485ddb43e69b06_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:a5620a35a89b38cc9f8ef6147efe40b9a62d5f8d961968e81e4b84e0f6337c94_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:56eae69c12cf1c7f1c7fd64a938c669bdc50dd353f733f1971c35d0b9ef56e48_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:434e8a6dae031c7aa99728e1f2d9bbaae6bd8ff64d6e06c3597a8f14e6590c03_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:97399e762ce9744f026eb2cf6366b5f286e4a92b32db30b79787901eb580fbf4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:652082a93de2fc55d5046e1b0d04fe034459b60b0549bb75c15a9972c96ae68f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:3e7567bd91be37295cc85532dd304cebd37828ddf5b88a511f9e4ad101ec7349_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:4de0188e7e57ab94a125c454e0be15ff701e7f5c52660c357386cc303feb70e8_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:ea7d70b11eb094a586b40e16b91a3003c1dc57ae80ac9e298e0971460e095f08_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:da6b96d2e936f2c8c14b5e7273623c1872d86ce67698e7494c74adb8fdfcee57_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:e95991a0d2c516ac5c8fcc1b741b3d3b30adb16ed9656079454d0b4103311480_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:c392763d7f67dcef77b013b0fc977c3854b44dc33e6737e3608c62ce565c1f68_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:399d46d5b2aef2f8ce82943164362d8946c87876be14437198df877c007e2f12_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:4a69ad5f28081c0ca8d11081af1b0751e7ca24457e879941cffc6ef0587d2b28_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:395d982a9939f0dc24d713e15f42b72811b2a68d97f8a20e69ae0fda931f1c46_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:6b9712b1c36920b9c1f1824f7b1520a05fdf110040295660ebbab0d17601bb0d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:5a773ec0f63de6bc1d340ad3a322f9e61eec39922de6c078df0560705455695e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:46827d5f7d1e6ff68eb9ef4d5efd6478d531a0b2b5d4ab4169485ddb43e69b06_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/mail: comments in display names are incorrectly handled"
},
{
"cve": "CVE-2024-24785",
"cwe": {
"id": "CWE-74",
"name": "Improper Neutralization of Special Elements in Output Used by a Downstream Component (\u0027Injection\u0027)"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:56eae69c12cf1c7f1c7fd64a938c669bdc50dd353f733f1971c35d0b9ef56e48_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:434e8a6dae031c7aa99728e1f2d9bbaae6bd8ff64d6e06c3597a8f14e6590c03_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:97399e762ce9744f026eb2cf6366b5f286e4a92b32db30b79787901eb580fbf4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:652082a93de2fc55d5046e1b0d04fe034459b60b0549bb75c15a9972c96ae68f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:3e7567bd91be37295cc85532dd304cebd37828ddf5b88a511f9e4ad101ec7349_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:4de0188e7e57ab94a125c454e0be15ff701e7f5c52660c357386cc303feb70e8_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:ea7d70b11eb094a586b40e16b91a3003c1dc57ae80ac9e298e0971460e095f08_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:da6b96d2e936f2c8c14b5e7273623c1872d86ce67698e7494c74adb8fdfcee57_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:e95991a0d2c516ac5c8fcc1b741b3d3b30adb16ed9656079454d0b4103311480_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:c392763d7f67dcef77b013b0fc977c3854b44dc33e6737e3608c62ce565c1f68_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:399d46d5b2aef2f8ce82943164362d8946c87876be14437198df877c007e2f12_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:4a69ad5f28081c0ca8d11081af1b0751e7ca24457e879941cffc6ef0587d2b28_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:395d982a9939f0dc24d713e15f42b72811b2a68d97f8a20e69ae0fda931f1c46_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:6b9712b1c36920b9c1f1824f7b1520a05fdf110040295660ebbab0d17601bb0d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:5a773ec0f63de6bc1d340ad3a322f9e61eec39922de6c078df0560705455695e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:46827d5f7d1e6ff68eb9ef4d5efd6478d531a0b2b5d4ab4169485ddb43e69b06_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268022"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s html/template standard library package. If errors returned from MarshalJSON methods contain user-controlled data, they may be used to break the contextual auto-escaping behavior of the html/template package, allowing subsequent actions to inject unexpected content into templates.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: errors returned from MarshalJSON methods may break template escaping",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:a5620a35a89b38cc9f8ef6147efe40b9a62d5f8d961968e81e4b84e0f6337c94_amd64"
],
"known_not_affected": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:56eae69c12cf1c7f1c7fd64a938c669bdc50dd353f733f1971c35d0b9ef56e48_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:434e8a6dae031c7aa99728e1f2d9bbaae6bd8ff64d6e06c3597a8f14e6590c03_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:97399e762ce9744f026eb2cf6366b5f286e4a92b32db30b79787901eb580fbf4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:652082a93de2fc55d5046e1b0d04fe034459b60b0549bb75c15a9972c96ae68f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:3e7567bd91be37295cc85532dd304cebd37828ddf5b88a511f9e4ad101ec7349_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:4de0188e7e57ab94a125c454e0be15ff701e7f5c52660c357386cc303feb70e8_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:ea7d70b11eb094a586b40e16b91a3003c1dc57ae80ac9e298e0971460e095f08_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:da6b96d2e936f2c8c14b5e7273623c1872d86ce67698e7494c74adb8fdfcee57_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:e95991a0d2c516ac5c8fcc1b741b3d3b30adb16ed9656079454d0b4103311480_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:c392763d7f67dcef77b013b0fc977c3854b44dc33e6737e3608c62ce565c1f68_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:399d46d5b2aef2f8ce82943164362d8946c87876be14437198df877c007e2f12_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:4a69ad5f28081c0ca8d11081af1b0751e7ca24457e879941cffc6ef0587d2b28_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:395d982a9939f0dc24d713e15f42b72811b2a68d97f8a20e69ae0fda931f1c46_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:6b9712b1c36920b9c1f1824f7b1520a05fdf110040295660ebbab0d17601bb0d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:5a773ec0f63de6bc1d340ad3a322f9e61eec39922de6c078df0560705455695e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:46827d5f7d1e6ff68eb9ef4d5efd6478d531a0b2b5d4ab4169485ddb43e69b06_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24785"
},
{
"category": "external",
"summary": "RHBZ#2268022",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268022"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24785",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24785"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24785",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24785"
},
{
"category": "external",
"summary": "https://go.dev/cl/564196",
"url": "https://go.dev/cl/564196"
},
{
"category": "external",
"summary": "https://go.dev/issue/65697",
"url": "https://go.dev/issue/65697"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg",
"url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2024-2610.json",
"url": "https://vuln.go.dev/ID/GO-2024-2610.json"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-07-11T17:32:34+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:a5620a35a89b38cc9f8ef6147efe40b9a62d5f8d961968e81e4b84e0f6337c94_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:4520"
},
{
"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-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:a5620a35a89b38cc9f8ef6147efe40b9a62d5f8d961968e81e4b84e0f6337c94_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:56eae69c12cf1c7f1c7fd64a938c669bdc50dd353f733f1971c35d0b9ef56e48_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:434e8a6dae031c7aa99728e1f2d9bbaae6bd8ff64d6e06c3597a8f14e6590c03_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:97399e762ce9744f026eb2cf6366b5f286e4a92b32db30b79787901eb580fbf4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:652082a93de2fc55d5046e1b0d04fe034459b60b0549bb75c15a9972c96ae68f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:3e7567bd91be37295cc85532dd304cebd37828ddf5b88a511f9e4ad101ec7349_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:4de0188e7e57ab94a125c454e0be15ff701e7f5c52660c357386cc303feb70e8_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:ea7d70b11eb094a586b40e16b91a3003c1dc57ae80ac9e298e0971460e095f08_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:da6b96d2e936f2c8c14b5e7273623c1872d86ce67698e7494c74adb8fdfcee57_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:e95991a0d2c516ac5c8fcc1b741b3d3b30adb16ed9656079454d0b4103311480_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:c392763d7f67dcef77b013b0fc977c3854b44dc33e6737e3608c62ce565c1f68_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:399d46d5b2aef2f8ce82943164362d8946c87876be14437198df877c007e2f12_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:4a69ad5f28081c0ca8d11081af1b0751e7ca24457e879941cffc6ef0587d2b28_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:395d982a9939f0dc24d713e15f42b72811b2a68d97f8a20e69ae0fda931f1c46_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:6b9712b1c36920b9c1f1824f7b1520a05fdf110040295660ebbab0d17601bb0d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:5a773ec0f63de6bc1d340ad3a322f9e61eec39922de6c078df0560705455695e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:46827d5f7d1e6ff68eb9ef4d5efd6478d531a0b2b5d4ab4169485ddb43e69b06_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:a5620a35a89b38cc9f8ef6147efe40b9a62d5f8d961968e81e4b84e0f6337c94_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:56eae69c12cf1c7f1c7fd64a938c669bdc50dd353f733f1971c35d0b9ef56e48_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:434e8a6dae031c7aa99728e1f2d9bbaae6bd8ff64d6e06c3597a8f14e6590c03_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:97399e762ce9744f026eb2cf6366b5f286e4a92b32db30b79787901eb580fbf4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:652082a93de2fc55d5046e1b0d04fe034459b60b0549bb75c15a9972c96ae68f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:3e7567bd91be37295cc85532dd304cebd37828ddf5b88a511f9e4ad101ec7349_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:4de0188e7e57ab94a125c454e0be15ff701e7f5c52660c357386cc303feb70e8_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:ea7d70b11eb094a586b40e16b91a3003c1dc57ae80ac9e298e0971460e095f08_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:da6b96d2e936f2c8c14b5e7273623c1872d86ce67698e7494c74adb8fdfcee57_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:e95991a0d2c516ac5c8fcc1b741b3d3b30adb16ed9656079454d0b4103311480_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:c392763d7f67dcef77b013b0fc977c3854b44dc33e6737e3608c62ce565c1f68_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:399d46d5b2aef2f8ce82943164362d8946c87876be14437198df877c007e2f12_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:4a69ad5f28081c0ca8d11081af1b0751e7ca24457e879941cffc6ef0587d2b28_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:395d982a9939f0dc24d713e15f42b72811b2a68d97f8a20e69ae0fda931f1c46_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:6b9712b1c36920b9c1f1824f7b1520a05fdf110040295660ebbab0d17601bb0d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:5a773ec0f63de6bc1d340ad3a322f9e61eec39922de6c078df0560705455695e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:46827d5f7d1e6ff68eb9ef4d5efd6478d531a0b2b5d4ab4169485ddb43e69b06_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: errors returned from MarshalJSON methods may break template escaping"
},
{
"cve": "CVE-2024-29180",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2024-03-21T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:a5620a35a89b38cc9f8ef6147efe40b9a62d5f8d961968e81e4b84e0f6337c94_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:56eae69c12cf1c7f1c7fd64a938c669bdc50dd353f733f1971c35d0b9ef56e48_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:434e8a6dae031c7aa99728e1f2d9bbaae6bd8ff64d6e06c3597a8f14e6590c03_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:97399e762ce9744f026eb2cf6366b5f286e4a92b32db30b79787901eb580fbf4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:652082a93de2fc55d5046e1b0d04fe034459b60b0549bb75c15a9972c96ae68f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:3e7567bd91be37295cc85532dd304cebd37828ddf5b88a511f9e4ad101ec7349_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:4de0188e7e57ab94a125c454e0be15ff701e7f5c52660c357386cc303feb70e8_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:ea7d70b11eb094a586b40e16b91a3003c1dc57ae80ac9e298e0971460e095f08_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:da6b96d2e936f2c8c14b5e7273623c1872d86ce67698e7494c74adb8fdfcee57_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:e95991a0d2c516ac5c8fcc1b741b3d3b30adb16ed9656079454d0b4103311480_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:399d46d5b2aef2f8ce82943164362d8946c87876be14437198df877c007e2f12_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:4a69ad5f28081c0ca8d11081af1b0751e7ca24457e879941cffc6ef0587d2b28_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:395d982a9939f0dc24d713e15f42b72811b2a68d97f8a20e69ae0fda931f1c46_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:6b9712b1c36920b9c1f1824f7b1520a05fdf110040295660ebbab0d17601bb0d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:5a773ec0f63de6bc1d340ad3a322f9e61eec39922de6c078df0560705455695e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:46827d5f7d1e6ff68eb9ef4d5efd6478d531a0b2b5d4ab4169485ddb43e69b06_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2270863"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the webpack-dev-middleware package, where it failed to validate the supplied URL address sufficiently before returning local files. This flaw allows an attacker to craft URLs to return arbitrary local files from the developer\u0027s machine. The lack of normalization before calling the middleware also allows the attacker to perform path traversal attacks on the target environment.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "webpack-dev-middleware: lack of URL validation may lead to file leak",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The vulnerability in webpack-dev represents a important security issue due to its potential to expose sensitive files and compromise developer machines. By failing to validate URLs and normalize paths effectively, the middleware allows attackers to craft malicious requests that can retrieve arbitrary local files or perform unauthorized path traversal. This could lead to unauthorized access to confidential information, including source code, configuration files, and even system-level files. Given the widespread use of webpack-dev-middleware in web development environments, addressing this vulnerability promptly is important to prevent serious data breaches and protect the integrity of development processes.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:c392763d7f67dcef77b013b0fc977c3854b44dc33e6737e3608c62ce565c1f68_amd64"
],
"known_not_affected": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:a5620a35a89b38cc9f8ef6147efe40b9a62d5f8d961968e81e4b84e0f6337c94_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:56eae69c12cf1c7f1c7fd64a938c669bdc50dd353f733f1971c35d0b9ef56e48_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:434e8a6dae031c7aa99728e1f2d9bbaae6bd8ff64d6e06c3597a8f14e6590c03_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:97399e762ce9744f026eb2cf6366b5f286e4a92b32db30b79787901eb580fbf4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:652082a93de2fc55d5046e1b0d04fe034459b60b0549bb75c15a9972c96ae68f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:3e7567bd91be37295cc85532dd304cebd37828ddf5b88a511f9e4ad101ec7349_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:4de0188e7e57ab94a125c454e0be15ff701e7f5c52660c357386cc303feb70e8_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:ea7d70b11eb094a586b40e16b91a3003c1dc57ae80ac9e298e0971460e095f08_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:da6b96d2e936f2c8c14b5e7273623c1872d86ce67698e7494c74adb8fdfcee57_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:e95991a0d2c516ac5c8fcc1b741b3d3b30adb16ed9656079454d0b4103311480_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:399d46d5b2aef2f8ce82943164362d8946c87876be14437198df877c007e2f12_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:4a69ad5f28081c0ca8d11081af1b0751e7ca24457e879941cffc6ef0587d2b28_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:395d982a9939f0dc24d713e15f42b72811b2a68d97f8a20e69ae0fda931f1c46_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:6b9712b1c36920b9c1f1824f7b1520a05fdf110040295660ebbab0d17601bb0d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:5a773ec0f63de6bc1d340ad3a322f9e61eec39922de6c078df0560705455695e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:46827d5f7d1e6ff68eb9ef4d5efd6478d531a0b2b5d4ab4169485ddb43e69b06_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-29180"
},
{
"category": "external",
"summary": "RHBZ#2270863",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2270863"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-29180",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29180"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-29180",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-29180"
},
{
"category": "external",
"summary": "https://github.com/webpack/webpack-dev-middleware/security/advisories/GHSA-wr3j-pwj9-hqq6",
"url": "https://github.com/webpack/webpack-dev-middleware/security/advisories/GHSA-wr3j-pwj9-hqq6"
}
],
"release_date": "2024-03-21T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-07-11T17:32:34+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:c392763d7f67dcef77b013b0fc977c3854b44dc33e6737e3608c62ce565c1f68_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:4520"
},
{
"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-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:a5620a35a89b38cc9f8ef6147efe40b9a62d5f8d961968e81e4b84e0f6337c94_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:56eae69c12cf1c7f1c7fd64a938c669bdc50dd353f733f1971c35d0b9ef56e48_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:434e8a6dae031c7aa99728e1f2d9bbaae6bd8ff64d6e06c3597a8f14e6590c03_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:97399e762ce9744f026eb2cf6366b5f286e4a92b32db30b79787901eb580fbf4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:652082a93de2fc55d5046e1b0d04fe034459b60b0549bb75c15a9972c96ae68f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:3e7567bd91be37295cc85532dd304cebd37828ddf5b88a511f9e4ad101ec7349_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:4de0188e7e57ab94a125c454e0be15ff701e7f5c52660c357386cc303feb70e8_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:ea7d70b11eb094a586b40e16b91a3003c1dc57ae80ac9e298e0971460e095f08_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:da6b96d2e936f2c8c14b5e7273623c1872d86ce67698e7494c74adb8fdfcee57_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:e95991a0d2c516ac5c8fcc1b741b3d3b30adb16ed9656079454d0b4103311480_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:c392763d7f67dcef77b013b0fc977c3854b44dc33e6737e3608c62ce565c1f68_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:399d46d5b2aef2f8ce82943164362d8946c87876be14437198df877c007e2f12_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:4a69ad5f28081c0ca8d11081af1b0751e7ca24457e879941cffc6ef0587d2b28_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:395d982a9939f0dc24d713e15f42b72811b2a68d97f8a20e69ae0fda931f1c46_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:6b9712b1c36920b9c1f1824f7b1520a05fdf110040295660ebbab0d17601bb0d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:5a773ec0f63de6bc1d340ad3a322f9e61eec39922de6c078df0560705455695e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:46827d5f7d1e6ff68eb9ef4d5efd6478d531a0b2b5d4ab4169485ddb43e69b06_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:a5620a35a89b38cc9f8ef6147efe40b9a62d5f8d961968e81e4b84e0f6337c94_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:56eae69c12cf1c7f1c7fd64a938c669bdc50dd353f733f1971c35d0b9ef56e48_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:434e8a6dae031c7aa99728e1f2d9bbaae6bd8ff64d6e06c3597a8f14e6590c03_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:97399e762ce9744f026eb2cf6366b5f286e4a92b32db30b79787901eb580fbf4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:652082a93de2fc55d5046e1b0d04fe034459b60b0549bb75c15a9972c96ae68f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:3e7567bd91be37295cc85532dd304cebd37828ddf5b88a511f9e4ad101ec7349_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:4de0188e7e57ab94a125c454e0be15ff701e7f5c52660c357386cc303feb70e8_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:ea7d70b11eb094a586b40e16b91a3003c1dc57ae80ac9e298e0971460e095f08_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:da6b96d2e936f2c8c14b5e7273623c1872d86ce67698e7494c74adb8fdfcee57_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:e95991a0d2c516ac5c8fcc1b741b3d3b30adb16ed9656079454d0b4103311480_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:c392763d7f67dcef77b013b0fc977c3854b44dc33e6737e3608c62ce565c1f68_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:399d46d5b2aef2f8ce82943164362d8946c87876be14437198df877c007e2f12_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:4a69ad5f28081c0ca8d11081af1b0751e7ca24457e879941cffc6ef0587d2b28_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:395d982a9939f0dc24d713e15f42b72811b2a68d97f8a20e69ae0fda931f1c46_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:6b9712b1c36920b9c1f1824f7b1520a05fdf110040295660ebbab0d17601bb0d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:5a773ec0f63de6bc1d340ad3a322f9e61eec39922de6c078df0560705455695e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:46827d5f7d1e6ff68eb9ef4d5efd6478d531a0b2b5d4ab4169485ddb43e69b06_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "webpack-dev-middleware: lack of URL validation may lead to file leak"
},
{
"acknowledgments": [
{
"names": [
"Bartek Nowotarski"
],
"organization": "nowotarski.info"
}
],
"cve": "CVE-2024-30255",
"cwe": {
"id": "CWE-390",
"name": "Detection of Error Condition Without Action"
},
"discovery_date": "2024-04-02T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:a5620a35a89b38cc9f8ef6147efe40b9a62d5f8d961968e81e4b84e0f6337c94_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:56eae69c12cf1c7f1c7fd64a938c669bdc50dd353f733f1971c35d0b9ef56e48_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:434e8a6dae031c7aa99728e1f2d9bbaae6bd8ff64d6e06c3597a8f14e6590c03_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:97399e762ce9744f026eb2cf6366b5f286e4a92b32db30b79787901eb580fbf4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:652082a93de2fc55d5046e1b0d04fe034459b60b0549bb75c15a9972c96ae68f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:3e7567bd91be37295cc85532dd304cebd37828ddf5b88a511f9e4ad101ec7349_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:4de0188e7e57ab94a125c454e0be15ff701e7f5c52660c357386cc303feb70e8_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:ea7d70b11eb094a586b40e16b91a3003c1dc57ae80ac9e298e0971460e095f08_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:da6b96d2e936f2c8c14b5e7273623c1872d86ce67698e7494c74adb8fdfcee57_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:e95991a0d2c516ac5c8fcc1b741b3d3b30adb16ed9656079454d0b4103311480_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:c392763d7f67dcef77b013b0fc977c3854b44dc33e6737e3608c62ce565c1f68_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:399d46d5b2aef2f8ce82943164362d8946c87876be14437198df877c007e2f12_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:395d982a9939f0dc24d713e15f42b72811b2a68d97f8a20e69ae0fda931f1c46_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:6b9712b1c36920b9c1f1824f7b1520a05fdf110040295660ebbab0d17601bb0d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:5a773ec0f63de6bc1d340ad3a322f9e61eec39922de6c078df0560705455695e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:46827d5f7d1e6ff68eb9ef4d5efd6478d531a0b2b5d4ab4169485ddb43e69b06_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2272986"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in how Envoy Proxy implements the HTTP/2 codec. There are insufficient limitations placed on the amount of CONTINUATION frames that can be sent within a single stream. This issue could allow an unauthenticated remote attacker to send packets to vulnerable servers, which could use up compute resources to cause a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "envoy: HTTP/2 CPU exhaustion due to CONTINUATION frame flood",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat rates the security impact of this vulnerability as Moderate, in alignment with upstream Envoy. The worst case scenario is excessive CPU utilization causing a denial of service. Once an attack has ended, the system should return to normal operations on its own.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:4a69ad5f28081c0ca8d11081af1b0751e7ca24457e879941cffc6ef0587d2b28_amd64"
],
"known_not_affected": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:a5620a35a89b38cc9f8ef6147efe40b9a62d5f8d961968e81e4b84e0f6337c94_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:56eae69c12cf1c7f1c7fd64a938c669bdc50dd353f733f1971c35d0b9ef56e48_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:434e8a6dae031c7aa99728e1f2d9bbaae6bd8ff64d6e06c3597a8f14e6590c03_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:97399e762ce9744f026eb2cf6366b5f286e4a92b32db30b79787901eb580fbf4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:652082a93de2fc55d5046e1b0d04fe034459b60b0549bb75c15a9972c96ae68f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:3e7567bd91be37295cc85532dd304cebd37828ddf5b88a511f9e4ad101ec7349_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:4de0188e7e57ab94a125c454e0be15ff701e7f5c52660c357386cc303feb70e8_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:ea7d70b11eb094a586b40e16b91a3003c1dc57ae80ac9e298e0971460e095f08_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:da6b96d2e936f2c8c14b5e7273623c1872d86ce67698e7494c74adb8fdfcee57_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:e95991a0d2c516ac5c8fcc1b741b3d3b30adb16ed9656079454d0b4103311480_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:c392763d7f67dcef77b013b0fc977c3854b44dc33e6737e3608c62ce565c1f68_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:399d46d5b2aef2f8ce82943164362d8946c87876be14437198df877c007e2f12_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:395d982a9939f0dc24d713e15f42b72811b2a68d97f8a20e69ae0fda931f1c46_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:6b9712b1c36920b9c1f1824f7b1520a05fdf110040295660ebbab0d17601bb0d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:5a773ec0f63de6bc1d340ad3a322f9e61eec39922de6c078df0560705455695e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:46827d5f7d1e6ff68eb9ef4d5efd6478d531a0b2b5d4ab4169485ddb43e69b06_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-30255"
},
{
"category": "external",
"summary": "RHBZ#2272986",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2272986"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-30255",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30255"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-30255",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-30255"
},
{
"category": "external",
"summary": "https://github.com/envoyproxy/envoy/security/advisories/GHSA-j654-3ccm-vfmm",
"url": "https://github.com/envoyproxy/envoy/security/advisories/GHSA-j654-3ccm-vfmm"
},
{
"category": "external",
"summary": "https://nowotarski.info/http2-continuation-flood/",
"url": "https://nowotarski.info/http2-continuation-flood/"
},
{
"category": "external",
"summary": "https://www.kb.cert.org/vuls/id/421644",
"url": "https://www.kb.cert.org/vuls/id/421644"
}
],
"release_date": "2024-04-03T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-07-11T17:32:34+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:4a69ad5f28081c0ca8d11081af1b0751e7ca24457e879941cffc6ef0587d2b28_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:4520"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:a5620a35a89b38cc9f8ef6147efe40b9a62d5f8d961968e81e4b84e0f6337c94_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:56eae69c12cf1c7f1c7fd64a938c669bdc50dd353f733f1971c35d0b9ef56e48_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:434e8a6dae031c7aa99728e1f2d9bbaae6bd8ff64d6e06c3597a8f14e6590c03_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:97399e762ce9744f026eb2cf6366b5f286e4a92b32db30b79787901eb580fbf4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:652082a93de2fc55d5046e1b0d04fe034459b60b0549bb75c15a9972c96ae68f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:3e7567bd91be37295cc85532dd304cebd37828ddf5b88a511f9e4ad101ec7349_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:4de0188e7e57ab94a125c454e0be15ff701e7f5c52660c357386cc303feb70e8_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:ea7d70b11eb094a586b40e16b91a3003c1dc57ae80ac9e298e0971460e095f08_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:da6b96d2e936f2c8c14b5e7273623c1872d86ce67698e7494c74adb8fdfcee57_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:e95991a0d2c516ac5c8fcc1b741b3d3b30adb16ed9656079454d0b4103311480_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:c392763d7f67dcef77b013b0fc977c3854b44dc33e6737e3608c62ce565c1f68_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:399d46d5b2aef2f8ce82943164362d8946c87876be14437198df877c007e2f12_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:4a69ad5f28081c0ca8d11081af1b0751e7ca24457e879941cffc6ef0587d2b28_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:395d982a9939f0dc24d713e15f42b72811b2a68d97f8a20e69ae0fda931f1c46_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:6b9712b1c36920b9c1f1824f7b1520a05fdf110040295660ebbab0d17601bb0d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:5a773ec0f63de6bc1d340ad3a322f9e61eec39922de6c078df0560705455695e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:46827d5f7d1e6ff68eb9ef4d5efd6478d531a0b2b5d4ab4169485ddb43e69b06_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:a5620a35a89b38cc9f8ef6147efe40b9a62d5f8d961968e81e4b84e0f6337c94_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:56eae69c12cf1c7f1c7fd64a938c669bdc50dd353f733f1971c35d0b9ef56e48_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:434e8a6dae031c7aa99728e1f2d9bbaae6bd8ff64d6e06c3597a8f14e6590c03_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:97399e762ce9744f026eb2cf6366b5f286e4a92b32db30b79787901eb580fbf4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:652082a93de2fc55d5046e1b0d04fe034459b60b0549bb75c15a9972c96ae68f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:3e7567bd91be37295cc85532dd304cebd37828ddf5b88a511f9e4ad101ec7349_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:4de0188e7e57ab94a125c454e0be15ff701e7f5c52660c357386cc303feb70e8_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:ea7d70b11eb094a586b40e16b91a3003c1dc57ae80ac9e298e0971460e095f08_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:da6b96d2e936f2c8c14b5e7273623c1872d86ce67698e7494c74adb8fdfcee57_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:e95991a0d2c516ac5c8fcc1b741b3d3b30adb16ed9656079454d0b4103311480_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:c392763d7f67dcef77b013b0fc977c3854b44dc33e6737e3608c62ce565c1f68_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:399d46d5b2aef2f8ce82943164362d8946c87876be14437198df877c007e2f12_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:4a69ad5f28081c0ca8d11081af1b0751e7ca24457e879941cffc6ef0587d2b28_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:395d982a9939f0dc24d713e15f42b72811b2a68d97f8a20e69ae0fda931f1c46_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:6b9712b1c36920b9c1f1824f7b1520a05fdf110040295660ebbab0d17601bb0d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:5a773ec0f63de6bc1d340ad3a322f9e61eec39922de6c078df0560705455695e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:46827d5f7d1e6ff68eb9ef4d5efd6478d531a0b2b5d4ab4169485ddb43e69b06_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "envoy: HTTP/2 CPU exhaustion due to CONTINUATION frame flood"
}
]
}
RHSA-2024:4591
Vulnerability from csaf_redhat - Published: 2024-07-17 13:09 - Updated: 2026-05-30 08:33A vulnerability was found in the get-func-name package in the chai module. Affected versions of this package are vulnerable to Regular expression denial of service (ReDoS) attacks, affecting system availability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:2ca34569661d388d50cc0e9f5949ea7a404ceb266981855b3251c329dab88e11_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:d77cb43b5019248b790134edc980d7fb260c4dcb884f8e54d27c33b876a5f897_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:f9f73b9781288b1a52b06edb752efc9475a315e1dd9a445e28cc47d571762cfc_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:5fbef84c4a88ad4ea88a1b2232cc0d6630fa47c8e3ae874a485c971c6d5951b9_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:ac0c3a8d86539bc4668e1a6de82e1f8439a1fbbb17a3b4102cabf078f021b41f_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:c94f20ad65f5411c7cabafd574e52f2fcb52d2f917003ae71adc736028f962bf_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:088b9e19fc16a4fbb655b81ab1fbe78aa82ebce2ad5ad0df67fc8b361b4fe170_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:2c29d14c5d64f810cc68fdb894700819f5122a354d5cbb473cf73f517f5315e9_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:5c2628c9c3de8ff9eaf6c727eaa2b4382741f21afeb4154329714b404fb4e1df_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:f4a85d993ae326570a5e4dd8bdf9e5cec586c2f8b55a962940457f39787d6af8_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:061fc659ec847d38201a7b049b813df1fddac1e97d2caddaaac3d91d5e05fd46_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:3cc0e4ec3f46d066bfc5546a2efdab3a44aa38f2d6dc961509bee8f7f9cb5ddb_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:7c00300daa75158d7a406317be71f2a8932a613b769144ae92a5ae225f4feb1e_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:193a773d4f1ed8ec6097579507dddd3863301ec546e325e38b5290235f06c802_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:968deb95e9fde6ba12565e3ef601bfc60551ac6ac7c122b2bdacea09b6574266_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:d608a1d128733b31b552d8410c1d95cb740646cea32b79ee401d2de178e08ca9_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:f717a955a7ca2c3b1eac84e4b192ab38dcf1e98f6baea0ef592071c60f389bd1_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:46486b7e3b087bfec9c7b0dd4547af1190cee2be55dee7400ec90e6dc4b434f4_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a20b4235cee3193794be549c645164c2811a044498a777591437ff440264a7da_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a552dbccf217e8deaec318bcaf9b40877d3be1e88d091ae1684959f48367e0f2_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:8f650cf5915d5b7a15931e4a11d7c6be43d16068132f4cb4ef3e0c3e3cfbc17c_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:978017d3524aded83f4c63710e0b10dc2a453a22b5bc9ef801c7e70ac13aee40_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:9c3b15da5ddf22af93ae1617329ef41fddb4e6c00bbf9ea12567c4fc2c14cfdf_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:41c7883aafc2938852f5920ac2a178e1b0f39e0acdb817678696adec90fa2686_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:95a047d3be90468e15a9f246f8e0fbfd159f18f7a9841d07c75e6c3f30c7c80a_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:d383069c5e89e051a15e95e61e9bd5197edf4f91fde60df8b8ed7d4e8269452e_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:f2ab9f9eb9e502f0d78b32159dfc5aeae77ec9698ed3a2aeecd184407388f1e3_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:38d7fe0b8fa164df79d08fe2d20af60d7530e2691e7d4f183d71f138a00a128e_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:a8f0e209e62e02a20648f982360e5b5ec7e62c294b4f7eb7df53ccd0bb750008_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:cd6bbc33a59480c1c504a88f86ca4bb51de037db3c993581d18ee7e887c96dcc_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:2bd43ed14d916a13f2d631f8dc350313c47619033134463399d76e77688f4c2e_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:92c7cf4ce69644ffa955c78b1e18aab5f9c3a843f889703a326ea9e6697455af_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:e1abb6a3be342350f7b3f641f9e036e2bd998e5fd6bd215730f3d39526e1d16f_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a714121fa385acb6fe75bb74f402be8cf6da85372fd4a34abfbb9b546782e9c0_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a9cdb157400f7826b8c5075591d26dd9e25628e94189de3b90c8e9389e3181ed_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:ab289e798f909cf238f410984b7388db2f0a20794a3d55a06031fd9771efeaf7_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:f5e5b787848d5838aaaeb58e3b8836ff67b4fcf9a2d3c9d19f27e06818fdf295_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:4b79f14a1d5130673921c4d711c0b919377307dd6d76d14386f9f83a5e1b4ecd_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:60ca8f2d341b1f1a09710a37c40f4c803c6b1b2d09fc1a7f53f9a979ad6643d6_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:92bd51fa0a6ee62be70dda32f5d922e70f4aea630b70bc7b5b74d0bf3c1d3a66_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:f518a439b56354f01a647d3c0550c909b42a879607982ce50bbbc0b6403a58f9_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5700bc3e6aadfa1890bb81bcc70f0ef026b5bd0d38f1e4bd35d04d5ceee7808d_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5972ba4c75e54f1670ec5ffb0a5a749a6992967ea0dd6e5d442019fa64dc1515_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:67108dd96a553925f2759cc5359447315aff09e7628a8228e71b04a8dee25f63_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:43334d92af32e97a11691d0fa7069746d59d6f73a0a2c0b97bbbfdc7937f117a_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8512465ad8828593d0f4b6d4208a6c60a0f297f70ef26a0c4c874f6ddf4798d2_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8b0583cf72b39299e6769f9c9fdc4321b7e384405aec8d1519d4ea5ac060fd05_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:ab568f027f842174927e1ccc7ca00448068e9241f40f53034d9ba74aaf062aa1_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:c4b5c7247825d7265f83ae5fb5e8a0f62fbb69cdbaf535d0d83320b817d7ef48_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:cf07146641dab9fe090c2b44d8f533375a5d04b8fcdedb42f75f10916b5b6ba6_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:3a4ec2b8d194134fc4a3cb9077306ba71eaef4e4544177f590c73ae7e40d490b_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:87e2d4e45b3d308e6937791d906c277df67c45321c7b760cca528f36e68d263d_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:8a090360648affdb24c12d7c2efaffc07bc21deb8b29f4ad3c12cf0a5ee6e19b_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:aff1de5e9ad24bbfacda0bf34bb6b28d27c3f9ce646ed53e93b4c87eb0bda93c_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:162f35a85baabd9055c53717463c908247769a9bf617a4b457adf398d2e972be_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:272f038ebe7fd778c6c24dcc27524f3aa807465576177681b8b80a6adb32be99_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:41064d2db3c4c1e651f2df89d6cd4a19027c6930edc6ab66b5535a2cd7f39f49_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:859301df4f104e3d36efc2446929c86805e586c3c5ac07548d0277442d5df6ca_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:1ab09e10bfe23ed2e08513d887bd36c4bed003d6bcb7f1885364ef5a606ec010_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:9a42214d500a600785bb9a7bdd5b9580a5f8cfbf16980eb48bde3ae4ce855f3c_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:e87b8be96be2c5042af949785dd0c543e28d9432914a9543b08fd38d4a1e11ff_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:2eb40b0c565a4d150229ab504adfb2e0a2b4a5b25ff8ccb690e6d2dcae3bf424_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:36a0a82ab0c1e9d67d31aa8afe81bc1485541e3aefa221dbbc2a6822edfe8515_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:8a8f7e1126adc73d210cdf8454c64356e2229e3aefc5bb4ba5a8bc7755a5d469_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:ef3d403c990fa7f2af167a123af043970cadc00b78b454b93dd9a4bca2699d2b_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:0ee210a535f1f11de40e1a0ee55a10855ce13c09dab9791ee4d35c59949ca934_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:3dc59c38e0cde2c9974d3fa5a7ce1c9f98589a5aeb486fdc8a8e7717656522fe_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:44c6bb264bbbd0ad67978dd2b4e01c530e653baf14b15f8a1eddff675fa760bd_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:631643362d4345fdefb3fb34416ca09626b634c92fde970e1494a95fe5bdfc87_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:21c8ba4e41692cc24ce0127b4198413183451eff19a461941e9efb6bd140bfb4_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:24d9bcb0da6e061f9de31768e94b660f955323e130f7eb0fc9e8746c1709d3f8_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:8ef36128140b9a90403fb672178d07be7fd16ddf9809ec628a693e0e2dd6d4a9_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:078bd92b92c28c3899986f4c6755950f3de044ca6b7214353cc0e84d2a67d570_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:0b08f6aba84c9f64b3253f5f23efaa0bba47be37f2582378509849b73db165e4_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:64ca1e84e10bbc7522da216e4965658e06c540fce8c18f2976dab5c3236ea256_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0976ab8ba60319bf9ef20503de0fa249055e18a82ab36113affe7ad177b3f187_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:1d7f610fea74bb30b0276aa40556d9c03762c10f3bb71618afb5e6f5af718688_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:cf81ea45b333424981129e464f1374739a4f309efdcb26b9f7df2df4d346c1a9_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:dd9ca8286f54ba8e4151414afc65cbc4d619430676ab2735afc2a1e086b17921_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:1d89cd1a73d1bbd66988ce2224de39b799ecfa1cfe96d0ec2619ccc059c11d20_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:efdcf383abcb962ea0fdb92a9fa31f60a150a2c48174303881b550e5d9dec6f7_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:f500d5f16ea39d262ad4c52a9be03953e6e7ffa0f4349860976c41a70d8bb0e5_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:491a5b629d9777815ee6d28356cf82a7fd7939f2a39e65ae833440af1831b1db_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:80f47a30616834100466219c9e4d8c67fcef9554b2075c2bf81905c86b03d46b_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:cd38debd1e2088a81a31ac95eda219ad9d58d255ac0ed157a804837b00a87ac0_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:096d6e38c34c0c89e2b2e49d6c8b61acf9f88033d3b2814eefa62abee30d4993_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:4d03e157d3ed69eef8a8ee8a6c8f9e0746c16baa6ccff7c5c8a7457e9a8b9a56_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:d556581772224fe60606ece392a210f1a3b3de01a26959197c594634694d6ebb_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:0ef121586e961be58480d76ba988719daaa82e606a8cc3649a0d01ef75227bc0_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:3452dc4a07cb296d2102f3fbc34865496dcd418f602dc117cb327893f6464e71_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:61fb5b6ebf9ee44b9271eb3526cb3175c9a135f86223e165c05b73a390f617ea_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:c6b46eca6dfec3a8fb48b61393707e11e8cc573aad7eb6ff95c4661092e913f0_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:79ad5ac0ee525277a8a1bd550428a5e0a04da73aa1d9df23d085ec888d12d45b_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:911c38bf283079dd024087bda48a37ddf0ec981da4589596565706e5dfcd6dad_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:c1f4872828308bf7f0477697fb74a0ab7c3f595e2c33e29ee873232efca1960d_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:0df69e6e3d2add83c5a74faff76837a49333184b1d170acee968d4c064933bcf_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:5c3c4bbf1bf820995a13588d02a8cf692e1343da25def005dab981078b14d970_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:e1a7fd2bf349908c710237a1f832a4e161e049d09691d36c453bc8ddb0e0eebe_ppc64le | — |
A memory exhaustion flaw was found in the otelgrpc handler of open-telemetry. This flaw may allow a remote unauthenticated attacker to flood the peer address and port and exhaust the server's memory by sending multiple malicious requests, affecting the availability of the system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:162f35a85baabd9055c53717463c908247769a9bf617a4b457adf398d2e972be_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:272f038ebe7fd778c6c24dcc27524f3aa807465576177681b8b80a6adb32be99_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:41064d2db3c4c1e651f2df89d6cd4a19027c6930edc6ab66b5535a2cd7f39f49_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:859301df4f104e3d36efc2446929c86805e586c3c5ac07548d0277442d5df6ca_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:5fbef84c4a88ad4ea88a1b2232cc0d6630fa47c8e3ae874a485c971c6d5951b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:ac0c3a8d86539bc4668e1a6de82e1f8439a1fbbb17a3b4102cabf078f021b41f_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:c94f20ad65f5411c7cabafd574e52f2fcb52d2f917003ae71adc736028f962bf_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:088b9e19fc16a4fbb655b81ab1fbe78aa82ebce2ad5ad0df67fc8b361b4fe170_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:2c29d14c5d64f810cc68fdb894700819f5122a354d5cbb473cf73f517f5315e9_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:5c2628c9c3de8ff9eaf6c727eaa2b4382741f21afeb4154329714b404fb4e1df_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:f4a85d993ae326570a5e4dd8bdf9e5cec586c2f8b55a962940457f39787d6af8_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:061fc659ec847d38201a7b049b813df1fddac1e97d2caddaaac3d91d5e05fd46_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:3cc0e4ec3f46d066bfc5546a2efdab3a44aa38f2d6dc961509bee8f7f9cb5ddb_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:7c00300daa75158d7a406317be71f2a8932a613b769144ae92a5ae225f4feb1e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:193a773d4f1ed8ec6097579507dddd3863301ec546e325e38b5290235f06c802_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:968deb95e9fde6ba12565e3ef601bfc60551ac6ac7c122b2bdacea09b6574266_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:d608a1d128733b31b552d8410c1d95cb740646cea32b79ee401d2de178e08ca9_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:f717a955a7ca2c3b1eac84e4b192ab38dcf1e98f6baea0ef592071c60f389bd1_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:46486b7e3b087bfec9c7b0dd4547af1190cee2be55dee7400ec90e6dc4b434f4_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a20b4235cee3193794be549c645164c2811a044498a777591437ff440264a7da_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a552dbccf217e8deaec318bcaf9b40877d3be1e88d091ae1684959f48367e0f2_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:8f650cf5915d5b7a15931e4a11d7c6be43d16068132f4cb4ef3e0c3e3cfbc17c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:978017d3524aded83f4c63710e0b10dc2a453a22b5bc9ef801c7e70ac13aee40_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:9c3b15da5ddf22af93ae1617329ef41fddb4e6c00bbf9ea12567c4fc2c14cfdf_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:41c7883aafc2938852f5920ac2a178e1b0f39e0acdb817678696adec90fa2686_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:95a047d3be90468e15a9f246f8e0fbfd159f18f7a9841d07c75e6c3f30c7c80a_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:d383069c5e89e051a15e95e61e9bd5197edf4f91fde60df8b8ed7d4e8269452e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:f2ab9f9eb9e502f0d78b32159dfc5aeae77ec9698ed3a2aeecd184407388f1e3_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:38d7fe0b8fa164df79d08fe2d20af60d7530e2691e7d4f183d71f138a00a128e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:a8f0e209e62e02a20648f982360e5b5ec7e62c294b4f7eb7df53ccd0bb750008_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:cd6bbc33a59480c1c504a88f86ca4bb51de037db3c993581d18ee7e887c96dcc_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:2bd43ed14d916a13f2d631f8dc350313c47619033134463399d76e77688f4c2e_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:92c7cf4ce69644ffa955c78b1e18aab5f9c3a843f889703a326ea9e6697455af_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:e1abb6a3be342350f7b3f641f9e036e2bd998e5fd6bd215730f3d39526e1d16f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a714121fa385acb6fe75bb74f402be8cf6da85372fd4a34abfbb9b546782e9c0_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a9cdb157400f7826b8c5075591d26dd9e25628e94189de3b90c8e9389e3181ed_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:ab289e798f909cf238f410984b7388db2f0a20794a3d55a06031fd9771efeaf7_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:f5e5b787848d5838aaaeb58e3b8836ff67b4fcf9a2d3c9d19f27e06818fdf295_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:4b79f14a1d5130673921c4d711c0b919377307dd6d76d14386f9f83a5e1b4ecd_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:60ca8f2d341b1f1a09710a37c40f4c803c6b1b2d09fc1a7f53f9a979ad6643d6_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:92bd51fa0a6ee62be70dda32f5d922e70f4aea630b70bc7b5b74d0bf3c1d3a66_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:f518a439b56354f01a647d3c0550c909b42a879607982ce50bbbc0b6403a58f9_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5700bc3e6aadfa1890bb81bcc70f0ef026b5bd0d38f1e4bd35d04d5ceee7808d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5972ba4c75e54f1670ec5ffb0a5a749a6992967ea0dd6e5d442019fa64dc1515_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:67108dd96a553925f2759cc5359447315aff09e7628a8228e71b04a8dee25f63_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:43334d92af32e97a11691d0fa7069746d59d6f73a0a2c0b97bbbfdc7937f117a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8512465ad8828593d0f4b6d4208a6c60a0f297f70ef26a0c4c874f6ddf4798d2_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8b0583cf72b39299e6769f9c9fdc4321b7e384405aec8d1519d4ea5ac060fd05_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:ab568f027f842174927e1ccc7ca00448068e9241f40f53034d9ba74aaf062aa1_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:c4b5c7247825d7265f83ae5fb5e8a0f62fbb69cdbaf535d0d83320b817d7ef48_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:cf07146641dab9fe090c2b44d8f533375a5d04b8fcdedb42f75f10916b5b6ba6_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:3a4ec2b8d194134fc4a3cb9077306ba71eaef4e4544177f590c73ae7e40d490b_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:87e2d4e45b3d308e6937791d906c277df67c45321c7b760cca528f36e68d263d_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:8a090360648affdb24c12d7c2efaffc07bc21deb8b29f4ad3c12cf0a5ee6e19b_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:aff1de5e9ad24bbfacda0bf34bb6b28d27c3f9ce646ed53e93b4c87eb0bda93c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:2ca34569661d388d50cc0e9f5949ea7a404ceb266981855b3251c329dab88e11_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:d77cb43b5019248b790134edc980d7fb260c4dcb884f8e54d27c33b876a5f897_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:f9f73b9781288b1a52b06edb752efc9475a315e1dd9a445e28cc47d571762cfc_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:1ab09e10bfe23ed2e08513d887bd36c4bed003d6bcb7f1885364ef5a606ec010_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:9a42214d500a600785bb9a7bdd5b9580a5f8cfbf16980eb48bde3ae4ce855f3c_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:e87b8be96be2c5042af949785dd0c543e28d9432914a9543b08fd38d4a1e11ff_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:2eb40b0c565a4d150229ab504adfb2e0a2b4a5b25ff8ccb690e6d2dcae3bf424_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:36a0a82ab0c1e9d67d31aa8afe81bc1485541e3aefa221dbbc2a6822edfe8515_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:8a8f7e1126adc73d210cdf8454c64356e2229e3aefc5bb4ba5a8bc7755a5d469_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:ef3d403c990fa7f2af167a123af043970cadc00b78b454b93dd9a4bca2699d2b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:0ee210a535f1f11de40e1a0ee55a10855ce13c09dab9791ee4d35c59949ca934_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:3dc59c38e0cde2c9974d3fa5a7ce1c9f98589a5aeb486fdc8a8e7717656522fe_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:44c6bb264bbbd0ad67978dd2b4e01c530e653baf14b15f8a1eddff675fa760bd_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:631643362d4345fdefb3fb34416ca09626b634c92fde970e1494a95fe5bdfc87_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:21c8ba4e41692cc24ce0127b4198413183451eff19a461941e9efb6bd140bfb4_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:24d9bcb0da6e061f9de31768e94b660f955323e130f7eb0fc9e8746c1709d3f8_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:8ef36128140b9a90403fb672178d07be7fd16ddf9809ec628a693e0e2dd6d4a9_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:078bd92b92c28c3899986f4c6755950f3de044ca6b7214353cc0e84d2a67d570_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:0b08f6aba84c9f64b3253f5f23efaa0bba47be37f2582378509849b73db165e4_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:64ca1e84e10bbc7522da216e4965658e06c540fce8c18f2976dab5c3236ea256_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0976ab8ba60319bf9ef20503de0fa249055e18a82ab36113affe7ad177b3f187_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:1d7f610fea74bb30b0276aa40556d9c03762c10f3bb71618afb5e6f5af718688_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:cf81ea45b333424981129e464f1374739a4f309efdcb26b9f7df2df4d346c1a9_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:dd9ca8286f54ba8e4151414afc65cbc4d619430676ab2735afc2a1e086b17921_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:1d89cd1a73d1bbd66988ce2224de39b799ecfa1cfe96d0ec2619ccc059c11d20_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:efdcf383abcb962ea0fdb92a9fa31f60a150a2c48174303881b550e5d9dec6f7_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:f500d5f16ea39d262ad4c52a9be03953e6e7ffa0f4349860976c41a70d8bb0e5_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:491a5b629d9777815ee6d28356cf82a7fd7939f2a39e65ae833440af1831b1db_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:80f47a30616834100466219c9e4d8c67fcef9554b2075c2bf81905c86b03d46b_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:cd38debd1e2088a81a31ac95eda219ad9d58d255ac0ed157a804837b00a87ac0_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:096d6e38c34c0c89e2b2e49d6c8b61acf9f88033d3b2814eefa62abee30d4993_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:4d03e157d3ed69eef8a8ee8a6c8f9e0746c16baa6ccff7c5c8a7457e9a8b9a56_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:d556581772224fe60606ece392a210f1a3b3de01a26959197c594634694d6ebb_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:0ef121586e961be58480d76ba988719daaa82e606a8cc3649a0d01ef75227bc0_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:3452dc4a07cb296d2102f3fbc34865496dcd418f602dc117cb327893f6464e71_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:61fb5b6ebf9ee44b9271eb3526cb3175c9a135f86223e165c05b73a390f617ea_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:c6b46eca6dfec3a8fb48b61393707e11e8cc573aad7eb6ff95c4661092e913f0_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:79ad5ac0ee525277a8a1bd550428a5e0a04da73aa1d9df23d085ec888d12d45b_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:911c38bf283079dd024087bda48a37ddf0ec981da4589596565706e5dfcd6dad_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:c1f4872828308bf7f0477697fb74a0ab7c3f595e2c33e29ee873232efca1960d_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:0df69e6e3d2add83c5a74faff76837a49333184b1d170acee968d4c064933bcf_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:5c3c4bbf1bf820995a13588d02a8cf692e1343da25def005dab981078b14d970_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:e1a7fd2bf349908c710237a1f832a4e161e049d09691d36c453bc8ddb0e0eebe_ppc64le | — |
Workaround
|
A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey and ctx. That function uses named return parameters to free pkey and ctx if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the "return nil, nil, fail(...)" pattern, meaning that pkey and ctx will be nil inside the deferred function that should free them.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:061fc659ec847d38201a7b049b813df1fddac1e97d2caddaaac3d91d5e05fd46_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:3cc0e4ec3f46d066bfc5546a2efdab3a44aa38f2d6dc961509bee8f7f9cb5ddb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:7c00300daa75158d7a406317be71f2a8932a613b769144ae92a5ae225f4feb1e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:193a773d4f1ed8ec6097579507dddd3863301ec546e325e38b5290235f06c802_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:968deb95e9fde6ba12565e3ef601bfc60551ac6ac7c122b2bdacea09b6574266_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:d608a1d128733b31b552d8410c1d95cb740646cea32b79ee401d2de178e08ca9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:f717a955a7ca2c3b1eac84e4b192ab38dcf1e98f6baea0ef592071c60f389bd1_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:5fbef84c4a88ad4ea88a1b2232cc0d6630fa47c8e3ae874a485c971c6d5951b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:ac0c3a8d86539bc4668e1a6de82e1f8439a1fbbb17a3b4102cabf078f021b41f_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:c94f20ad65f5411c7cabafd574e52f2fcb52d2f917003ae71adc736028f962bf_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:088b9e19fc16a4fbb655b81ab1fbe78aa82ebce2ad5ad0df67fc8b361b4fe170_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:2c29d14c5d64f810cc68fdb894700819f5122a354d5cbb473cf73f517f5315e9_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:5c2628c9c3de8ff9eaf6c727eaa2b4382741f21afeb4154329714b404fb4e1df_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:f4a85d993ae326570a5e4dd8bdf9e5cec586c2f8b55a962940457f39787d6af8_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:46486b7e3b087bfec9c7b0dd4547af1190cee2be55dee7400ec90e6dc4b434f4_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a20b4235cee3193794be549c645164c2811a044498a777591437ff440264a7da_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a552dbccf217e8deaec318bcaf9b40877d3be1e88d091ae1684959f48367e0f2_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:8f650cf5915d5b7a15931e4a11d7c6be43d16068132f4cb4ef3e0c3e3cfbc17c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:978017d3524aded83f4c63710e0b10dc2a453a22b5bc9ef801c7e70ac13aee40_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:9c3b15da5ddf22af93ae1617329ef41fddb4e6c00bbf9ea12567c4fc2c14cfdf_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:41c7883aafc2938852f5920ac2a178e1b0f39e0acdb817678696adec90fa2686_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:95a047d3be90468e15a9f246f8e0fbfd159f18f7a9841d07c75e6c3f30c7c80a_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:d383069c5e89e051a15e95e61e9bd5197edf4f91fde60df8b8ed7d4e8269452e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:f2ab9f9eb9e502f0d78b32159dfc5aeae77ec9698ed3a2aeecd184407388f1e3_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:38d7fe0b8fa164df79d08fe2d20af60d7530e2691e7d4f183d71f138a00a128e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:a8f0e209e62e02a20648f982360e5b5ec7e62c294b4f7eb7df53ccd0bb750008_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:cd6bbc33a59480c1c504a88f86ca4bb51de037db3c993581d18ee7e887c96dcc_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:2bd43ed14d916a13f2d631f8dc350313c47619033134463399d76e77688f4c2e_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:92c7cf4ce69644ffa955c78b1e18aab5f9c3a843f889703a326ea9e6697455af_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:e1abb6a3be342350f7b3f641f9e036e2bd998e5fd6bd215730f3d39526e1d16f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a714121fa385acb6fe75bb74f402be8cf6da85372fd4a34abfbb9b546782e9c0_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a9cdb157400f7826b8c5075591d26dd9e25628e94189de3b90c8e9389e3181ed_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:ab289e798f909cf238f410984b7388db2f0a20794a3d55a06031fd9771efeaf7_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:f5e5b787848d5838aaaeb58e3b8836ff67b4fcf9a2d3c9d19f27e06818fdf295_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:4b79f14a1d5130673921c4d711c0b919377307dd6d76d14386f9f83a5e1b4ecd_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:60ca8f2d341b1f1a09710a37c40f4c803c6b1b2d09fc1a7f53f9a979ad6643d6_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:92bd51fa0a6ee62be70dda32f5d922e70f4aea630b70bc7b5b74d0bf3c1d3a66_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:f518a439b56354f01a647d3c0550c909b42a879607982ce50bbbc0b6403a58f9_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5700bc3e6aadfa1890bb81bcc70f0ef026b5bd0d38f1e4bd35d04d5ceee7808d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5972ba4c75e54f1670ec5ffb0a5a749a6992967ea0dd6e5d442019fa64dc1515_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:67108dd96a553925f2759cc5359447315aff09e7628a8228e71b04a8dee25f63_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:43334d92af32e97a11691d0fa7069746d59d6f73a0a2c0b97bbbfdc7937f117a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8512465ad8828593d0f4b6d4208a6c60a0f297f70ef26a0c4c874f6ddf4798d2_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8b0583cf72b39299e6769f9c9fdc4321b7e384405aec8d1519d4ea5ac060fd05_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:ab568f027f842174927e1ccc7ca00448068e9241f40f53034d9ba74aaf062aa1_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:c4b5c7247825d7265f83ae5fb5e8a0f62fbb69cdbaf535d0d83320b817d7ef48_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:cf07146641dab9fe090c2b44d8f533375a5d04b8fcdedb42f75f10916b5b6ba6_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:3a4ec2b8d194134fc4a3cb9077306ba71eaef4e4544177f590c73ae7e40d490b_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:87e2d4e45b3d308e6937791d906c277df67c45321c7b760cca528f36e68d263d_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:8a090360648affdb24c12d7c2efaffc07bc21deb8b29f4ad3c12cf0a5ee6e19b_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:aff1de5e9ad24bbfacda0bf34bb6b28d27c3f9ce646ed53e93b4c87eb0bda93c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:162f35a85baabd9055c53717463c908247769a9bf617a4b457adf398d2e972be_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:272f038ebe7fd778c6c24dcc27524f3aa807465576177681b8b80a6adb32be99_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:41064d2db3c4c1e651f2df89d6cd4a19027c6930edc6ab66b5535a2cd7f39f49_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:859301df4f104e3d36efc2446929c86805e586c3c5ac07548d0277442d5df6ca_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:2ca34569661d388d50cc0e9f5949ea7a404ceb266981855b3251c329dab88e11_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:d77cb43b5019248b790134edc980d7fb260c4dcb884f8e54d27c33b876a5f897_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:f9f73b9781288b1a52b06edb752efc9475a315e1dd9a445e28cc47d571762cfc_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:1ab09e10bfe23ed2e08513d887bd36c4bed003d6bcb7f1885364ef5a606ec010_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:9a42214d500a600785bb9a7bdd5b9580a5f8cfbf16980eb48bde3ae4ce855f3c_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:e87b8be96be2c5042af949785dd0c543e28d9432914a9543b08fd38d4a1e11ff_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:2eb40b0c565a4d150229ab504adfb2e0a2b4a5b25ff8ccb690e6d2dcae3bf424_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:36a0a82ab0c1e9d67d31aa8afe81bc1485541e3aefa221dbbc2a6822edfe8515_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:8a8f7e1126adc73d210cdf8454c64356e2229e3aefc5bb4ba5a8bc7755a5d469_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:ef3d403c990fa7f2af167a123af043970cadc00b78b454b93dd9a4bca2699d2b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:0ee210a535f1f11de40e1a0ee55a10855ce13c09dab9791ee4d35c59949ca934_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:3dc59c38e0cde2c9974d3fa5a7ce1c9f98589a5aeb486fdc8a8e7717656522fe_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:44c6bb264bbbd0ad67978dd2b4e01c530e653baf14b15f8a1eddff675fa760bd_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:631643362d4345fdefb3fb34416ca09626b634c92fde970e1494a95fe5bdfc87_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:21c8ba4e41692cc24ce0127b4198413183451eff19a461941e9efb6bd140bfb4_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:24d9bcb0da6e061f9de31768e94b660f955323e130f7eb0fc9e8746c1709d3f8_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:8ef36128140b9a90403fb672178d07be7fd16ddf9809ec628a693e0e2dd6d4a9_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:078bd92b92c28c3899986f4c6755950f3de044ca6b7214353cc0e84d2a67d570_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:0b08f6aba84c9f64b3253f5f23efaa0bba47be37f2582378509849b73db165e4_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:64ca1e84e10bbc7522da216e4965658e06c540fce8c18f2976dab5c3236ea256_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0976ab8ba60319bf9ef20503de0fa249055e18a82ab36113affe7ad177b3f187_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:1d7f610fea74bb30b0276aa40556d9c03762c10f3bb71618afb5e6f5af718688_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:cf81ea45b333424981129e464f1374739a4f309efdcb26b9f7df2df4d346c1a9_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:dd9ca8286f54ba8e4151414afc65cbc4d619430676ab2735afc2a1e086b17921_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:1d89cd1a73d1bbd66988ce2224de39b799ecfa1cfe96d0ec2619ccc059c11d20_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:efdcf383abcb962ea0fdb92a9fa31f60a150a2c48174303881b550e5d9dec6f7_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:f500d5f16ea39d262ad4c52a9be03953e6e7ffa0f4349860976c41a70d8bb0e5_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:491a5b629d9777815ee6d28356cf82a7fd7939f2a39e65ae833440af1831b1db_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:80f47a30616834100466219c9e4d8c67fcef9554b2075c2bf81905c86b03d46b_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:cd38debd1e2088a81a31ac95eda219ad9d58d255ac0ed157a804837b00a87ac0_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:096d6e38c34c0c89e2b2e49d6c8b61acf9f88033d3b2814eefa62abee30d4993_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:4d03e157d3ed69eef8a8ee8a6c8f9e0746c16baa6ccff7c5c8a7457e9a8b9a56_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:d556581772224fe60606ece392a210f1a3b3de01a26959197c594634694d6ebb_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:0ef121586e961be58480d76ba988719daaa82e606a8cc3649a0d01ef75227bc0_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:3452dc4a07cb296d2102f3fbc34865496dcd418f602dc117cb327893f6464e71_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:61fb5b6ebf9ee44b9271eb3526cb3175c9a135f86223e165c05b73a390f617ea_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:c6b46eca6dfec3a8fb48b61393707e11e8cc573aad7eb6ff95c4661092e913f0_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:79ad5ac0ee525277a8a1bd550428a5e0a04da73aa1d9df23d085ec888d12d45b_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:911c38bf283079dd024087bda48a37ddf0ec981da4589596565706e5dfcd6dad_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:c1f4872828308bf7f0477697fb74a0ab7c3f595e2c33e29ee873232efca1960d_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:0df69e6e3d2add83c5a74faff76837a49333184b1d170acee968d4c064933bcf_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:5c3c4bbf1bf820995a13588d02a8cf692e1343da25def005dab981078b14d970_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:e1a7fd2bf349908c710237a1f832a4e161e049d09691d36c453bc8ddb0e0eebe_ppc64le | — |
Workaround
|
A flaw was found in the Submariner project. Due to unnecessary role-based access control permissions, a privileged attacker can run a malicious container on a node that may allow them to steal service account tokens and further compromise other nodes and potentially the entire cluster.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:2eb40b0c565a4d150229ab504adfb2e0a2b4a5b25ff8ccb690e6d2dcae3bf424_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:36a0a82ab0c1e9d67d31aa8afe81bc1485541e3aefa221dbbc2a6822edfe8515_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:8a8f7e1126adc73d210cdf8454c64356e2229e3aefc5bb4ba5a8bc7755a5d469_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:ef3d403c990fa7f2af167a123af043970cadc00b78b454b93dd9a4bca2699d2b_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:5fbef84c4a88ad4ea88a1b2232cc0d6630fa47c8e3ae874a485c971c6d5951b9_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:ac0c3a8d86539bc4668e1a6de82e1f8439a1fbbb17a3b4102cabf078f021b41f_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:c94f20ad65f5411c7cabafd574e52f2fcb52d2f917003ae71adc736028f962bf_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:088b9e19fc16a4fbb655b81ab1fbe78aa82ebce2ad5ad0df67fc8b361b4fe170_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:2c29d14c5d64f810cc68fdb894700819f5122a354d5cbb473cf73f517f5315e9_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:5c2628c9c3de8ff9eaf6c727eaa2b4382741f21afeb4154329714b404fb4e1df_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:f4a85d993ae326570a5e4dd8bdf9e5cec586c2f8b55a962940457f39787d6af8_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:061fc659ec847d38201a7b049b813df1fddac1e97d2caddaaac3d91d5e05fd46_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:3cc0e4ec3f46d066bfc5546a2efdab3a44aa38f2d6dc961509bee8f7f9cb5ddb_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:7c00300daa75158d7a406317be71f2a8932a613b769144ae92a5ae225f4feb1e_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:193a773d4f1ed8ec6097579507dddd3863301ec546e325e38b5290235f06c802_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:968deb95e9fde6ba12565e3ef601bfc60551ac6ac7c122b2bdacea09b6574266_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:d608a1d128733b31b552d8410c1d95cb740646cea32b79ee401d2de178e08ca9_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:f717a955a7ca2c3b1eac84e4b192ab38dcf1e98f6baea0ef592071c60f389bd1_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:46486b7e3b087bfec9c7b0dd4547af1190cee2be55dee7400ec90e6dc4b434f4_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a20b4235cee3193794be549c645164c2811a044498a777591437ff440264a7da_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a552dbccf217e8deaec318bcaf9b40877d3be1e88d091ae1684959f48367e0f2_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:8f650cf5915d5b7a15931e4a11d7c6be43d16068132f4cb4ef3e0c3e3cfbc17c_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:978017d3524aded83f4c63710e0b10dc2a453a22b5bc9ef801c7e70ac13aee40_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:9c3b15da5ddf22af93ae1617329ef41fddb4e6c00bbf9ea12567c4fc2c14cfdf_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:41c7883aafc2938852f5920ac2a178e1b0f39e0acdb817678696adec90fa2686_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:95a047d3be90468e15a9f246f8e0fbfd159f18f7a9841d07c75e6c3f30c7c80a_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:d383069c5e89e051a15e95e61e9bd5197edf4f91fde60df8b8ed7d4e8269452e_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:f2ab9f9eb9e502f0d78b32159dfc5aeae77ec9698ed3a2aeecd184407388f1e3_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:38d7fe0b8fa164df79d08fe2d20af60d7530e2691e7d4f183d71f138a00a128e_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:a8f0e209e62e02a20648f982360e5b5ec7e62c294b4f7eb7df53ccd0bb750008_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:cd6bbc33a59480c1c504a88f86ca4bb51de037db3c993581d18ee7e887c96dcc_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:2bd43ed14d916a13f2d631f8dc350313c47619033134463399d76e77688f4c2e_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:92c7cf4ce69644ffa955c78b1e18aab5f9c3a843f889703a326ea9e6697455af_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:e1abb6a3be342350f7b3f641f9e036e2bd998e5fd6bd215730f3d39526e1d16f_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a714121fa385acb6fe75bb74f402be8cf6da85372fd4a34abfbb9b546782e9c0_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a9cdb157400f7826b8c5075591d26dd9e25628e94189de3b90c8e9389e3181ed_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:ab289e798f909cf238f410984b7388db2f0a20794a3d55a06031fd9771efeaf7_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:f5e5b787848d5838aaaeb58e3b8836ff67b4fcf9a2d3c9d19f27e06818fdf295_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:4b79f14a1d5130673921c4d711c0b919377307dd6d76d14386f9f83a5e1b4ecd_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:60ca8f2d341b1f1a09710a37c40f4c803c6b1b2d09fc1a7f53f9a979ad6643d6_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:92bd51fa0a6ee62be70dda32f5d922e70f4aea630b70bc7b5b74d0bf3c1d3a66_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:f518a439b56354f01a647d3c0550c909b42a879607982ce50bbbc0b6403a58f9_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5700bc3e6aadfa1890bb81bcc70f0ef026b5bd0d38f1e4bd35d04d5ceee7808d_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5972ba4c75e54f1670ec5ffb0a5a749a6992967ea0dd6e5d442019fa64dc1515_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:67108dd96a553925f2759cc5359447315aff09e7628a8228e71b04a8dee25f63_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:43334d92af32e97a11691d0fa7069746d59d6f73a0a2c0b97bbbfdc7937f117a_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8512465ad8828593d0f4b6d4208a6c60a0f297f70ef26a0c4c874f6ddf4798d2_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8b0583cf72b39299e6769f9c9fdc4321b7e384405aec8d1519d4ea5ac060fd05_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:ab568f027f842174927e1ccc7ca00448068e9241f40f53034d9ba74aaf062aa1_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:c4b5c7247825d7265f83ae5fb5e8a0f62fbb69cdbaf535d0d83320b817d7ef48_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:cf07146641dab9fe090c2b44d8f533375a5d04b8fcdedb42f75f10916b5b6ba6_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:3a4ec2b8d194134fc4a3cb9077306ba71eaef4e4544177f590c73ae7e40d490b_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:87e2d4e45b3d308e6937791d906c277df67c45321c7b760cca528f36e68d263d_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:8a090360648affdb24c12d7c2efaffc07bc21deb8b29f4ad3c12cf0a5ee6e19b_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:aff1de5e9ad24bbfacda0bf34bb6b28d27c3f9ce646ed53e93b4c87eb0bda93c_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:162f35a85baabd9055c53717463c908247769a9bf617a4b457adf398d2e972be_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:272f038ebe7fd778c6c24dcc27524f3aa807465576177681b8b80a6adb32be99_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:41064d2db3c4c1e651f2df89d6cd4a19027c6930edc6ab66b5535a2cd7f39f49_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:859301df4f104e3d36efc2446929c86805e586c3c5ac07548d0277442d5df6ca_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:2ca34569661d388d50cc0e9f5949ea7a404ceb266981855b3251c329dab88e11_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:d77cb43b5019248b790134edc980d7fb260c4dcb884f8e54d27c33b876a5f897_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:f9f73b9781288b1a52b06edb752efc9475a315e1dd9a445e28cc47d571762cfc_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:1ab09e10bfe23ed2e08513d887bd36c4bed003d6bcb7f1885364ef5a606ec010_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:9a42214d500a600785bb9a7bdd5b9580a5f8cfbf16980eb48bde3ae4ce855f3c_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:e87b8be96be2c5042af949785dd0c543e28d9432914a9543b08fd38d4a1e11ff_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:0ee210a535f1f11de40e1a0ee55a10855ce13c09dab9791ee4d35c59949ca934_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:3dc59c38e0cde2c9974d3fa5a7ce1c9f98589a5aeb486fdc8a8e7717656522fe_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:44c6bb264bbbd0ad67978dd2b4e01c530e653baf14b15f8a1eddff675fa760bd_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:631643362d4345fdefb3fb34416ca09626b634c92fde970e1494a95fe5bdfc87_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:21c8ba4e41692cc24ce0127b4198413183451eff19a461941e9efb6bd140bfb4_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:24d9bcb0da6e061f9de31768e94b660f955323e130f7eb0fc9e8746c1709d3f8_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:8ef36128140b9a90403fb672178d07be7fd16ddf9809ec628a693e0e2dd6d4a9_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:078bd92b92c28c3899986f4c6755950f3de044ca6b7214353cc0e84d2a67d570_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:0b08f6aba84c9f64b3253f5f23efaa0bba47be37f2582378509849b73db165e4_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:64ca1e84e10bbc7522da216e4965658e06c540fce8c18f2976dab5c3236ea256_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0976ab8ba60319bf9ef20503de0fa249055e18a82ab36113affe7ad177b3f187_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:1d7f610fea74bb30b0276aa40556d9c03762c10f3bb71618afb5e6f5af718688_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:cf81ea45b333424981129e464f1374739a4f309efdcb26b9f7df2df4d346c1a9_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:dd9ca8286f54ba8e4151414afc65cbc4d619430676ab2735afc2a1e086b17921_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:1d89cd1a73d1bbd66988ce2224de39b799ecfa1cfe96d0ec2619ccc059c11d20_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:efdcf383abcb962ea0fdb92a9fa31f60a150a2c48174303881b550e5d9dec6f7_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:f500d5f16ea39d262ad4c52a9be03953e6e7ffa0f4349860976c41a70d8bb0e5_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:491a5b629d9777815ee6d28356cf82a7fd7939f2a39e65ae833440af1831b1db_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:80f47a30616834100466219c9e4d8c67fcef9554b2075c2bf81905c86b03d46b_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:cd38debd1e2088a81a31ac95eda219ad9d58d255ac0ed157a804837b00a87ac0_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:096d6e38c34c0c89e2b2e49d6c8b61acf9f88033d3b2814eefa62abee30d4993_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:4d03e157d3ed69eef8a8ee8a6c8f9e0746c16baa6ccff7c5c8a7457e9a8b9a56_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:d556581772224fe60606ece392a210f1a3b3de01a26959197c594634694d6ebb_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:0ef121586e961be58480d76ba988719daaa82e606a8cc3649a0d01ef75227bc0_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:3452dc4a07cb296d2102f3fbc34865496dcd418f602dc117cb327893f6464e71_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:61fb5b6ebf9ee44b9271eb3526cb3175c9a135f86223e165c05b73a390f617ea_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:c6b46eca6dfec3a8fb48b61393707e11e8cc573aad7eb6ff95c4661092e913f0_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:79ad5ac0ee525277a8a1bd550428a5e0a04da73aa1d9df23d085ec888d12d45b_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:911c38bf283079dd024087bda48a37ddf0ec981da4589596565706e5dfcd6dad_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:c1f4872828308bf7f0477697fb74a0ab7c3f595e2c33e29ee873232efca1960d_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:0df69e6e3d2add83c5a74faff76837a49333184b1d170acee968d4c064933bcf_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:5c3c4bbf1bf820995a13588d02a8cf692e1343da25def005dab981078b14d970_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:e1a7fd2bf349908c710237a1f832a4e161e049d09691d36c453bc8ddb0e0eebe_ppc64le | — |
A flaw was found in Go's crypto/x509 standard library package. Verifying a certificate chain that contains a certificate with an unknown public key algorithm will cause a Certificate.Verify to panic. This issue affects all crypto/tls clients and servers that set Config.ClientAuth to VerifyClientCertIfGiven or RequireAndVerifyClientCert.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:5fbef84c4a88ad4ea88a1b2232cc0d6630fa47c8e3ae874a485c971c6d5951b9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:ac0c3a8d86539bc4668e1a6de82e1f8439a1fbbb17a3b4102cabf078f021b41f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:c94f20ad65f5411c7cabafd574e52f2fcb52d2f917003ae71adc736028f962bf_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:088b9e19fc16a4fbb655b81ab1fbe78aa82ebce2ad5ad0df67fc8b361b4fe170_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:2c29d14c5d64f810cc68fdb894700819f5122a354d5cbb473cf73f517f5315e9_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:5c2628c9c3de8ff9eaf6c727eaa2b4382741f21afeb4154329714b404fb4e1df_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:f4a85d993ae326570a5e4dd8bdf9e5cec586c2f8b55a962940457f39787d6af8_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:061fc659ec847d38201a7b049b813df1fddac1e97d2caddaaac3d91d5e05fd46_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:3cc0e4ec3f46d066bfc5546a2efdab3a44aa38f2d6dc961509bee8f7f9cb5ddb_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:7c00300daa75158d7a406317be71f2a8932a613b769144ae92a5ae225f4feb1e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:193a773d4f1ed8ec6097579507dddd3863301ec546e325e38b5290235f06c802_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:968deb95e9fde6ba12565e3ef601bfc60551ac6ac7c122b2bdacea09b6574266_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:d608a1d128733b31b552d8410c1d95cb740646cea32b79ee401d2de178e08ca9_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:f717a955a7ca2c3b1eac84e4b192ab38dcf1e98f6baea0ef592071c60f389bd1_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:46486b7e3b087bfec9c7b0dd4547af1190cee2be55dee7400ec90e6dc4b434f4_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a20b4235cee3193794be549c645164c2811a044498a777591437ff440264a7da_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a552dbccf217e8deaec318bcaf9b40877d3be1e88d091ae1684959f48367e0f2_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:8f650cf5915d5b7a15931e4a11d7c6be43d16068132f4cb4ef3e0c3e3cfbc17c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:978017d3524aded83f4c63710e0b10dc2a453a22b5bc9ef801c7e70ac13aee40_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:9c3b15da5ddf22af93ae1617329ef41fddb4e6c00bbf9ea12567c4fc2c14cfdf_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:41c7883aafc2938852f5920ac2a178e1b0f39e0acdb817678696adec90fa2686_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:95a047d3be90468e15a9f246f8e0fbfd159f18f7a9841d07c75e6c3f30c7c80a_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:d383069c5e89e051a15e95e61e9bd5197edf4f91fde60df8b8ed7d4e8269452e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:f2ab9f9eb9e502f0d78b32159dfc5aeae77ec9698ed3a2aeecd184407388f1e3_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:38d7fe0b8fa164df79d08fe2d20af60d7530e2691e7d4f183d71f138a00a128e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:a8f0e209e62e02a20648f982360e5b5ec7e62c294b4f7eb7df53ccd0bb750008_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:cd6bbc33a59480c1c504a88f86ca4bb51de037db3c993581d18ee7e887c96dcc_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:2bd43ed14d916a13f2d631f8dc350313c47619033134463399d76e77688f4c2e_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:92c7cf4ce69644ffa955c78b1e18aab5f9c3a843f889703a326ea9e6697455af_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:e1abb6a3be342350f7b3f641f9e036e2bd998e5fd6bd215730f3d39526e1d16f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a714121fa385acb6fe75bb74f402be8cf6da85372fd4a34abfbb9b546782e9c0_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a9cdb157400f7826b8c5075591d26dd9e25628e94189de3b90c8e9389e3181ed_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:ab289e798f909cf238f410984b7388db2f0a20794a3d55a06031fd9771efeaf7_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:f5e5b787848d5838aaaeb58e3b8836ff67b4fcf9a2d3c9d19f27e06818fdf295_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:4b79f14a1d5130673921c4d711c0b919377307dd6d76d14386f9f83a5e1b4ecd_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:60ca8f2d341b1f1a09710a37c40f4c803c6b1b2d09fc1a7f53f9a979ad6643d6_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:92bd51fa0a6ee62be70dda32f5d922e70f4aea630b70bc7b5b74d0bf3c1d3a66_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:f518a439b56354f01a647d3c0550c909b42a879607982ce50bbbc0b6403a58f9_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5700bc3e6aadfa1890bb81bcc70f0ef026b5bd0d38f1e4bd35d04d5ceee7808d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5972ba4c75e54f1670ec5ffb0a5a749a6992967ea0dd6e5d442019fa64dc1515_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:67108dd96a553925f2759cc5359447315aff09e7628a8228e71b04a8dee25f63_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:43334d92af32e97a11691d0fa7069746d59d6f73a0a2c0b97bbbfdc7937f117a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8512465ad8828593d0f4b6d4208a6c60a0f297f70ef26a0c4c874f6ddf4798d2_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8b0583cf72b39299e6769f9c9fdc4321b7e384405aec8d1519d4ea5ac060fd05_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:ab568f027f842174927e1ccc7ca00448068e9241f40f53034d9ba74aaf062aa1_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:c4b5c7247825d7265f83ae5fb5e8a0f62fbb69cdbaf535d0d83320b817d7ef48_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:cf07146641dab9fe090c2b44d8f533375a5d04b8fcdedb42f75f10916b5b6ba6_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:3a4ec2b8d194134fc4a3cb9077306ba71eaef4e4544177f590c73ae7e40d490b_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:87e2d4e45b3d308e6937791d906c277df67c45321c7b760cca528f36e68d263d_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:8a090360648affdb24c12d7c2efaffc07bc21deb8b29f4ad3c12cf0a5ee6e19b_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:aff1de5e9ad24bbfacda0bf34bb6b28d27c3f9ce646ed53e93b4c87eb0bda93c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:162f35a85baabd9055c53717463c908247769a9bf617a4b457adf398d2e972be_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:272f038ebe7fd778c6c24dcc27524f3aa807465576177681b8b80a6adb32be99_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:41064d2db3c4c1e651f2df89d6cd4a19027c6930edc6ab66b5535a2cd7f39f49_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:859301df4f104e3d36efc2446929c86805e586c3c5ac07548d0277442d5df6ca_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:2ca34569661d388d50cc0e9f5949ea7a404ceb266981855b3251c329dab88e11_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:d77cb43b5019248b790134edc980d7fb260c4dcb884f8e54d27c33b876a5f897_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:f9f73b9781288b1a52b06edb752efc9475a315e1dd9a445e28cc47d571762cfc_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:1ab09e10bfe23ed2e08513d887bd36c4bed003d6bcb7f1885364ef5a606ec010_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:9a42214d500a600785bb9a7bdd5b9580a5f8cfbf16980eb48bde3ae4ce855f3c_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:e87b8be96be2c5042af949785dd0c543e28d9432914a9543b08fd38d4a1e11ff_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:2eb40b0c565a4d150229ab504adfb2e0a2b4a5b25ff8ccb690e6d2dcae3bf424_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:36a0a82ab0c1e9d67d31aa8afe81bc1485541e3aefa221dbbc2a6822edfe8515_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:8a8f7e1126adc73d210cdf8454c64356e2229e3aefc5bb4ba5a8bc7755a5d469_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:ef3d403c990fa7f2af167a123af043970cadc00b78b454b93dd9a4bca2699d2b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:0ee210a535f1f11de40e1a0ee55a10855ce13c09dab9791ee4d35c59949ca934_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:3dc59c38e0cde2c9974d3fa5a7ce1c9f98589a5aeb486fdc8a8e7717656522fe_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:44c6bb264bbbd0ad67978dd2b4e01c530e653baf14b15f8a1eddff675fa760bd_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:631643362d4345fdefb3fb34416ca09626b634c92fde970e1494a95fe5bdfc87_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:21c8ba4e41692cc24ce0127b4198413183451eff19a461941e9efb6bd140bfb4_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:24d9bcb0da6e061f9de31768e94b660f955323e130f7eb0fc9e8746c1709d3f8_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:8ef36128140b9a90403fb672178d07be7fd16ddf9809ec628a693e0e2dd6d4a9_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:078bd92b92c28c3899986f4c6755950f3de044ca6b7214353cc0e84d2a67d570_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:0b08f6aba84c9f64b3253f5f23efaa0bba47be37f2582378509849b73db165e4_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:64ca1e84e10bbc7522da216e4965658e06c540fce8c18f2976dab5c3236ea256_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0976ab8ba60319bf9ef20503de0fa249055e18a82ab36113affe7ad177b3f187_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:1d7f610fea74bb30b0276aa40556d9c03762c10f3bb71618afb5e6f5af718688_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:cf81ea45b333424981129e464f1374739a4f309efdcb26b9f7df2df4d346c1a9_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:dd9ca8286f54ba8e4151414afc65cbc4d619430676ab2735afc2a1e086b17921_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:1d89cd1a73d1bbd66988ce2224de39b799ecfa1cfe96d0ec2619ccc059c11d20_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:efdcf383abcb962ea0fdb92a9fa31f60a150a2c48174303881b550e5d9dec6f7_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:f500d5f16ea39d262ad4c52a9be03953e6e7ffa0f4349860976c41a70d8bb0e5_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:491a5b629d9777815ee6d28356cf82a7fd7939f2a39e65ae833440af1831b1db_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:80f47a30616834100466219c9e4d8c67fcef9554b2075c2bf81905c86b03d46b_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:cd38debd1e2088a81a31ac95eda219ad9d58d255ac0ed157a804837b00a87ac0_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:096d6e38c34c0c89e2b2e49d6c8b61acf9f88033d3b2814eefa62abee30d4993_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:4d03e157d3ed69eef8a8ee8a6c8f9e0746c16baa6ccff7c5c8a7457e9a8b9a56_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:d556581772224fe60606ece392a210f1a3b3de01a26959197c594634694d6ebb_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:0ef121586e961be58480d76ba988719daaa82e606a8cc3649a0d01ef75227bc0_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:3452dc4a07cb296d2102f3fbc34865496dcd418f602dc117cb327893f6464e71_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:61fb5b6ebf9ee44b9271eb3526cb3175c9a135f86223e165c05b73a390f617ea_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:c6b46eca6dfec3a8fb48b61393707e11e8cc573aad7eb6ff95c4661092e913f0_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:79ad5ac0ee525277a8a1bd550428a5e0a04da73aa1d9df23d085ec888d12d45b_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:911c38bf283079dd024087bda48a37ddf0ec981da4589596565706e5dfcd6dad_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:c1f4872828308bf7f0477697fb74a0ab7c3f595e2c33e29ee873232efca1960d_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:0df69e6e3d2add83c5a74faff76837a49333184b1d170acee968d4c064933bcf_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:5c3c4bbf1bf820995a13588d02a8cf692e1343da25def005dab981078b14d970_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:e1a7fd2bf349908c710237a1f832a4e161e049d09691d36c453bc8ddb0e0eebe_ppc64le | — |
Workaround
|
A flaw was found in Go's html/template standard library package. If errors returned from MarshalJSON methods contain user-controlled data, they may be used to break the contextual auto-escaping behavior of the html/template package, allowing subsequent actions to inject unexpected content into templates.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:5fbef84c4a88ad4ea88a1b2232cc0d6630fa47c8e3ae874a485c971c6d5951b9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:ac0c3a8d86539bc4668e1a6de82e1f8439a1fbbb17a3b4102cabf078f021b41f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:c94f20ad65f5411c7cabafd574e52f2fcb52d2f917003ae71adc736028f962bf_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:088b9e19fc16a4fbb655b81ab1fbe78aa82ebce2ad5ad0df67fc8b361b4fe170_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:2c29d14c5d64f810cc68fdb894700819f5122a354d5cbb473cf73f517f5315e9_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:5c2628c9c3de8ff9eaf6c727eaa2b4382741f21afeb4154329714b404fb4e1df_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:f4a85d993ae326570a5e4dd8bdf9e5cec586c2f8b55a962940457f39787d6af8_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:061fc659ec847d38201a7b049b813df1fddac1e97d2caddaaac3d91d5e05fd46_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:3cc0e4ec3f46d066bfc5546a2efdab3a44aa38f2d6dc961509bee8f7f9cb5ddb_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:7c00300daa75158d7a406317be71f2a8932a613b769144ae92a5ae225f4feb1e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:193a773d4f1ed8ec6097579507dddd3863301ec546e325e38b5290235f06c802_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:968deb95e9fde6ba12565e3ef601bfc60551ac6ac7c122b2bdacea09b6574266_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:d608a1d128733b31b552d8410c1d95cb740646cea32b79ee401d2de178e08ca9_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:f717a955a7ca2c3b1eac84e4b192ab38dcf1e98f6baea0ef592071c60f389bd1_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:46486b7e3b087bfec9c7b0dd4547af1190cee2be55dee7400ec90e6dc4b434f4_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a20b4235cee3193794be549c645164c2811a044498a777591437ff440264a7da_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a552dbccf217e8deaec318bcaf9b40877d3be1e88d091ae1684959f48367e0f2_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:8f650cf5915d5b7a15931e4a11d7c6be43d16068132f4cb4ef3e0c3e3cfbc17c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:978017d3524aded83f4c63710e0b10dc2a453a22b5bc9ef801c7e70ac13aee40_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:9c3b15da5ddf22af93ae1617329ef41fddb4e6c00bbf9ea12567c4fc2c14cfdf_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:41c7883aafc2938852f5920ac2a178e1b0f39e0acdb817678696adec90fa2686_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:95a047d3be90468e15a9f246f8e0fbfd159f18f7a9841d07c75e6c3f30c7c80a_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:d383069c5e89e051a15e95e61e9bd5197edf4f91fde60df8b8ed7d4e8269452e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:f2ab9f9eb9e502f0d78b32159dfc5aeae77ec9698ed3a2aeecd184407388f1e3_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:38d7fe0b8fa164df79d08fe2d20af60d7530e2691e7d4f183d71f138a00a128e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:a8f0e209e62e02a20648f982360e5b5ec7e62c294b4f7eb7df53ccd0bb750008_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:cd6bbc33a59480c1c504a88f86ca4bb51de037db3c993581d18ee7e887c96dcc_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:2bd43ed14d916a13f2d631f8dc350313c47619033134463399d76e77688f4c2e_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:92c7cf4ce69644ffa955c78b1e18aab5f9c3a843f889703a326ea9e6697455af_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:e1abb6a3be342350f7b3f641f9e036e2bd998e5fd6bd215730f3d39526e1d16f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a714121fa385acb6fe75bb74f402be8cf6da85372fd4a34abfbb9b546782e9c0_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a9cdb157400f7826b8c5075591d26dd9e25628e94189de3b90c8e9389e3181ed_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:ab289e798f909cf238f410984b7388db2f0a20794a3d55a06031fd9771efeaf7_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:f5e5b787848d5838aaaeb58e3b8836ff67b4fcf9a2d3c9d19f27e06818fdf295_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:4b79f14a1d5130673921c4d711c0b919377307dd6d76d14386f9f83a5e1b4ecd_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:60ca8f2d341b1f1a09710a37c40f4c803c6b1b2d09fc1a7f53f9a979ad6643d6_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:92bd51fa0a6ee62be70dda32f5d922e70f4aea630b70bc7b5b74d0bf3c1d3a66_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:f518a439b56354f01a647d3c0550c909b42a879607982ce50bbbc0b6403a58f9_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5700bc3e6aadfa1890bb81bcc70f0ef026b5bd0d38f1e4bd35d04d5ceee7808d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5972ba4c75e54f1670ec5ffb0a5a749a6992967ea0dd6e5d442019fa64dc1515_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:67108dd96a553925f2759cc5359447315aff09e7628a8228e71b04a8dee25f63_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:43334d92af32e97a11691d0fa7069746d59d6f73a0a2c0b97bbbfdc7937f117a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8512465ad8828593d0f4b6d4208a6c60a0f297f70ef26a0c4c874f6ddf4798d2_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8b0583cf72b39299e6769f9c9fdc4321b7e384405aec8d1519d4ea5ac060fd05_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:ab568f027f842174927e1ccc7ca00448068e9241f40f53034d9ba74aaf062aa1_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:c4b5c7247825d7265f83ae5fb5e8a0f62fbb69cdbaf535d0d83320b817d7ef48_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:cf07146641dab9fe090c2b44d8f533375a5d04b8fcdedb42f75f10916b5b6ba6_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:3a4ec2b8d194134fc4a3cb9077306ba71eaef4e4544177f590c73ae7e40d490b_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:87e2d4e45b3d308e6937791d906c277df67c45321c7b760cca528f36e68d263d_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:8a090360648affdb24c12d7c2efaffc07bc21deb8b29f4ad3c12cf0a5ee6e19b_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:aff1de5e9ad24bbfacda0bf34bb6b28d27c3f9ce646ed53e93b4c87eb0bda93c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:162f35a85baabd9055c53717463c908247769a9bf617a4b457adf398d2e972be_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:272f038ebe7fd778c6c24dcc27524f3aa807465576177681b8b80a6adb32be99_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:41064d2db3c4c1e651f2df89d6cd4a19027c6930edc6ab66b5535a2cd7f39f49_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:859301df4f104e3d36efc2446929c86805e586c3c5ac07548d0277442d5df6ca_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:2ca34569661d388d50cc0e9f5949ea7a404ceb266981855b3251c329dab88e11_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:d77cb43b5019248b790134edc980d7fb260c4dcb884f8e54d27c33b876a5f897_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:f9f73b9781288b1a52b06edb752efc9475a315e1dd9a445e28cc47d571762cfc_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:1ab09e10bfe23ed2e08513d887bd36c4bed003d6bcb7f1885364ef5a606ec010_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:9a42214d500a600785bb9a7bdd5b9580a5f8cfbf16980eb48bde3ae4ce855f3c_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:e87b8be96be2c5042af949785dd0c543e28d9432914a9543b08fd38d4a1e11ff_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:2eb40b0c565a4d150229ab504adfb2e0a2b4a5b25ff8ccb690e6d2dcae3bf424_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:36a0a82ab0c1e9d67d31aa8afe81bc1485541e3aefa221dbbc2a6822edfe8515_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:8a8f7e1126adc73d210cdf8454c64356e2229e3aefc5bb4ba5a8bc7755a5d469_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:ef3d403c990fa7f2af167a123af043970cadc00b78b454b93dd9a4bca2699d2b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:0ee210a535f1f11de40e1a0ee55a10855ce13c09dab9791ee4d35c59949ca934_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:3dc59c38e0cde2c9974d3fa5a7ce1c9f98589a5aeb486fdc8a8e7717656522fe_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:44c6bb264bbbd0ad67978dd2b4e01c530e653baf14b15f8a1eddff675fa760bd_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:631643362d4345fdefb3fb34416ca09626b634c92fde970e1494a95fe5bdfc87_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:21c8ba4e41692cc24ce0127b4198413183451eff19a461941e9efb6bd140bfb4_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:24d9bcb0da6e061f9de31768e94b660f955323e130f7eb0fc9e8746c1709d3f8_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:8ef36128140b9a90403fb672178d07be7fd16ddf9809ec628a693e0e2dd6d4a9_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:078bd92b92c28c3899986f4c6755950f3de044ca6b7214353cc0e84d2a67d570_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:0b08f6aba84c9f64b3253f5f23efaa0bba47be37f2582378509849b73db165e4_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:64ca1e84e10bbc7522da216e4965658e06c540fce8c18f2976dab5c3236ea256_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0976ab8ba60319bf9ef20503de0fa249055e18a82ab36113affe7ad177b3f187_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:1d7f610fea74bb30b0276aa40556d9c03762c10f3bb71618afb5e6f5af718688_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:cf81ea45b333424981129e464f1374739a4f309efdcb26b9f7df2df4d346c1a9_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:dd9ca8286f54ba8e4151414afc65cbc4d619430676ab2735afc2a1e086b17921_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:1d89cd1a73d1bbd66988ce2224de39b799ecfa1cfe96d0ec2619ccc059c11d20_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:efdcf383abcb962ea0fdb92a9fa31f60a150a2c48174303881b550e5d9dec6f7_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:f500d5f16ea39d262ad4c52a9be03953e6e7ffa0f4349860976c41a70d8bb0e5_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:491a5b629d9777815ee6d28356cf82a7fd7939f2a39e65ae833440af1831b1db_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:80f47a30616834100466219c9e4d8c67fcef9554b2075c2bf81905c86b03d46b_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:cd38debd1e2088a81a31ac95eda219ad9d58d255ac0ed157a804837b00a87ac0_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:096d6e38c34c0c89e2b2e49d6c8b61acf9f88033d3b2814eefa62abee30d4993_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:4d03e157d3ed69eef8a8ee8a6c8f9e0746c16baa6ccff7c5c8a7457e9a8b9a56_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:d556581772224fe60606ece392a210f1a3b3de01a26959197c594634694d6ebb_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:0ef121586e961be58480d76ba988719daaa82e606a8cc3649a0d01ef75227bc0_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:3452dc4a07cb296d2102f3fbc34865496dcd418f602dc117cb327893f6464e71_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:61fb5b6ebf9ee44b9271eb3526cb3175c9a135f86223e165c05b73a390f617ea_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:c6b46eca6dfec3a8fb48b61393707e11e8cc573aad7eb6ff95c4661092e913f0_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:79ad5ac0ee525277a8a1bd550428a5e0a04da73aa1d9df23d085ec888d12d45b_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:911c38bf283079dd024087bda48a37ddf0ec981da4589596565706e5dfcd6dad_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:c1f4872828308bf7f0477697fb74a0ab7c3f595e2c33e29ee873232efca1960d_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:0df69e6e3d2add83c5a74faff76837a49333184b1d170acee968d4c064933bcf_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:5c3c4bbf1bf820995a13588d02a8cf692e1343da25def005dab981078b14d970_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:e1a7fd2bf349908c710237a1f832a4e161e049d09691d36c453bc8ddb0e0eebe_ppc64le | — |
Workaround
|
A flaw was found in Golang's protobuf module, where the unmarshal function can enter an infinite loop when processing certain invalid inputs. This issue occurs during unmarshaling into a message that includes a google.protobuf.Any or when the UnmarshalOptions.DiscardUnknown option is enabled. This flaw allows an attacker to craft malicious input tailored to trigger the identified flaw in the unmarshal function. By providing carefully constructed invalid inputs, they could potentially cause the function to enter an infinite loop, resulting in a denial of service condition or other unintended behaviors in the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a714121fa385acb6fe75bb74f402be8cf6da85372fd4a34abfbb9b546782e9c0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a9cdb157400f7826b8c5075591d26dd9e25628e94189de3b90c8e9389e3181ed_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:ab289e798f909cf238f410984b7388db2f0a20794a3d55a06031fd9771efeaf7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:f5e5b787848d5838aaaeb58e3b8836ff67b4fcf9a2d3c9d19f27e06818fdf295_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:0ef121586e961be58480d76ba988719daaa82e606a8cc3649a0d01ef75227bc0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:3452dc4a07cb296d2102f3fbc34865496dcd418f602dc117cb327893f6464e71_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:61fb5b6ebf9ee44b9271eb3526cb3175c9a135f86223e165c05b73a390f617ea_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:c6b46eca6dfec3a8fb48b61393707e11e8cc573aad7eb6ff95c4661092e913f0_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:5fbef84c4a88ad4ea88a1b2232cc0d6630fa47c8e3ae874a485c971c6d5951b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:ac0c3a8d86539bc4668e1a6de82e1f8439a1fbbb17a3b4102cabf078f021b41f_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:c94f20ad65f5411c7cabafd574e52f2fcb52d2f917003ae71adc736028f962bf_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:088b9e19fc16a4fbb655b81ab1fbe78aa82ebce2ad5ad0df67fc8b361b4fe170_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:2c29d14c5d64f810cc68fdb894700819f5122a354d5cbb473cf73f517f5315e9_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:5c2628c9c3de8ff9eaf6c727eaa2b4382741f21afeb4154329714b404fb4e1df_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:f4a85d993ae326570a5e4dd8bdf9e5cec586c2f8b55a962940457f39787d6af8_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:061fc659ec847d38201a7b049b813df1fddac1e97d2caddaaac3d91d5e05fd46_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:3cc0e4ec3f46d066bfc5546a2efdab3a44aa38f2d6dc961509bee8f7f9cb5ddb_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:7c00300daa75158d7a406317be71f2a8932a613b769144ae92a5ae225f4feb1e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:193a773d4f1ed8ec6097579507dddd3863301ec546e325e38b5290235f06c802_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:968deb95e9fde6ba12565e3ef601bfc60551ac6ac7c122b2bdacea09b6574266_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:d608a1d128733b31b552d8410c1d95cb740646cea32b79ee401d2de178e08ca9_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:f717a955a7ca2c3b1eac84e4b192ab38dcf1e98f6baea0ef592071c60f389bd1_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:46486b7e3b087bfec9c7b0dd4547af1190cee2be55dee7400ec90e6dc4b434f4_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a20b4235cee3193794be549c645164c2811a044498a777591437ff440264a7da_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a552dbccf217e8deaec318bcaf9b40877d3be1e88d091ae1684959f48367e0f2_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:8f650cf5915d5b7a15931e4a11d7c6be43d16068132f4cb4ef3e0c3e3cfbc17c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:978017d3524aded83f4c63710e0b10dc2a453a22b5bc9ef801c7e70ac13aee40_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:9c3b15da5ddf22af93ae1617329ef41fddb4e6c00bbf9ea12567c4fc2c14cfdf_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:41c7883aafc2938852f5920ac2a178e1b0f39e0acdb817678696adec90fa2686_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:95a047d3be90468e15a9f246f8e0fbfd159f18f7a9841d07c75e6c3f30c7c80a_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:d383069c5e89e051a15e95e61e9bd5197edf4f91fde60df8b8ed7d4e8269452e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:f2ab9f9eb9e502f0d78b32159dfc5aeae77ec9698ed3a2aeecd184407388f1e3_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:38d7fe0b8fa164df79d08fe2d20af60d7530e2691e7d4f183d71f138a00a128e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:a8f0e209e62e02a20648f982360e5b5ec7e62c294b4f7eb7df53ccd0bb750008_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:cd6bbc33a59480c1c504a88f86ca4bb51de037db3c993581d18ee7e887c96dcc_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:2bd43ed14d916a13f2d631f8dc350313c47619033134463399d76e77688f4c2e_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:92c7cf4ce69644ffa955c78b1e18aab5f9c3a843f889703a326ea9e6697455af_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:e1abb6a3be342350f7b3f641f9e036e2bd998e5fd6bd215730f3d39526e1d16f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:4b79f14a1d5130673921c4d711c0b919377307dd6d76d14386f9f83a5e1b4ecd_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:60ca8f2d341b1f1a09710a37c40f4c803c6b1b2d09fc1a7f53f9a979ad6643d6_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:92bd51fa0a6ee62be70dda32f5d922e70f4aea630b70bc7b5b74d0bf3c1d3a66_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:f518a439b56354f01a647d3c0550c909b42a879607982ce50bbbc0b6403a58f9_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5700bc3e6aadfa1890bb81bcc70f0ef026b5bd0d38f1e4bd35d04d5ceee7808d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5972ba4c75e54f1670ec5ffb0a5a749a6992967ea0dd6e5d442019fa64dc1515_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:67108dd96a553925f2759cc5359447315aff09e7628a8228e71b04a8dee25f63_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:43334d92af32e97a11691d0fa7069746d59d6f73a0a2c0b97bbbfdc7937f117a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8512465ad8828593d0f4b6d4208a6c60a0f297f70ef26a0c4c874f6ddf4798d2_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8b0583cf72b39299e6769f9c9fdc4321b7e384405aec8d1519d4ea5ac060fd05_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:ab568f027f842174927e1ccc7ca00448068e9241f40f53034d9ba74aaf062aa1_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:c4b5c7247825d7265f83ae5fb5e8a0f62fbb69cdbaf535d0d83320b817d7ef48_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:cf07146641dab9fe090c2b44d8f533375a5d04b8fcdedb42f75f10916b5b6ba6_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:3a4ec2b8d194134fc4a3cb9077306ba71eaef4e4544177f590c73ae7e40d490b_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:87e2d4e45b3d308e6937791d906c277df67c45321c7b760cca528f36e68d263d_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:8a090360648affdb24c12d7c2efaffc07bc21deb8b29f4ad3c12cf0a5ee6e19b_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:aff1de5e9ad24bbfacda0bf34bb6b28d27c3f9ce646ed53e93b4c87eb0bda93c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:162f35a85baabd9055c53717463c908247769a9bf617a4b457adf398d2e972be_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:272f038ebe7fd778c6c24dcc27524f3aa807465576177681b8b80a6adb32be99_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:41064d2db3c4c1e651f2df89d6cd4a19027c6930edc6ab66b5535a2cd7f39f49_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:859301df4f104e3d36efc2446929c86805e586c3c5ac07548d0277442d5df6ca_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:2ca34569661d388d50cc0e9f5949ea7a404ceb266981855b3251c329dab88e11_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:d77cb43b5019248b790134edc980d7fb260c4dcb884f8e54d27c33b876a5f897_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:f9f73b9781288b1a52b06edb752efc9475a315e1dd9a445e28cc47d571762cfc_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:1ab09e10bfe23ed2e08513d887bd36c4bed003d6bcb7f1885364ef5a606ec010_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:9a42214d500a600785bb9a7bdd5b9580a5f8cfbf16980eb48bde3ae4ce855f3c_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:e87b8be96be2c5042af949785dd0c543e28d9432914a9543b08fd38d4a1e11ff_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:2eb40b0c565a4d150229ab504adfb2e0a2b4a5b25ff8ccb690e6d2dcae3bf424_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:36a0a82ab0c1e9d67d31aa8afe81bc1485541e3aefa221dbbc2a6822edfe8515_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:8a8f7e1126adc73d210cdf8454c64356e2229e3aefc5bb4ba5a8bc7755a5d469_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:ef3d403c990fa7f2af167a123af043970cadc00b78b454b93dd9a4bca2699d2b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:0ee210a535f1f11de40e1a0ee55a10855ce13c09dab9791ee4d35c59949ca934_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:3dc59c38e0cde2c9974d3fa5a7ce1c9f98589a5aeb486fdc8a8e7717656522fe_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:44c6bb264bbbd0ad67978dd2b4e01c530e653baf14b15f8a1eddff675fa760bd_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:631643362d4345fdefb3fb34416ca09626b634c92fde970e1494a95fe5bdfc87_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:21c8ba4e41692cc24ce0127b4198413183451eff19a461941e9efb6bd140bfb4_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:24d9bcb0da6e061f9de31768e94b660f955323e130f7eb0fc9e8746c1709d3f8_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:8ef36128140b9a90403fb672178d07be7fd16ddf9809ec628a693e0e2dd6d4a9_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:078bd92b92c28c3899986f4c6755950f3de044ca6b7214353cc0e84d2a67d570_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:0b08f6aba84c9f64b3253f5f23efaa0bba47be37f2582378509849b73db165e4_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:64ca1e84e10bbc7522da216e4965658e06c540fce8c18f2976dab5c3236ea256_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0976ab8ba60319bf9ef20503de0fa249055e18a82ab36113affe7ad177b3f187_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:1d7f610fea74bb30b0276aa40556d9c03762c10f3bb71618afb5e6f5af718688_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:cf81ea45b333424981129e464f1374739a4f309efdcb26b9f7df2df4d346c1a9_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:dd9ca8286f54ba8e4151414afc65cbc4d619430676ab2735afc2a1e086b17921_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:1d89cd1a73d1bbd66988ce2224de39b799ecfa1cfe96d0ec2619ccc059c11d20_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:efdcf383abcb962ea0fdb92a9fa31f60a150a2c48174303881b550e5d9dec6f7_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:f500d5f16ea39d262ad4c52a9be03953e6e7ffa0f4349860976c41a70d8bb0e5_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:491a5b629d9777815ee6d28356cf82a7fd7939f2a39e65ae833440af1831b1db_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:80f47a30616834100466219c9e4d8c67fcef9554b2075c2bf81905c86b03d46b_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:cd38debd1e2088a81a31ac95eda219ad9d58d255ac0ed157a804837b00a87ac0_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:096d6e38c34c0c89e2b2e49d6c8b61acf9f88033d3b2814eefa62abee30d4993_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:4d03e157d3ed69eef8a8ee8a6c8f9e0746c16baa6ccff7c5c8a7457e9a8b9a56_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:d556581772224fe60606ece392a210f1a3b3de01a26959197c594634694d6ebb_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:79ad5ac0ee525277a8a1bd550428a5e0a04da73aa1d9df23d085ec888d12d45b_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:911c38bf283079dd024087bda48a37ddf0ec981da4589596565706e5dfcd6dad_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:c1f4872828308bf7f0477697fb74a0ab7c3f595e2c33e29ee873232efca1960d_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:0df69e6e3d2add83c5a74faff76837a49333184b1d170acee968d4c064933bcf_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:5c3c4bbf1bf820995a13588d02a8cf692e1343da25def005dab981078b14d970_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:e1a7fd2bf349908c710237a1f832a4e161e049d09691d36c453bc8ddb0e0eebe_ppc64le | — |
Workaround
|
Jose was found to have an uncontrolled resource consumption vulnerability. Under certain conditions, the user's environment can consume an unreasonable amount of CPU time or memory during JWE decryption operations, leading to a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:5fbef84c4a88ad4ea88a1b2232cc0d6630fa47c8e3ae874a485c971c6d5951b9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:ac0c3a8d86539bc4668e1a6de82e1f8439a1fbbb17a3b4102cabf078f021b41f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:c94f20ad65f5411c7cabafd574e52f2fcb52d2f917003ae71adc736028f962bf_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:088b9e19fc16a4fbb655b81ab1fbe78aa82ebce2ad5ad0df67fc8b361b4fe170_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:2c29d14c5d64f810cc68fdb894700819f5122a354d5cbb473cf73f517f5315e9_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:5c2628c9c3de8ff9eaf6c727eaa2b4382741f21afeb4154329714b404fb4e1df_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:f4a85d993ae326570a5e4dd8bdf9e5cec586c2f8b55a962940457f39787d6af8_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:061fc659ec847d38201a7b049b813df1fddac1e97d2caddaaac3d91d5e05fd46_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:3cc0e4ec3f46d066bfc5546a2efdab3a44aa38f2d6dc961509bee8f7f9cb5ddb_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:7c00300daa75158d7a406317be71f2a8932a613b769144ae92a5ae225f4feb1e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:193a773d4f1ed8ec6097579507dddd3863301ec546e325e38b5290235f06c802_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:968deb95e9fde6ba12565e3ef601bfc60551ac6ac7c122b2bdacea09b6574266_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:d608a1d128733b31b552d8410c1d95cb740646cea32b79ee401d2de178e08ca9_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:f717a955a7ca2c3b1eac84e4b192ab38dcf1e98f6baea0ef592071c60f389bd1_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:46486b7e3b087bfec9c7b0dd4547af1190cee2be55dee7400ec90e6dc4b434f4_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a20b4235cee3193794be549c645164c2811a044498a777591437ff440264a7da_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a552dbccf217e8deaec318bcaf9b40877d3be1e88d091ae1684959f48367e0f2_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:8f650cf5915d5b7a15931e4a11d7c6be43d16068132f4cb4ef3e0c3e3cfbc17c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:978017d3524aded83f4c63710e0b10dc2a453a22b5bc9ef801c7e70ac13aee40_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:9c3b15da5ddf22af93ae1617329ef41fddb4e6c00bbf9ea12567c4fc2c14cfdf_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:41c7883aafc2938852f5920ac2a178e1b0f39e0acdb817678696adec90fa2686_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:95a047d3be90468e15a9f246f8e0fbfd159f18f7a9841d07c75e6c3f30c7c80a_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:d383069c5e89e051a15e95e61e9bd5197edf4f91fde60df8b8ed7d4e8269452e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:f2ab9f9eb9e502f0d78b32159dfc5aeae77ec9698ed3a2aeecd184407388f1e3_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:38d7fe0b8fa164df79d08fe2d20af60d7530e2691e7d4f183d71f138a00a128e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:a8f0e209e62e02a20648f982360e5b5ec7e62c294b4f7eb7df53ccd0bb750008_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:cd6bbc33a59480c1c504a88f86ca4bb51de037db3c993581d18ee7e887c96dcc_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:2bd43ed14d916a13f2d631f8dc350313c47619033134463399d76e77688f4c2e_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:92c7cf4ce69644ffa955c78b1e18aab5f9c3a843f889703a326ea9e6697455af_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:e1abb6a3be342350f7b3f641f9e036e2bd998e5fd6bd215730f3d39526e1d16f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a714121fa385acb6fe75bb74f402be8cf6da85372fd4a34abfbb9b546782e9c0_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a9cdb157400f7826b8c5075591d26dd9e25628e94189de3b90c8e9389e3181ed_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:ab289e798f909cf238f410984b7388db2f0a20794a3d55a06031fd9771efeaf7_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:f5e5b787848d5838aaaeb58e3b8836ff67b4fcf9a2d3c9d19f27e06818fdf295_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:4b79f14a1d5130673921c4d711c0b919377307dd6d76d14386f9f83a5e1b4ecd_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:60ca8f2d341b1f1a09710a37c40f4c803c6b1b2d09fc1a7f53f9a979ad6643d6_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:92bd51fa0a6ee62be70dda32f5d922e70f4aea630b70bc7b5b74d0bf3c1d3a66_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:f518a439b56354f01a647d3c0550c909b42a879607982ce50bbbc0b6403a58f9_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5700bc3e6aadfa1890bb81bcc70f0ef026b5bd0d38f1e4bd35d04d5ceee7808d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5972ba4c75e54f1670ec5ffb0a5a749a6992967ea0dd6e5d442019fa64dc1515_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:67108dd96a553925f2759cc5359447315aff09e7628a8228e71b04a8dee25f63_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:43334d92af32e97a11691d0fa7069746d59d6f73a0a2c0b97bbbfdc7937f117a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8512465ad8828593d0f4b6d4208a6c60a0f297f70ef26a0c4c874f6ddf4798d2_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8b0583cf72b39299e6769f9c9fdc4321b7e384405aec8d1519d4ea5ac060fd05_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:ab568f027f842174927e1ccc7ca00448068e9241f40f53034d9ba74aaf062aa1_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:c4b5c7247825d7265f83ae5fb5e8a0f62fbb69cdbaf535d0d83320b817d7ef48_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:cf07146641dab9fe090c2b44d8f533375a5d04b8fcdedb42f75f10916b5b6ba6_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:3a4ec2b8d194134fc4a3cb9077306ba71eaef4e4544177f590c73ae7e40d490b_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:87e2d4e45b3d308e6937791d906c277df67c45321c7b760cca528f36e68d263d_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:8a090360648affdb24c12d7c2efaffc07bc21deb8b29f4ad3c12cf0a5ee6e19b_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:aff1de5e9ad24bbfacda0bf34bb6b28d27c3f9ce646ed53e93b4c87eb0bda93c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:162f35a85baabd9055c53717463c908247769a9bf617a4b457adf398d2e972be_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:272f038ebe7fd778c6c24dcc27524f3aa807465576177681b8b80a6adb32be99_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:41064d2db3c4c1e651f2df89d6cd4a19027c6930edc6ab66b5535a2cd7f39f49_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:859301df4f104e3d36efc2446929c86805e586c3c5ac07548d0277442d5df6ca_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:2ca34569661d388d50cc0e9f5949ea7a404ceb266981855b3251c329dab88e11_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:d77cb43b5019248b790134edc980d7fb260c4dcb884f8e54d27c33b876a5f897_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:f9f73b9781288b1a52b06edb752efc9475a315e1dd9a445e28cc47d571762cfc_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:1ab09e10bfe23ed2e08513d887bd36c4bed003d6bcb7f1885364ef5a606ec010_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:9a42214d500a600785bb9a7bdd5b9580a5f8cfbf16980eb48bde3ae4ce855f3c_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:e87b8be96be2c5042af949785dd0c543e28d9432914a9543b08fd38d4a1e11ff_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:2eb40b0c565a4d150229ab504adfb2e0a2b4a5b25ff8ccb690e6d2dcae3bf424_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:36a0a82ab0c1e9d67d31aa8afe81bc1485541e3aefa221dbbc2a6822edfe8515_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:8a8f7e1126adc73d210cdf8454c64356e2229e3aefc5bb4ba5a8bc7755a5d469_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:ef3d403c990fa7f2af167a123af043970cadc00b78b454b93dd9a4bca2699d2b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:0ee210a535f1f11de40e1a0ee55a10855ce13c09dab9791ee4d35c59949ca934_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:3dc59c38e0cde2c9974d3fa5a7ce1c9f98589a5aeb486fdc8a8e7717656522fe_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:44c6bb264bbbd0ad67978dd2b4e01c530e653baf14b15f8a1eddff675fa760bd_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:631643362d4345fdefb3fb34416ca09626b634c92fde970e1494a95fe5bdfc87_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:21c8ba4e41692cc24ce0127b4198413183451eff19a461941e9efb6bd140bfb4_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:24d9bcb0da6e061f9de31768e94b660f955323e130f7eb0fc9e8746c1709d3f8_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:8ef36128140b9a90403fb672178d07be7fd16ddf9809ec628a693e0e2dd6d4a9_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:078bd92b92c28c3899986f4c6755950f3de044ca6b7214353cc0e84d2a67d570_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:0b08f6aba84c9f64b3253f5f23efaa0bba47be37f2582378509849b73db165e4_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:64ca1e84e10bbc7522da216e4965658e06c540fce8c18f2976dab5c3236ea256_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0976ab8ba60319bf9ef20503de0fa249055e18a82ab36113affe7ad177b3f187_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:1d7f610fea74bb30b0276aa40556d9c03762c10f3bb71618afb5e6f5af718688_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:cf81ea45b333424981129e464f1374739a4f309efdcb26b9f7df2df4d346c1a9_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:dd9ca8286f54ba8e4151414afc65cbc4d619430676ab2735afc2a1e086b17921_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:1d89cd1a73d1bbd66988ce2224de39b799ecfa1cfe96d0ec2619ccc059c11d20_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:efdcf383abcb962ea0fdb92a9fa31f60a150a2c48174303881b550e5d9dec6f7_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:f500d5f16ea39d262ad4c52a9be03953e6e7ffa0f4349860976c41a70d8bb0e5_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:491a5b629d9777815ee6d28356cf82a7fd7939f2a39e65ae833440af1831b1db_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:80f47a30616834100466219c9e4d8c67fcef9554b2075c2bf81905c86b03d46b_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:cd38debd1e2088a81a31ac95eda219ad9d58d255ac0ed157a804837b00a87ac0_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:096d6e38c34c0c89e2b2e49d6c8b61acf9f88033d3b2814eefa62abee30d4993_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:4d03e157d3ed69eef8a8ee8a6c8f9e0746c16baa6ccff7c5c8a7457e9a8b9a56_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:d556581772224fe60606ece392a210f1a3b3de01a26959197c594634694d6ebb_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:0ef121586e961be58480d76ba988719daaa82e606a8cc3649a0d01ef75227bc0_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:3452dc4a07cb296d2102f3fbc34865496dcd418f602dc117cb327893f6464e71_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:61fb5b6ebf9ee44b9271eb3526cb3175c9a135f86223e165c05b73a390f617ea_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:c6b46eca6dfec3a8fb48b61393707e11e8cc573aad7eb6ff95c4661092e913f0_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:79ad5ac0ee525277a8a1bd550428a5e0a04da73aa1d9df23d085ec888d12d45b_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:911c38bf283079dd024087bda48a37ddf0ec981da4589596565706e5dfcd6dad_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:c1f4872828308bf7f0477697fb74a0ab7c3f595e2c33e29ee873232efca1960d_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:0df69e6e3d2add83c5a74faff76837a49333184b1d170acee968d4c064933bcf_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:5c3c4bbf1bf820995a13588d02a8cf692e1343da25def005dab981078b14d970_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:e1a7fd2bf349908c710237a1f832a4e161e049d09691d36c453bc8ddb0e0eebe_ppc64le | — |
Workaround
|
A vulnerability was found in Jose due to improper handling of highly compressed data. This issue could allow an attacker to send a JWE containing compressed data that uses large amounts of memory and CPU when decompressed by Decrypt or DecryptMulti.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:193a773d4f1ed8ec6097579507dddd3863301ec546e325e38b5290235f06c802_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:968deb95e9fde6ba12565e3ef601bfc60551ac6ac7c122b2bdacea09b6574266_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:d608a1d128733b31b552d8410c1d95cb740646cea32b79ee401d2de178e08ca9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:f717a955a7ca2c3b1eac84e4b192ab38dcf1e98f6baea0ef592071c60f389bd1_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:4b79f14a1d5130673921c4d711c0b919377307dd6d76d14386f9f83a5e1b4ecd_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:60ca8f2d341b1f1a09710a37c40f4c803c6b1b2d09fc1a7f53f9a979ad6643d6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:92bd51fa0a6ee62be70dda32f5d922e70f4aea630b70bc7b5b74d0bf3c1d3a66_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:f518a439b56354f01a647d3c0550c909b42a879607982ce50bbbc0b6403a58f9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:2eb40b0c565a4d150229ab504adfb2e0a2b4a5b25ff8ccb690e6d2dcae3bf424_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:36a0a82ab0c1e9d67d31aa8afe81bc1485541e3aefa221dbbc2a6822edfe8515_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:8a8f7e1126adc73d210cdf8454c64356e2229e3aefc5bb4ba5a8bc7755a5d469_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:ef3d403c990fa7f2af167a123af043970cadc00b78b454b93dd9a4bca2699d2b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:0df69e6e3d2add83c5a74faff76837a49333184b1d170acee968d4c064933bcf_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:5c3c4bbf1bf820995a13588d02a8cf692e1343da25def005dab981078b14d970_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:e1a7fd2bf349908c710237a1f832a4e161e049d09691d36c453bc8ddb0e0eebe_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:5fbef84c4a88ad4ea88a1b2232cc0d6630fa47c8e3ae874a485c971c6d5951b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:ac0c3a8d86539bc4668e1a6de82e1f8439a1fbbb17a3b4102cabf078f021b41f_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:c94f20ad65f5411c7cabafd574e52f2fcb52d2f917003ae71adc736028f962bf_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:088b9e19fc16a4fbb655b81ab1fbe78aa82ebce2ad5ad0df67fc8b361b4fe170_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:2c29d14c5d64f810cc68fdb894700819f5122a354d5cbb473cf73f517f5315e9_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:5c2628c9c3de8ff9eaf6c727eaa2b4382741f21afeb4154329714b404fb4e1df_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:f4a85d993ae326570a5e4dd8bdf9e5cec586c2f8b55a962940457f39787d6af8_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:061fc659ec847d38201a7b049b813df1fddac1e97d2caddaaac3d91d5e05fd46_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:3cc0e4ec3f46d066bfc5546a2efdab3a44aa38f2d6dc961509bee8f7f9cb5ddb_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:7c00300daa75158d7a406317be71f2a8932a613b769144ae92a5ae225f4feb1e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:46486b7e3b087bfec9c7b0dd4547af1190cee2be55dee7400ec90e6dc4b434f4_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a20b4235cee3193794be549c645164c2811a044498a777591437ff440264a7da_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a552dbccf217e8deaec318bcaf9b40877d3be1e88d091ae1684959f48367e0f2_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:8f650cf5915d5b7a15931e4a11d7c6be43d16068132f4cb4ef3e0c3e3cfbc17c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:978017d3524aded83f4c63710e0b10dc2a453a22b5bc9ef801c7e70ac13aee40_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:9c3b15da5ddf22af93ae1617329ef41fddb4e6c00bbf9ea12567c4fc2c14cfdf_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:41c7883aafc2938852f5920ac2a178e1b0f39e0acdb817678696adec90fa2686_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:95a047d3be90468e15a9f246f8e0fbfd159f18f7a9841d07c75e6c3f30c7c80a_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:d383069c5e89e051a15e95e61e9bd5197edf4f91fde60df8b8ed7d4e8269452e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:f2ab9f9eb9e502f0d78b32159dfc5aeae77ec9698ed3a2aeecd184407388f1e3_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:38d7fe0b8fa164df79d08fe2d20af60d7530e2691e7d4f183d71f138a00a128e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:a8f0e209e62e02a20648f982360e5b5ec7e62c294b4f7eb7df53ccd0bb750008_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:cd6bbc33a59480c1c504a88f86ca4bb51de037db3c993581d18ee7e887c96dcc_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:2bd43ed14d916a13f2d631f8dc350313c47619033134463399d76e77688f4c2e_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:92c7cf4ce69644ffa955c78b1e18aab5f9c3a843f889703a326ea9e6697455af_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:e1abb6a3be342350f7b3f641f9e036e2bd998e5fd6bd215730f3d39526e1d16f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a714121fa385acb6fe75bb74f402be8cf6da85372fd4a34abfbb9b546782e9c0_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a9cdb157400f7826b8c5075591d26dd9e25628e94189de3b90c8e9389e3181ed_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:ab289e798f909cf238f410984b7388db2f0a20794a3d55a06031fd9771efeaf7_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:f5e5b787848d5838aaaeb58e3b8836ff67b4fcf9a2d3c9d19f27e06818fdf295_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5700bc3e6aadfa1890bb81bcc70f0ef026b5bd0d38f1e4bd35d04d5ceee7808d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5972ba4c75e54f1670ec5ffb0a5a749a6992967ea0dd6e5d442019fa64dc1515_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:67108dd96a553925f2759cc5359447315aff09e7628a8228e71b04a8dee25f63_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:43334d92af32e97a11691d0fa7069746d59d6f73a0a2c0b97bbbfdc7937f117a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8512465ad8828593d0f4b6d4208a6c60a0f297f70ef26a0c4c874f6ddf4798d2_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8b0583cf72b39299e6769f9c9fdc4321b7e384405aec8d1519d4ea5ac060fd05_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:ab568f027f842174927e1ccc7ca00448068e9241f40f53034d9ba74aaf062aa1_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:c4b5c7247825d7265f83ae5fb5e8a0f62fbb69cdbaf535d0d83320b817d7ef48_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:cf07146641dab9fe090c2b44d8f533375a5d04b8fcdedb42f75f10916b5b6ba6_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:3a4ec2b8d194134fc4a3cb9077306ba71eaef4e4544177f590c73ae7e40d490b_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:87e2d4e45b3d308e6937791d906c277df67c45321c7b760cca528f36e68d263d_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:8a090360648affdb24c12d7c2efaffc07bc21deb8b29f4ad3c12cf0a5ee6e19b_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:aff1de5e9ad24bbfacda0bf34bb6b28d27c3f9ce646ed53e93b4c87eb0bda93c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:162f35a85baabd9055c53717463c908247769a9bf617a4b457adf398d2e972be_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:272f038ebe7fd778c6c24dcc27524f3aa807465576177681b8b80a6adb32be99_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:41064d2db3c4c1e651f2df89d6cd4a19027c6930edc6ab66b5535a2cd7f39f49_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:859301df4f104e3d36efc2446929c86805e586c3c5ac07548d0277442d5df6ca_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:2ca34569661d388d50cc0e9f5949ea7a404ceb266981855b3251c329dab88e11_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:d77cb43b5019248b790134edc980d7fb260c4dcb884f8e54d27c33b876a5f897_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:f9f73b9781288b1a52b06edb752efc9475a315e1dd9a445e28cc47d571762cfc_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:1ab09e10bfe23ed2e08513d887bd36c4bed003d6bcb7f1885364ef5a606ec010_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:9a42214d500a600785bb9a7bdd5b9580a5f8cfbf16980eb48bde3ae4ce855f3c_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:e87b8be96be2c5042af949785dd0c543e28d9432914a9543b08fd38d4a1e11ff_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:0ee210a535f1f11de40e1a0ee55a10855ce13c09dab9791ee4d35c59949ca934_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:3dc59c38e0cde2c9974d3fa5a7ce1c9f98589a5aeb486fdc8a8e7717656522fe_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:44c6bb264bbbd0ad67978dd2b4e01c530e653baf14b15f8a1eddff675fa760bd_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:631643362d4345fdefb3fb34416ca09626b634c92fde970e1494a95fe5bdfc87_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:21c8ba4e41692cc24ce0127b4198413183451eff19a461941e9efb6bd140bfb4_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:24d9bcb0da6e061f9de31768e94b660f955323e130f7eb0fc9e8746c1709d3f8_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:8ef36128140b9a90403fb672178d07be7fd16ddf9809ec628a693e0e2dd6d4a9_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:078bd92b92c28c3899986f4c6755950f3de044ca6b7214353cc0e84d2a67d570_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:0b08f6aba84c9f64b3253f5f23efaa0bba47be37f2582378509849b73db165e4_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:64ca1e84e10bbc7522da216e4965658e06c540fce8c18f2976dab5c3236ea256_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0976ab8ba60319bf9ef20503de0fa249055e18a82ab36113affe7ad177b3f187_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:1d7f610fea74bb30b0276aa40556d9c03762c10f3bb71618afb5e6f5af718688_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:cf81ea45b333424981129e464f1374739a4f309efdcb26b9f7df2df4d346c1a9_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:dd9ca8286f54ba8e4151414afc65cbc4d619430676ab2735afc2a1e086b17921_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:1d89cd1a73d1bbd66988ce2224de39b799ecfa1cfe96d0ec2619ccc059c11d20_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:efdcf383abcb962ea0fdb92a9fa31f60a150a2c48174303881b550e5d9dec6f7_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:f500d5f16ea39d262ad4c52a9be03953e6e7ffa0f4349860976c41a70d8bb0e5_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:491a5b629d9777815ee6d28356cf82a7fd7939f2a39e65ae833440af1831b1db_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:80f47a30616834100466219c9e4d8c67fcef9554b2075c2bf81905c86b03d46b_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:cd38debd1e2088a81a31ac95eda219ad9d58d255ac0ed157a804837b00a87ac0_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:096d6e38c34c0c89e2b2e49d6c8b61acf9f88033d3b2814eefa62abee30d4993_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:4d03e157d3ed69eef8a8ee8a6c8f9e0746c16baa6ccff7c5c8a7457e9a8b9a56_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:d556581772224fe60606ece392a210f1a3b3de01a26959197c594634694d6ebb_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:0ef121586e961be58480d76ba988719daaa82e606a8cc3649a0d01ef75227bc0_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:3452dc4a07cb296d2102f3fbc34865496dcd418f602dc117cb327893f6464e71_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:61fb5b6ebf9ee44b9271eb3526cb3175c9a135f86223e165c05b73a390f617ea_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:c6b46eca6dfec3a8fb48b61393707e11e8cc573aad7eb6ff95c4661092e913f0_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:79ad5ac0ee525277a8a1bd550428a5e0a04da73aa1d9df23d085ec888d12d45b_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:911c38bf283079dd024087bda48a37ddf0ec981da4589596565706e5dfcd6dad_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:c1f4872828308bf7f0477697fb74a0ab7c3f595e2c33e29ee873232efca1960d_amd64 | — |
Workaround
|
A flaw was found in ISAACS's node-tar, where it is vulnerable to a denial of service, caused by the lack of folder count validation. The vulnerability exists due to the application not properly controlling the consumption of internal resources while parsing a tar file. By sending a specially crafted request, a remote attacker can trigger resource exhaustion and perform a denial of service (DoS) attack.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:088b9e19fc16a4fbb655b81ab1fbe78aa82ebce2ad5ad0df67fc8b361b4fe170_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:2c29d14c5d64f810cc68fdb894700819f5122a354d5cbb473cf73f517f5315e9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:5c2628c9c3de8ff9eaf6c727eaa2b4382741f21afeb4154329714b404fb4e1df_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:f4a85d993ae326570a5e4dd8bdf9e5cec586c2f8b55a962940457f39787d6af8_s390x | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:5fbef84c4a88ad4ea88a1b2232cc0d6630fa47c8e3ae874a485c971c6d5951b9_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:ac0c3a8d86539bc4668e1a6de82e1f8439a1fbbb17a3b4102cabf078f021b41f_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:c94f20ad65f5411c7cabafd574e52f2fcb52d2f917003ae71adc736028f962bf_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:061fc659ec847d38201a7b049b813df1fddac1e97d2caddaaac3d91d5e05fd46_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:3cc0e4ec3f46d066bfc5546a2efdab3a44aa38f2d6dc961509bee8f7f9cb5ddb_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:7c00300daa75158d7a406317be71f2a8932a613b769144ae92a5ae225f4feb1e_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:193a773d4f1ed8ec6097579507dddd3863301ec546e325e38b5290235f06c802_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:968deb95e9fde6ba12565e3ef601bfc60551ac6ac7c122b2bdacea09b6574266_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:d608a1d128733b31b552d8410c1d95cb740646cea32b79ee401d2de178e08ca9_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:f717a955a7ca2c3b1eac84e4b192ab38dcf1e98f6baea0ef592071c60f389bd1_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:46486b7e3b087bfec9c7b0dd4547af1190cee2be55dee7400ec90e6dc4b434f4_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a20b4235cee3193794be549c645164c2811a044498a777591437ff440264a7da_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a552dbccf217e8deaec318bcaf9b40877d3be1e88d091ae1684959f48367e0f2_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:8f650cf5915d5b7a15931e4a11d7c6be43d16068132f4cb4ef3e0c3e3cfbc17c_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:978017d3524aded83f4c63710e0b10dc2a453a22b5bc9ef801c7e70ac13aee40_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:9c3b15da5ddf22af93ae1617329ef41fddb4e6c00bbf9ea12567c4fc2c14cfdf_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:41c7883aafc2938852f5920ac2a178e1b0f39e0acdb817678696adec90fa2686_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:95a047d3be90468e15a9f246f8e0fbfd159f18f7a9841d07c75e6c3f30c7c80a_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:d383069c5e89e051a15e95e61e9bd5197edf4f91fde60df8b8ed7d4e8269452e_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:f2ab9f9eb9e502f0d78b32159dfc5aeae77ec9698ed3a2aeecd184407388f1e3_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:38d7fe0b8fa164df79d08fe2d20af60d7530e2691e7d4f183d71f138a00a128e_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:a8f0e209e62e02a20648f982360e5b5ec7e62c294b4f7eb7df53ccd0bb750008_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:cd6bbc33a59480c1c504a88f86ca4bb51de037db3c993581d18ee7e887c96dcc_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:2bd43ed14d916a13f2d631f8dc350313c47619033134463399d76e77688f4c2e_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:92c7cf4ce69644ffa955c78b1e18aab5f9c3a843f889703a326ea9e6697455af_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:e1abb6a3be342350f7b3f641f9e036e2bd998e5fd6bd215730f3d39526e1d16f_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a714121fa385acb6fe75bb74f402be8cf6da85372fd4a34abfbb9b546782e9c0_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a9cdb157400f7826b8c5075591d26dd9e25628e94189de3b90c8e9389e3181ed_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:ab289e798f909cf238f410984b7388db2f0a20794a3d55a06031fd9771efeaf7_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:f5e5b787848d5838aaaeb58e3b8836ff67b4fcf9a2d3c9d19f27e06818fdf295_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:4b79f14a1d5130673921c4d711c0b919377307dd6d76d14386f9f83a5e1b4ecd_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:60ca8f2d341b1f1a09710a37c40f4c803c6b1b2d09fc1a7f53f9a979ad6643d6_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:92bd51fa0a6ee62be70dda32f5d922e70f4aea630b70bc7b5b74d0bf3c1d3a66_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:f518a439b56354f01a647d3c0550c909b42a879607982ce50bbbc0b6403a58f9_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5700bc3e6aadfa1890bb81bcc70f0ef026b5bd0d38f1e4bd35d04d5ceee7808d_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5972ba4c75e54f1670ec5ffb0a5a749a6992967ea0dd6e5d442019fa64dc1515_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:67108dd96a553925f2759cc5359447315aff09e7628a8228e71b04a8dee25f63_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:43334d92af32e97a11691d0fa7069746d59d6f73a0a2c0b97bbbfdc7937f117a_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8512465ad8828593d0f4b6d4208a6c60a0f297f70ef26a0c4c874f6ddf4798d2_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8b0583cf72b39299e6769f9c9fdc4321b7e384405aec8d1519d4ea5ac060fd05_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:ab568f027f842174927e1ccc7ca00448068e9241f40f53034d9ba74aaf062aa1_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:c4b5c7247825d7265f83ae5fb5e8a0f62fbb69cdbaf535d0d83320b817d7ef48_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:cf07146641dab9fe090c2b44d8f533375a5d04b8fcdedb42f75f10916b5b6ba6_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:3a4ec2b8d194134fc4a3cb9077306ba71eaef4e4544177f590c73ae7e40d490b_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:87e2d4e45b3d308e6937791d906c277df67c45321c7b760cca528f36e68d263d_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:8a090360648affdb24c12d7c2efaffc07bc21deb8b29f4ad3c12cf0a5ee6e19b_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:aff1de5e9ad24bbfacda0bf34bb6b28d27c3f9ce646ed53e93b4c87eb0bda93c_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:162f35a85baabd9055c53717463c908247769a9bf617a4b457adf398d2e972be_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:272f038ebe7fd778c6c24dcc27524f3aa807465576177681b8b80a6adb32be99_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:41064d2db3c4c1e651f2df89d6cd4a19027c6930edc6ab66b5535a2cd7f39f49_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:859301df4f104e3d36efc2446929c86805e586c3c5ac07548d0277442d5df6ca_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:2ca34569661d388d50cc0e9f5949ea7a404ceb266981855b3251c329dab88e11_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:d77cb43b5019248b790134edc980d7fb260c4dcb884f8e54d27c33b876a5f897_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:f9f73b9781288b1a52b06edb752efc9475a315e1dd9a445e28cc47d571762cfc_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:1ab09e10bfe23ed2e08513d887bd36c4bed003d6bcb7f1885364ef5a606ec010_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:9a42214d500a600785bb9a7bdd5b9580a5f8cfbf16980eb48bde3ae4ce855f3c_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:e87b8be96be2c5042af949785dd0c543e28d9432914a9543b08fd38d4a1e11ff_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:2eb40b0c565a4d150229ab504adfb2e0a2b4a5b25ff8ccb690e6d2dcae3bf424_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:36a0a82ab0c1e9d67d31aa8afe81bc1485541e3aefa221dbbc2a6822edfe8515_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:8a8f7e1126adc73d210cdf8454c64356e2229e3aefc5bb4ba5a8bc7755a5d469_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:ef3d403c990fa7f2af167a123af043970cadc00b78b454b93dd9a4bca2699d2b_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:0ee210a535f1f11de40e1a0ee55a10855ce13c09dab9791ee4d35c59949ca934_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:3dc59c38e0cde2c9974d3fa5a7ce1c9f98589a5aeb486fdc8a8e7717656522fe_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:44c6bb264bbbd0ad67978dd2b4e01c530e653baf14b15f8a1eddff675fa760bd_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:631643362d4345fdefb3fb34416ca09626b634c92fde970e1494a95fe5bdfc87_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:21c8ba4e41692cc24ce0127b4198413183451eff19a461941e9efb6bd140bfb4_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:24d9bcb0da6e061f9de31768e94b660f955323e130f7eb0fc9e8746c1709d3f8_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:8ef36128140b9a90403fb672178d07be7fd16ddf9809ec628a693e0e2dd6d4a9_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:078bd92b92c28c3899986f4c6755950f3de044ca6b7214353cc0e84d2a67d570_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:0b08f6aba84c9f64b3253f5f23efaa0bba47be37f2582378509849b73db165e4_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:64ca1e84e10bbc7522da216e4965658e06c540fce8c18f2976dab5c3236ea256_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0976ab8ba60319bf9ef20503de0fa249055e18a82ab36113affe7ad177b3f187_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:1d7f610fea74bb30b0276aa40556d9c03762c10f3bb71618afb5e6f5af718688_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:cf81ea45b333424981129e464f1374739a4f309efdcb26b9f7df2df4d346c1a9_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:dd9ca8286f54ba8e4151414afc65cbc4d619430676ab2735afc2a1e086b17921_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:1d89cd1a73d1bbd66988ce2224de39b799ecfa1cfe96d0ec2619ccc059c11d20_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:efdcf383abcb962ea0fdb92a9fa31f60a150a2c48174303881b550e5d9dec6f7_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:f500d5f16ea39d262ad4c52a9be03953e6e7ffa0f4349860976c41a70d8bb0e5_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:491a5b629d9777815ee6d28356cf82a7fd7939f2a39e65ae833440af1831b1db_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:80f47a30616834100466219c9e4d8c67fcef9554b2075c2bf81905c86b03d46b_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:cd38debd1e2088a81a31ac95eda219ad9d58d255ac0ed157a804837b00a87ac0_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:096d6e38c34c0c89e2b2e49d6c8b61acf9f88033d3b2814eefa62abee30d4993_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:4d03e157d3ed69eef8a8ee8a6c8f9e0746c16baa6ccff7c5c8a7457e9a8b9a56_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:d556581772224fe60606ece392a210f1a3b3de01a26959197c594634694d6ebb_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:0ef121586e961be58480d76ba988719daaa82e606a8cc3649a0d01ef75227bc0_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:3452dc4a07cb296d2102f3fbc34865496dcd418f602dc117cb327893f6464e71_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:61fb5b6ebf9ee44b9271eb3526cb3175c9a135f86223e165c05b73a390f617ea_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:c6b46eca6dfec3a8fb48b61393707e11e8cc573aad7eb6ff95c4661092e913f0_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:79ad5ac0ee525277a8a1bd550428a5e0a04da73aa1d9df23d085ec888d12d45b_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:911c38bf283079dd024087bda48a37ddf0ec981da4589596565706e5dfcd6dad_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:c1f4872828308bf7f0477697fb74a0ab7c3f595e2c33e29ee873232efca1960d_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:0df69e6e3d2add83c5a74faff76837a49333184b1d170acee968d4c064933bcf_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:5c3c4bbf1bf820995a13588d02a8cf692e1343da25def005dab981078b14d970_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:e1a7fd2bf349908c710237a1f832a4e161e049d09691d36c453bc8ddb0e0eebe_ppc64le | — |
A flaw was found in the Node.js WebSocket library (ws). A request with several headers exceeding the 'server.maxHeadersCount' threshold could be used to crash a ws server, leading to a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:088b9e19fc16a4fbb655b81ab1fbe78aa82ebce2ad5ad0df67fc8b361b4fe170_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:2c29d14c5d64f810cc68fdb894700819f5122a354d5cbb473cf73f517f5315e9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:5c2628c9c3de8ff9eaf6c727eaa2b4382741f21afeb4154329714b404fb4e1df_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:f4a85d993ae326570a5e4dd8bdf9e5cec586c2f8b55a962940457f39787d6af8_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:5fbef84c4a88ad4ea88a1b2232cc0d6630fa47c8e3ae874a485c971c6d5951b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:ac0c3a8d86539bc4668e1a6de82e1f8439a1fbbb17a3b4102cabf078f021b41f_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:c94f20ad65f5411c7cabafd574e52f2fcb52d2f917003ae71adc736028f962bf_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:061fc659ec847d38201a7b049b813df1fddac1e97d2caddaaac3d91d5e05fd46_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:3cc0e4ec3f46d066bfc5546a2efdab3a44aa38f2d6dc961509bee8f7f9cb5ddb_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:7c00300daa75158d7a406317be71f2a8932a613b769144ae92a5ae225f4feb1e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:193a773d4f1ed8ec6097579507dddd3863301ec546e325e38b5290235f06c802_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:968deb95e9fde6ba12565e3ef601bfc60551ac6ac7c122b2bdacea09b6574266_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:d608a1d128733b31b552d8410c1d95cb740646cea32b79ee401d2de178e08ca9_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:f717a955a7ca2c3b1eac84e4b192ab38dcf1e98f6baea0ef592071c60f389bd1_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:46486b7e3b087bfec9c7b0dd4547af1190cee2be55dee7400ec90e6dc4b434f4_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a20b4235cee3193794be549c645164c2811a044498a777591437ff440264a7da_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a552dbccf217e8deaec318bcaf9b40877d3be1e88d091ae1684959f48367e0f2_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:8f650cf5915d5b7a15931e4a11d7c6be43d16068132f4cb4ef3e0c3e3cfbc17c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:978017d3524aded83f4c63710e0b10dc2a453a22b5bc9ef801c7e70ac13aee40_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:9c3b15da5ddf22af93ae1617329ef41fddb4e6c00bbf9ea12567c4fc2c14cfdf_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:41c7883aafc2938852f5920ac2a178e1b0f39e0acdb817678696adec90fa2686_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:95a047d3be90468e15a9f246f8e0fbfd159f18f7a9841d07c75e6c3f30c7c80a_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:d383069c5e89e051a15e95e61e9bd5197edf4f91fde60df8b8ed7d4e8269452e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:f2ab9f9eb9e502f0d78b32159dfc5aeae77ec9698ed3a2aeecd184407388f1e3_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:38d7fe0b8fa164df79d08fe2d20af60d7530e2691e7d4f183d71f138a00a128e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:a8f0e209e62e02a20648f982360e5b5ec7e62c294b4f7eb7df53ccd0bb750008_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:cd6bbc33a59480c1c504a88f86ca4bb51de037db3c993581d18ee7e887c96dcc_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:2bd43ed14d916a13f2d631f8dc350313c47619033134463399d76e77688f4c2e_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:92c7cf4ce69644ffa955c78b1e18aab5f9c3a843f889703a326ea9e6697455af_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:e1abb6a3be342350f7b3f641f9e036e2bd998e5fd6bd215730f3d39526e1d16f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a714121fa385acb6fe75bb74f402be8cf6da85372fd4a34abfbb9b546782e9c0_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a9cdb157400f7826b8c5075591d26dd9e25628e94189de3b90c8e9389e3181ed_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:ab289e798f909cf238f410984b7388db2f0a20794a3d55a06031fd9771efeaf7_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:f5e5b787848d5838aaaeb58e3b8836ff67b4fcf9a2d3c9d19f27e06818fdf295_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:4b79f14a1d5130673921c4d711c0b919377307dd6d76d14386f9f83a5e1b4ecd_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:60ca8f2d341b1f1a09710a37c40f4c803c6b1b2d09fc1a7f53f9a979ad6643d6_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:92bd51fa0a6ee62be70dda32f5d922e70f4aea630b70bc7b5b74d0bf3c1d3a66_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:f518a439b56354f01a647d3c0550c909b42a879607982ce50bbbc0b6403a58f9_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5700bc3e6aadfa1890bb81bcc70f0ef026b5bd0d38f1e4bd35d04d5ceee7808d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5972ba4c75e54f1670ec5ffb0a5a749a6992967ea0dd6e5d442019fa64dc1515_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:67108dd96a553925f2759cc5359447315aff09e7628a8228e71b04a8dee25f63_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:43334d92af32e97a11691d0fa7069746d59d6f73a0a2c0b97bbbfdc7937f117a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8512465ad8828593d0f4b6d4208a6c60a0f297f70ef26a0c4c874f6ddf4798d2_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8b0583cf72b39299e6769f9c9fdc4321b7e384405aec8d1519d4ea5ac060fd05_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:ab568f027f842174927e1ccc7ca00448068e9241f40f53034d9ba74aaf062aa1_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:c4b5c7247825d7265f83ae5fb5e8a0f62fbb69cdbaf535d0d83320b817d7ef48_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:cf07146641dab9fe090c2b44d8f533375a5d04b8fcdedb42f75f10916b5b6ba6_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:3a4ec2b8d194134fc4a3cb9077306ba71eaef4e4544177f590c73ae7e40d490b_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:87e2d4e45b3d308e6937791d906c277df67c45321c7b760cca528f36e68d263d_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:8a090360648affdb24c12d7c2efaffc07bc21deb8b29f4ad3c12cf0a5ee6e19b_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:aff1de5e9ad24bbfacda0bf34bb6b28d27c3f9ce646ed53e93b4c87eb0bda93c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:162f35a85baabd9055c53717463c908247769a9bf617a4b457adf398d2e972be_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:272f038ebe7fd778c6c24dcc27524f3aa807465576177681b8b80a6adb32be99_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:41064d2db3c4c1e651f2df89d6cd4a19027c6930edc6ab66b5535a2cd7f39f49_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:859301df4f104e3d36efc2446929c86805e586c3c5ac07548d0277442d5df6ca_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:2ca34569661d388d50cc0e9f5949ea7a404ceb266981855b3251c329dab88e11_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:d77cb43b5019248b790134edc980d7fb260c4dcb884f8e54d27c33b876a5f897_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:f9f73b9781288b1a52b06edb752efc9475a315e1dd9a445e28cc47d571762cfc_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:1ab09e10bfe23ed2e08513d887bd36c4bed003d6bcb7f1885364ef5a606ec010_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:9a42214d500a600785bb9a7bdd5b9580a5f8cfbf16980eb48bde3ae4ce855f3c_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:e87b8be96be2c5042af949785dd0c543e28d9432914a9543b08fd38d4a1e11ff_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:2eb40b0c565a4d150229ab504adfb2e0a2b4a5b25ff8ccb690e6d2dcae3bf424_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:36a0a82ab0c1e9d67d31aa8afe81bc1485541e3aefa221dbbc2a6822edfe8515_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:8a8f7e1126adc73d210cdf8454c64356e2229e3aefc5bb4ba5a8bc7755a5d469_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:ef3d403c990fa7f2af167a123af043970cadc00b78b454b93dd9a4bca2699d2b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:0ee210a535f1f11de40e1a0ee55a10855ce13c09dab9791ee4d35c59949ca934_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:3dc59c38e0cde2c9974d3fa5a7ce1c9f98589a5aeb486fdc8a8e7717656522fe_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:44c6bb264bbbd0ad67978dd2b4e01c530e653baf14b15f8a1eddff675fa760bd_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:631643362d4345fdefb3fb34416ca09626b634c92fde970e1494a95fe5bdfc87_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:21c8ba4e41692cc24ce0127b4198413183451eff19a461941e9efb6bd140bfb4_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:24d9bcb0da6e061f9de31768e94b660f955323e130f7eb0fc9e8746c1709d3f8_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:8ef36128140b9a90403fb672178d07be7fd16ddf9809ec628a693e0e2dd6d4a9_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:078bd92b92c28c3899986f4c6755950f3de044ca6b7214353cc0e84d2a67d570_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:0b08f6aba84c9f64b3253f5f23efaa0bba47be37f2582378509849b73db165e4_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:64ca1e84e10bbc7522da216e4965658e06c540fce8c18f2976dab5c3236ea256_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0976ab8ba60319bf9ef20503de0fa249055e18a82ab36113affe7ad177b3f187_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:1d7f610fea74bb30b0276aa40556d9c03762c10f3bb71618afb5e6f5af718688_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:cf81ea45b333424981129e464f1374739a4f309efdcb26b9f7df2df4d346c1a9_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:dd9ca8286f54ba8e4151414afc65cbc4d619430676ab2735afc2a1e086b17921_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:1d89cd1a73d1bbd66988ce2224de39b799ecfa1cfe96d0ec2619ccc059c11d20_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:efdcf383abcb962ea0fdb92a9fa31f60a150a2c48174303881b550e5d9dec6f7_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:f500d5f16ea39d262ad4c52a9be03953e6e7ffa0f4349860976c41a70d8bb0e5_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:491a5b629d9777815ee6d28356cf82a7fd7939f2a39e65ae833440af1831b1db_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:80f47a30616834100466219c9e4d8c67fcef9554b2075c2bf81905c86b03d46b_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:cd38debd1e2088a81a31ac95eda219ad9d58d255ac0ed157a804837b00a87ac0_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:096d6e38c34c0c89e2b2e49d6c8b61acf9f88033d3b2814eefa62abee30d4993_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:4d03e157d3ed69eef8a8ee8a6c8f9e0746c16baa6ccff7c5c8a7457e9a8b9a56_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:d556581772224fe60606ece392a210f1a3b3de01a26959197c594634694d6ebb_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:0ef121586e961be58480d76ba988719daaa82e606a8cc3649a0d01ef75227bc0_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:3452dc4a07cb296d2102f3fbc34865496dcd418f602dc117cb327893f6464e71_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:61fb5b6ebf9ee44b9271eb3526cb3175c9a135f86223e165c05b73a390f617ea_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:c6b46eca6dfec3a8fb48b61393707e11e8cc573aad7eb6ff95c4661092e913f0_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:79ad5ac0ee525277a8a1bd550428a5e0a04da73aa1d9df23d085ec888d12d45b_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:911c38bf283079dd024087bda48a37ddf0ec981da4589596565706e5dfcd6dad_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:c1f4872828308bf7f0477697fb74a0ab7c3f595e2c33e29ee873232efca1960d_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:0df69e6e3d2add83c5a74faff76837a49333184b1d170acee968d4c064933bcf_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:5c3c4bbf1bf820995a13588d02a8cf692e1343da25def005dab981078b14d970_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:e1a7fd2bf349908c710237a1f832a4e161e049d09691d36c453bc8ddb0e0eebe_ppc64le | — |
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 images that include numerous enhancements, security, and bug fixes are now available for Red Hat OpenShift Data Foundation 4.16.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* get-func-name: ReDoS in chai module (CVE-2023-43646)\n\n* opentelemetry-go-contrib: DoS vulnerability in otelgrpc due to unbound cardinality metrics (CVE-2023-47108)\n\n* golang-fips\u0026#x2F;openssl: Memory leaks in code encrypting and decrypting RSA payloads (CVE-2024-1394)\n\n* golang: crypto\u0026#x2F;x509: Verify panics on certificates with an unknown public key algorithm (CVE-2024-24783)\n\n* golang: html\u0026#x2F;template: errors returned from MarshalJSON methods may break template escaping (CVE-2024-24785)\n\n* golang-protobuf: encoding\u0026#x2F;protojson, internal\u0026#x2F;encoding\u0026#x2F;json: infinite loop in protojson.Unmarshal when unmarshaling certain forms of invalid JSON (CVE-2024-24786)\n\n* jose: resource exhaustion (CVE-2024-28176)\n\n* jose-go: improper handling of highly compressed data (CVE-2024-28180)\n\n* submariner-operator: RBAC permissions can allow for the spread of node compromises (CVE-2024-5042)\n\n* nodejs-ws: denial of service when handling a request with many HTTP headers (CVE-2024-37890)\n\n* node-tar: denial of service while parsing a tar file due to lack of folders depth validation (CVE-2024-28863)\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\nBug Fix(es):\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://docs.redhat.com/en/documentation/red_hat_openshift_data_foundation/4.16/html/4.16_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-2024:4591",
"url": "https://access.redhat.com/errata/RHSA-2024:4591"
},
{
"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/cve/CVE-2023-43646",
"url": "https://access.redhat.com/security/cve/CVE-2023-43646"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2023-47108",
"url": "https://access.redhat.com/security/cve/CVE-2023-47108"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-1394",
"url": "https://access.redhat.com/security/cve/CVE-2024-1394"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-5042",
"url": "https://access.redhat.com/security/cve/CVE-2024-5042"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-24783",
"url": "https://access.redhat.com/security/cve/CVE-2024-24783"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-24785",
"url": "https://access.redhat.com/security/cve/CVE-2024-24785"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-24786",
"url": "https://access.redhat.com/security/cve/CVE-2024-24786"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-28176",
"url": "https://access.redhat.com/security/cve/CVE-2024-28176"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-28863",
"url": "https://access.redhat.com/security/cve/CVE-2024-28863"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-28180",
"url": "https://access.redhat.com/security/cve/CVE-2024-28180"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-37890",
"url": "https://access.redhat.com/security/cve/CVE-2024-37890"
},
{
"category": "external",
"summary": "2069759",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2069759"
},
{
"category": "external",
"summary": "2078270",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2078270"
},
{
"category": "external",
"summary": "2128142",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2128142"
},
{
"category": "external",
"summary": "2132724",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132724"
},
{
"category": "external",
"summary": "2136413",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2136413"
},
{
"category": "external",
"summary": "2139835",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2139835"
},
{
"category": "external",
"summary": "2210040",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2210040"
},
{
"category": "external",
"summary": "2214499",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2214499"
},
{
"category": "external",
"summary": "2214948",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2214948"
},
{
"category": "external",
"summary": "2215910",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2215910"
},
{
"category": "external",
"summary": "2216213",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2216213"
},
{
"category": "external",
"summary": "2216803",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2216803"
},
{
"category": "external",
"summary": "2222146",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2222146"
},
{
"category": "external",
"summary": "2231360",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2231360"
},
{
"category": "external",
"summary": "2238308",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2238308"
},
{
"category": "external",
"summary": "2239587",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2239587"
},
{
"category": "external",
"summary": "2240951",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2240951"
},
{
"category": "external",
"summary": "2241149",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2241149"
},
{
"category": "external",
"summary": "2242832",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2242832"
},
{
"category": "external",
"summary": "2243244",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2243244"
},
{
"category": "external",
"summary": "2244353",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2244353"
},
{
"category": "external",
"summary": "2246186",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2246186"
},
{
"category": "external",
"summary": "2246364",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2246364"
},
{
"category": "external",
"summary": "2246834",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2246834"
},
{
"category": "external",
"summary": "2251022",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2251022"
},
{
"category": "external",
"summary": "2251198",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2251198"
},
{
"category": "external",
"summary": "2251308",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2251308"
},
{
"category": "external",
"summary": "2252318",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2252318"
},
{
"category": "external",
"summary": "2253043",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253043"
},
{
"category": "external",
"summary": "2253076",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253076"
},
{
"category": "external",
"summary": "2255998",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2255998"
},
{
"category": "external",
"summary": "2256563",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2256563"
},
{
"category": "external",
"summary": "2256899",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2256899"
},
{
"category": "external",
"summary": "2257259",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2257259"
},
{
"category": "external",
"summary": "2257949",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2257949"
},
{
"category": "external",
"summary": "2258801",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2258801"
},
{
"category": "external",
"summary": "2258861",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2258861"
},
{
"category": "external",
"summary": "2258950",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2258950"
},
{
"category": "external",
"summary": "2259195",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2259195"
},
{
"category": "external",
"summary": "2259209",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2259209"
},
{
"category": "external",
"summary": "2259616",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2259616"
},
{
"category": "external",
"summary": "2259847",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2259847"
},
{
"category": "external",
"summary": "2260325",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2260325"
},
{
"category": "external",
"summary": "2260550",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2260550"
},
{
"category": "external",
"summary": "2260757",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2260757"
},
{
"category": "external",
"summary": "2261938",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2261938"
},
{
"category": "external",
"summary": "2262134",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2262134"
},
{
"category": "external",
"summary": "2262455",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2262455"
},
{
"category": "external",
"summary": "2262461",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2262461"
},
{
"category": "external",
"summary": "2262921",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2262921"
},
{
"category": "external",
"summary": "2262943",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2262943"
},
{
"category": "external",
"summary": "2262992",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2262992"
},
{
"category": "external",
"summary": "2262997",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2262997"
},
{
"category": "external",
"summary": "2263148",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2263148"
},
{
"category": "external",
"summary": "2263468",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2263468"
},
{
"category": "external",
"summary": "2263488",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2263488"
},
{
"category": "external",
"summary": "2263818",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2263818"
},
{
"category": "external",
"summary": "2264435",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2264435"
},
{
"category": "external",
"summary": "2264480",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2264480"
},
{
"category": "external",
"summary": "2264767",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2264767"
},
{
"category": "external",
"summary": "2264900",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2264900"
},
{
"category": "external",
"summary": "2265340",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2265340"
},
{
"category": "external",
"summary": "2265492",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2265492"
},
{
"category": "external",
"summary": "2265562",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2265562"
},
{
"category": "external",
"summary": "2266316",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2266316"
},
{
"category": "external",
"summary": "2266562",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2266562"
},
{
"category": "external",
"summary": "2266621",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2266621"
},
{
"category": "external",
"summary": "2266629",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2266629"
},
{
"category": "external",
"summary": "2266845",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2266845"
},
{
"category": "external",
"summary": "2266930",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2266930"
},
{
"category": "external",
"summary": "2267067",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2267067"
},
{
"category": "external",
"summary": "2267610",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2267610"
},
{
"category": "external",
"summary": "2267907",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2267907"
},
{
"category": "external",
"summary": "2267965",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2267965"
},
{
"category": "external",
"summary": "2268019",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268019"
},
{
"category": "external",
"summary": "2268022",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268022"
},
{
"category": "external",
"summary": "2268046",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268046"
},
{
"category": "external",
"summary": "2268820",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268820"
},
{
"category": "external",
"summary": "2268854",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268854"
},
{
"category": "external",
"summary": "2268939",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268939"
},
{
"category": "external",
"summary": "2269319",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2269319"
},
{
"category": "external",
"summary": "2269354",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2269354"
},
{
"category": "external",
"summary": "2270064",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2270064"
},
{
"category": "external",
"summary": "2270446",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2270446"
},
{
"category": "external",
"summary": "2271593",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2271593"
},
{
"category": "external",
"summary": "2271804",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2271804"
},
{
"category": "external",
"summary": "2271921",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2271921"
},
{
"category": "external",
"summary": "2272386",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2272386"
},
{
"category": "external",
"summary": "2272469",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2272469"
},
{
"category": "external",
"summary": "2272528",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2272528"
},
{
"category": "external",
"summary": "2272644",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2272644"
},
{
"category": "external",
"summary": "2272664",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2272664"
},
{
"category": "external",
"summary": "2272666",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2272666"
},
{
"category": "external",
"summary": "2272928",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2272928"
},
{
"category": "external",
"summary": "2272932",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2272932"
},
{
"category": "external",
"summary": "2272938",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2272938"
},
{
"category": "external",
"summary": "2273305",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2273305"
},
{
"category": "external",
"summary": "2273336",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2273336"
},
{
"category": "external",
"summary": "2273386",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2273386"
},
{
"category": "external",
"summary": "2273387",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2273387"
},
{
"category": "external",
"summary": "2273398",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2273398"
},
{
"category": "external",
"summary": "2273533",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2273533"
},
{
"category": "external",
"summary": "2273553",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2273553"
},
{
"category": "external",
"summary": "2273560",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2273560"
},
{
"category": "external",
"summary": "2273605",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2273605"
},
{
"category": "external",
"summary": "2273702",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2273702"
},
{
"category": "external",
"summary": "2273705",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2273705"
},
{
"category": "external",
"summary": "2274107",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2274107"
},
{
"category": "external",
"summary": "2274175",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2274175"
},
{
"category": "external",
"summary": "2274193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2274193"
},
{
"category": "external",
"summary": "2274324",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2274324"
},
{
"category": "external",
"summary": "2274373",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2274373"
},
{
"category": "external",
"summary": "2274381",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2274381"
},
{
"category": "external",
"summary": "2274392",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2274392"
},
{
"category": "external",
"summary": "2274476",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2274476"
},
{
"category": "external",
"summary": "2274548",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2274548"
},
{
"category": "external",
"summary": "2274728",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2274728"
},
{
"category": "external",
"summary": "2274734",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2274734"
},
{
"category": "external",
"summary": "2274750",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2274750"
},
{
"category": "external",
"summary": "2274757",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2274757"
},
{
"category": "external",
"summary": "2274765",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2274765"
},
{
"category": "external",
"summary": "2275049",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2275049"
},
{
"category": "external",
"summary": "2275181",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2275181"
},
{
"category": "external",
"summary": "2275222",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2275222"
},
{
"category": "external",
"summary": "2275254",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2275254"
},
{
"category": "external",
"summary": "2275413",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2275413"
},
{
"category": "external",
"summary": "2275456",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2275456"
},
{
"category": "external",
"summary": "2275484",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2275484"
},
{
"category": "external",
"summary": "2275886",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2275886"
},
{
"category": "external",
"summary": "2275935",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2275935"
},
{
"category": "external",
"summary": "2276028",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2276028"
},
{
"category": "external",
"summary": "2276055",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2276055"
},
{
"category": "external",
"summary": "2276056",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2276056"
},
{
"category": "external",
"summary": "2276135",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2276135"
},
{
"category": "external",
"summary": "2276222",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2276222"
},
{
"category": "external",
"summary": "2276344",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2276344"
},
{
"category": "external",
"summary": "2276353",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2276353"
},
{
"category": "external",
"summary": "2276366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2276366"
},
{
"category": "external",
"summary": "2276413",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2276413"
},
{
"category": "external",
"summary": "2276438",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2276438"
},
{
"category": "external",
"summary": "2276591",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2276591"
},
{
"category": "external",
"summary": "2276593",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2276593"
},
{
"category": "external",
"summary": "2276694",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2276694"
},
{
"category": "external",
"summary": "2276913",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2276913"
},
{
"category": "external",
"summary": "2276941",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2276941"
},
{
"category": "external",
"summary": "2277184",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2277184"
},
{
"category": "external",
"summary": "2277186",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2277186"
},
{
"category": "external",
"summary": "2277711",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2277711"
},
{
"category": "external",
"summary": "2277766",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2277766"
},
{
"category": "external",
"summary": "2277770",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2277770"
},
{
"category": "external",
"summary": "2277773",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2277773"
},
{
"category": "external",
"summary": "2277785",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2277785"
},
{
"category": "external",
"summary": "2278120",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2278120"
},
{
"category": "external",
"summary": "2278389",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2278389"
},
{
"category": "external",
"summary": "2278593",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2278593"
},
{
"category": "external",
"summary": "2278603",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2278603"
},
{
"category": "external",
"summary": "2278606",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2278606"
},
{
"category": "external",
"summary": "2278676",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2278676"
},
{
"category": "external",
"summary": "2278681",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2278681"
},
{
"category": "external",
"summary": "2278684",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2278684"
},
{
"category": "external",
"summary": "2278799",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2278799"
},
{
"category": "external",
"summary": "2278815",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2278815"
},
{
"category": "external",
"summary": "2279742",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2279742"
},
{
"category": "external",
"summary": "2279860",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2279860"
},
{
"category": "external",
"summary": "2279928",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2279928"
},
{
"category": "external",
"summary": "2280342",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2280342"
},
{
"category": "external",
"summary": "2280378",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2280378"
},
{
"category": "external",
"summary": "2280657",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2280657"
},
{
"category": "external",
"summary": "2280813",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2280813"
},
{
"category": "external",
"summary": "2280818",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2280818"
},
{
"category": "external",
"summary": "2280820",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2280820"
},
{
"category": "external",
"summary": "2280834",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2280834"
},
{
"category": "external",
"summary": "2280921",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2280921"
},
{
"category": "external",
"summary": "2280946",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2280946"
},
{
"category": "external",
"summary": "2280953",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2280953"
},
{
"category": "external",
"summary": "2281580",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2281580"
},
{
"category": "external",
"summary": "2281722",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2281722"
},
{
"category": "external",
"summary": "2281729",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2281729"
},
{
"category": "external",
"summary": "2282243",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2282243"
},
{
"category": "external",
"summary": "2282254",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2282254"
},
{
"category": "external",
"summary": "2282284",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2282284"
},
{
"category": "external",
"summary": "2282314",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2282314"
},
{
"category": "external",
"summary": "2282543",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2282543"
},
{
"category": "external",
"summary": "2282834",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2282834"
},
{
"category": "external",
"summary": "2283024",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2283024"
},
{
"category": "external",
"summary": "2283489",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2283489"
},
{
"category": "external",
"summary": "2283621",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2283621"
},
{
"category": "external",
"summary": "2283629",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2283629"
},
{
"category": "external",
"summary": "2283651",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2283651"
},
{
"category": "external",
"summary": "2283797",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2283797"
},
{
"category": "external",
"summary": "2283820",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2283820"
},
{
"category": "external",
"summary": "2283965",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2283965"
},
{
"category": "external",
"summary": "2283981",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2283981"
},
{
"category": "external",
"summary": "2284090",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2284090"
},
{
"category": "external",
"summary": "2284430",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2284430"
},
{
"category": "external",
"summary": "2284652",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2284652"
},
{
"category": "external",
"summary": "2290677",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2290677"
},
{
"category": "external",
"summary": "2290847",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2290847"
},
{
"category": "external",
"summary": "2291132",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2291132"
},
{
"category": "external",
"summary": "2291182",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2291182"
},
{
"category": "external",
"summary": "2291255",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2291255"
},
{
"category": "external",
"summary": "2291301",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2291301"
},
{
"category": "external",
"summary": "2291305",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2291305"
},
{
"category": "external",
"summary": "2291336",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2291336"
},
{
"category": "external",
"summary": "2292114",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292114"
},
{
"category": "external",
"summary": "2292241",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292241"
},
{
"category": "external",
"summary": "2292777",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292777"
},
{
"category": "external",
"summary": "2293200",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2293200"
},
{
"category": "external",
"summary": "2293621",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2293621"
},
{
"category": "external",
"summary": "2293634",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2293634"
},
{
"category": "external",
"summary": "2293881",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2293881"
},
{
"category": "external",
"summary": "2294383",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2294383"
},
{
"category": "external",
"summary": "2296991",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2296991"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_4591.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenShift Data Foundation 4.16.0 security, enhancement \u0026 bug fix update",
"tracking": {
"current_release_date": "2026-05-30T08:33:26+00:00",
"generator": {
"date": "2026-05-30T08:33:26+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2024:4591",
"initial_release_date": "2024-07-17T13:09:39+00:00",
"revision_history": [
{
"date": "2024-07-17T13:09:39+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-07-17T13:09:39+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-30T08:33:26+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "RHODF 4.16 for RHEL 9",
"product": {
"name": "RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_data_foundation:4.16::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Data Foundation"
},
{
"branches": [
{
"category": "product_version",
"name": "odf4/cephcsi-rhel9@sha256:ac0c3a8d86539bc4668e1a6de82e1f8439a1fbbb17a3b4102cabf078f021b41f_amd64",
"product": {
"name": "odf4/cephcsi-rhel9@sha256:ac0c3a8d86539bc4668e1a6de82e1f8439a1fbbb17a3b4102cabf078f021b41f_amd64",
"product_id": "odf4/cephcsi-rhel9@sha256:ac0c3a8d86539bc4668e1a6de82e1f8439a1fbbb17a3b4102cabf078f021b41f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9@sha256:ac0c3a8d86539bc4668e1a6de82e1f8439a1fbbb17a3b4102cabf078f021b41f?arch=amd64\u0026repository_url=registry.redhat.io/odf4/cephcsi-rhel9\u0026tag=v4.16.0-33"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-core-rhel9@sha256:2c29d14c5d64f810cc68fdb894700819f5122a354d5cbb473cf73f517f5315e9_amd64",
"product": {
"name": "odf4/mcg-core-rhel9@sha256:2c29d14c5d64f810cc68fdb894700819f5122a354d5cbb473cf73f517f5315e9_amd64",
"product_id": "odf4/mcg-core-rhel9@sha256:2c29d14c5d64f810cc68fdb894700819f5122a354d5cbb473cf73f517f5315e9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256:2c29d14c5d64f810cc68fdb894700819f5122a354d5cbb473cf73f517f5315e9?arch=amd64\u0026repository_url=registry.redhat.io/odf4/mcg-core-rhel9\u0026tag=v4.16.0-60"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-operator-bundle@sha256:061fc659ec847d38201a7b049b813df1fddac1e97d2caddaaac3d91d5e05fd46_amd64",
"product": {
"name": "odf4/mcg-operator-bundle@sha256:061fc659ec847d38201a7b049b813df1fddac1e97d2caddaaac3d91d5e05fd46_amd64",
"product_id": "odf4/mcg-operator-bundle@sha256:061fc659ec847d38201a7b049b813df1fddac1e97d2caddaaac3d91d5e05fd46_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-operator-bundle@sha256:061fc659ec847d38201a7b049b813df1fddac1e97d2caddaaac3d91d5e05fd46?arch=amd64\u0026repository_url=registry.redhat.io/odf4/mcg-operator-bundle\u0026tag=v4.16.0-137"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-rhel9-operator@sha256:d608a1d128733b31b552d8410c1d95cb740646cea32b79ee401d2de178e08ca9_amd64",
"product": {
"name": "odf4/mcg-rhel9-operator@sha256:d608a1d128733b31b552d8410c1d95cb740646cea32b79ee401d2de178e08ca9_amd64",
"product_id": "odf4/mcg-rhel9-operator@sha256:d608a1d128733b31b552d8410c1d95cb740646cea32b79ee401d2de178e08ca9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256:d608a1d128733b31b552d8410c1d95cb740646cea32b79ee401d2de178e08ca9?arch=amd64\u0026repository_url=registry.redhat.io/odf4/mcg-rhel9-operator\u0026tag=v4.16.0-38"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-console-rhel9@sha256:46486b7e3b087bfec9c7b0dd4547af1190cee2be55dee7400ec90e6dc4b434f4_amd64",
"product": {
"name": "odf4/ocs-client-console-rhel9@sha256:46486b7e3b087bfec9c7b0dd4547af1190cee2be55dee7400ec90e6dc4b434f4_amd64",
"product_id": "odf4/ocs-client-console-rhel9@sha256:46486b7e3b087bfec9c7b0dd4547af1190cee2be55dee7400ec90e6dc4b434f4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-console-rhel9@sha256:46486b7e3b087bfec9c7b0dd4547af1190cee2be55dee7400ec90e6dc4b434f4?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-client-console-rhel9\u0026tag=v4.16.0-60"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-operator-bundle@sha256:8f650cf5915d5b7a15931e4a11d7c6be43d16068132f4cb4ef3e0c3e3cfbc17c_amd64",
"product": {
"name": "odf4/ocs-client-operator-bundle@sha256:8f650cf5915d5b7a15931e4a11d7c6be43d16068132f4cb4ef3e0c3e3cfbc17c_amd64",
"product_id": "odf4/ocs-client-operator-bundle@sha256:8f650cf5915d5b7a15931e4a11d7c6be43d16068132f4cb4ef3e0c3e3cfbc17c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-operator-bundle@sha256:8f650cf5915d5b7a15931e4a11d7c6be43d16068132f4cb4ef3e0c3e3cfbc17c?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-client-operator-bundle\u0026tag=v4.16.0-137"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-rhel9-operator@sha256:41c7883aafc2938852f5920ac2a178e1b0f39e0acdb817678696adec90fa2686_amd64",
"product": {
"name": "odf4/ocs-client-rhel9-operator@sha256:41c7883aafc2938852f5920ac2a178e1b0f39e0acdb817678696adec90fa2686_amd64",
"product_id": "odf4/ocs-client-rhel9-operator@sha256:41c7883aafc2938852f5920ac2a178e1b0f39e0acdb817678696adec90fa2686_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256:41c7883aafc2938852f5920ac2a178e1b0f39e0acdb817678696adec90fa2686?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-client-rhel9-operator\u0026tag=v4.16.0-30"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:cd6bbc33a59480c1c504a88f86ca4bb51de037db3c993581d18ee7e887c96dcc_amd64",
"product": {
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:cd6bbc33a59480c1c504a88f86ca4bb51de037db3c993581d18ee7e887c96dcc_amd64",
"product_id": "odf4/ocs-metrics-exporter-rhel9@sha256:cd6bbc33a59480c1c504a88f86ca4bb51de037db3c993581d18ee7e887c96dcc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256:cd6bbc33a59480c1c504a88f86ca4bb51de037db3c993581d18ee7e887c96dcc?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-metrics-exporter-rhel9\u0026tag=v4.16.0-73"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-operator-bundle@sha256:2bd43ed14d916a13f2d631f8dc350313c47619033134463399d76e77688f4c2e_amd64",
"product": {
"name": "odf4/ocs-operator-bundle@sha256:2bd43ed14d916a13f2d631f8dc350313c47619033134463399d76e77688f4c2e_amd64",
"product_id": "odf4/ocs-operator-bundle@sha256:2bd43ed14d916a13f2d631f8dc350313c47619033134463399d76e77688f4c2e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-operator-bundle@sha256:2bd43ed14d916a13f2d631f8dc350313c47619033134463399d76e77688f4c2e?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-operator-bundle\u0026tag=v4.16.0-137"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-rhel9-operator@sha256:a714121fa385acb6fe75bb74f402be8cf6da85372fd4a34abfbb9b546782e9c0_amd64",
"product": {
"name": "odf4/ocs-rhel9-operator@sha256:a714121fa385acb6fe75bb74f402be8cf6da85372fd4a34abfbb9b546782e9c0_amd64",
"product_id": "odf4/ocs-rhel9-operator@sha256:a714121fa385acb6fe75bb74f402be8cf6da85372fd4a34abfbb9b546782e9c0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256:a714121fa385acb6fe75bb74f402be8cf6da85372fd4a34abfbb9b546782e9c0?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-rhel9-operator\u0026tag=v4.16.0-76"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-cli-rhel9@sha256:92bd51fa0a6ee62be70dda32f5d922e70f4aea630b70bc7b5b74d0bf3c1d3a66_amd64",
"product": {
"name": "odf4/odf-cli-rhel9@sha256:92bd51fa0a6ee62be70dda32f5d922e70f4aea630b70bc7b5b74d0bf3c1d3a66_amd64",
"product_id": "odf4/odf-cli-rhel9@sha256:92bd51fa0a6ee62be70dda32f5d922e70f4aea630b70bc7b5b74d0bf3c1d3a66_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-cli-rhel9@sha256:92bd51fa0a6ee62be70dda32f5d922e70f4aea630b70bc7b5b74d0bf3c1d3a66?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-cli-rhel9\u0026tag=v4.16.0-44"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-console-rhel9@sha256:67108dd96a553925f2759cc5359447315aff09e7628a8228e71b04a8dee25f63_amd64",
"product": {
"name": "odf4/odf-console-rhel9@sha256:67108dd96a553925f2759cc5359447315aff09e7628a8228e71b04a8dee25f63_amd64",
"product_id": "odf4/odf-console-rhel9@sha256:67108dd96a553925f2759cc5359447315aff09e7628a8228e71b04a8dee25f63_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-console-rhel9@sha256:67108dd96a553925f2759cc5359447315aff09e7628a8228e71b04a8dee25f63?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-console-rhel9\u0026tag=v4.16.0-57"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:8b0583cf72b39299e6769f9c9fdc4321b7e384405aec8d1519d4ea5ac060fd05_amd64",
"product": {
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:8b0583cf72b39299e6769f9c9fdc4321b7e384405aec8d1519d4ea5ac060fd05_amd64",
"product_id": "odf4/odf-cosi-sidecar-rhel9@sha256:8b0583cf72b39299e6769f9c9fdc4321b7e384405aec8d1519d4ea5ac060fd05_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-cosi-sidecar-rhel9@sha256:8b0583cf72b39299e6769f9c9fdc4321b7e384405aec8d1519d4ea5ac060fd05?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-cosi-sidecar-rhel9\u0026tag=v4.16.0-12"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-operator-bundle@sha256:cf07146641dab9fe090c2b44d8f533375a5d04b8fcdedb42f75f10916b5b6ba6_amd64",
"product": {
"name": "odf4/odf-csi-addons-operator-bundle@sha256:cf07146641dab9fe090c2b44d8f533375a5d04b8fcdedb42f75f10916b5b6ba6_amd64",
"product_id": "odf4/odf-csi-addons-operator-bundle@sha256:cf07146641dab9fe090c2b44d8f533375a5d04b8fcdedb42f75f10916b5b6ba6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-operator-bundle@sha256:cf07146641dab9fe090c2b44d8f533375a5d04b8fcdedb42f75f10916b5b6ba6?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-operator-bundle\u0026tag=v4.16.0-137"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:87e2d4e45b3d308e6937791d906c277df67c45321c7b760cca528f36e68d263d_amd64",
"product": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:87e2d4e45b3d308e6937791d906c277df67c45321c7b760cca528f36e68d263d_amd64",
"product_id": "odf4/odf-csi-addons-rhel9-operator@sha256:87e2d4e45b3d308e6937791d906c277df67c45321c7b760cca528f36e68d263d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256:87e2d4e45b3d308e6937791d906c277df67c45321c7b760cca528f36e68d263d?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-rhel9-operator\u0026tag=v4.16.0-15"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:162f35a85baabd9055c53717463c908247769a9bf617a4b457adf398d2e972be_amd64",
"product": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:162f35a85baabd9055c53717463c908247769a9bf617a4b457adf398d2e972be_amd64",
"product_id": "odf4/odf-csi-addons-sidecar-rhel9@sha256:162f35a85baabd9055c53717463c908247769a9bf617a4b457adf398d2e972be_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256:162f35a85baabd9055c53717463c908247769a9bf617a4b457adf398d2e972be?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9\u0026tag=v4.16.0-15"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-console-rhel9@sha256:f9f73b9781288b1a52b06edb752efc9475a315e1dd9a445e28cc47d571762cfc_amd64",
"product": {
"name": "odf4/odf-multicluster-console-rhel9@sha256:f9f73b9781288b1a52b06edb752efc9475a315e1dd9a445e28cc47d571762cfc_amd64",
"product_id": "odf4/odf-multicluster-console-rhel9@sha256:f9f73b9781288b1a52b06edb752efc9475a315e1dd9a445e28cc47d571762cfc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-console-rhel9@sha256:f9f73b9781288b1a52b06edb752efc9475a315e1dd9a445e28cc47d571762cfc?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-console-rhel9\u0026tag=v4.16.0-58"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-operator-bundle@sha256:1ab09e10bfe23ed2e08513d887bd36c4bed003d6bcb7f1885364ef5a606ec010_amd64",
"product": {
"name": "odf4/odf-multicluster-operator-bundle@sha256:1ab09e10bfe23ed2e08513d887bd36c4bed003d6bcb7f1885364ef5a606ec010_amd64",
"product_id": "odf4/odf-multicluster-operator-bundle@sha256:1ab09e10bfe23ed2e08513d887bd36c4bed003d6bcb7f1885364ef5a606ec010_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-operator-bundle@sha256:1ab09e10bfe23ed2e08513d887bd36c4bed003d6bcb7f1885364ef5a606ec010?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-operator-bundle\u0026tag=v4.16.0-137"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-rhel9-operator@sha256:2eb40b0c565a4d150229ab504adfb2e0a2b4a5b25ff8ccb690e6d2dcae3bf424_amd64",
"product": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:2eb40b0c565a4d150229ab504adfb2e0a2b4a5b25ff8ccb690e6d2dcae3bf424_amd64",
"product_id": "odf4/odf-multicluster-rhel9-operator@sha256:2eb40b0c565a4d150229ab504adfb2e0a2b4a5b25ff8ccb690e6d2dcae3bf424_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256:2eb40b0c565a4d150229ab504adfb2e0a2b4a5b25ff8ccb690e6d2dcae3bf424?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-rhel9-operator\u0026tag=v4.16.0-19"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-must-gather-rhel9@sha256:44c6bb264bbbd0ad67978dd2b4e01c530e653baf14b15f8a1eddff675fa760bd_amd64",
"product": {
"name": "odf4/odf-must-gather-rhel9@sha256:44c6bb264bbbd0ad67978dd2b4e01c530e653baf14b15f8a1eddff675fa760bd_amd64",
"product_id": "odf4/odf-must-gather-rhel9@sha256:44c6bb264bbbd0ad67978dd2b4e01c530e653baf14b15f8a1eddff675fa760bd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256:44c6bb264bbbd0ad67978dd2b4e01c530e653baf14b15f8a1eddff675fa760bd?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-must-gather-rhel9\u0026tag=v4.16.0-23"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-operator-bundle@sha256:8ef36128140b9a90403fb672178d07be7fd16ddf9809ec628a693e0e2dd6d4a9_amd64",
"product": {
"name": "odf4/odf-operator-bundle@sha256:8ef36128140b9a90403fb672178d07be7fd16ddf9809ec628a693e0e2dd6d4a9_amd64",
"product_id": "odf4/odf-operator-bundle@sha256:8ef36128140b9a90403fb672178d07be7fd16ddf9809ec628a693e0e2dd6d4a9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-operator-bundle@sha256:8ef36128140b9a90403fb672178d07be7fd16ddf9809ec628a693e0e2dd6d4a9?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-operator-bundle\u0026tag=v4.16.0-137"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-rhel9-operator@sha256:1d7f610fea74bb30b0276aa40556d9c03762c10f3bb71618afb5e6f5af718688_amd64",
"product": {
"name": "odf4/odf-rhel9-operator@sha256:1d7f610fea74bb30b0276aa40556d9c03762c10f3bb71618afb5e6f5af718688_amd64",
"product_id": "odf4/odf-rhel9-operator@sha256:1d7f610fea74bb30b0276aa40556d9c03762c10f3bb71618afb5e6f5af718688_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256:1d7f610fea74bb30b0276aa40556d9c03762c10f3bb71618afb5e6f5af718688?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-rhel9-operator\u0026tag=v4.16.0-23"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-prometheus-operator-bundle@sha256:078bd92b92c28c3899986f4c6755950f3de044ca6b7214353cc0e84d2a67d570_amd64",
"product": {
"name": "odf4/odf-prometheus-operator-bundle@sha256:078bd92b92c28c3899986f4c6755950f3de044ca6b7214353cc0e84d2a67d570_amd64",
"product_id": "odf4/odf-prometheus-operator-bundle@sha256:078bd92b92c28c3899986f4c6755950f3de044ca6b7214353cc0e84d2a67d570_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-prometheus-operator-bundle@sha256:078bd92b92c28c3899986f4c6755950f3de044ca6b7214353cc0e84d2a67d570?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-prometheus-operator-bundle\u0026tag=v4.16.0-137"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-cluster-operator-bundle@sha256:f500d5f16ea39d262ad4c52a9be03953e6e7ffa0f4349860976c41a70d8bb0e5_amd64",
"product": {
"name": "odf4/odr-cluster-operator-bundle@sha256:f500d5f16ea39d262ad4c52a9be03953e6e7ffa0f4349860976c41a70d8bb0e5_amd64",
"product_id": "odf4/odr-cluster-operator-bundle@sha256:f500d5f16ea39d262ad4c52a9be03953e6e7ffa0f4349860976c41a70d8bb0e5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-cluster-operator-bundle@sha256:f500d5f16ea39d262ad4c52a9be03953e6e7ffa0f4349860976c41a70d8bb0e5?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odr-cluster-operator-bundle\u0026tag=v4.16.0-137"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-hub-operator-bundle@sha256:80f47a30616834100466219c9e4d8c67fcef9554b2075c2bf81905c86b03d46b_amd64",
"product": {
"name": "odf4/odr-hub-operator-bundle@sha256:80f47a30616834100466219c9e4d8c67fcef9554b2075c2bf81905c86b03d46b_amd64",
"product_id": "odf4/odr-hub-operator-bundle@sha256:80f47a30616834100466219c9e4d8c67fcef9554b2075c2bf81905c86b03d46b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-hub-operator-bundle@sha256:80f47a30616834100466219c9e4d8c67fcef9554b2075c2bf81905c86b03d46b?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odr-hub-operator-bundle\u0026tag=v4.16.0-137"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-rhel9-operator@sha256:0ef121586e961be58480d76ba988719daaa82e606a8cc3649a0d01ef75227bc0_amd64",
"product": {
"name": "odf4/odr-rhel9-operator@sha256:0ef121586e961be58480d76ba988719daaa82e606a8cc3649a0d01ef75227bc0_amd64",
"product_id": "odf4/odr-rhel9-operator@sha256:0ef121586e961be58480d76ba988719daaa82e606a8cc3649a0d01ef75227bc0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256:0ef121586e961be58480d76ba988719daaa82e606a8cc3649a0d01ef75227bc0?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odr-rhel9-operator\u0026tag=v4.16.0-47"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-recipe-operator-bundle@sha256:d556581772224fe60606ece392a210f1a3b3de01a26959197c594634694d6ebb_amd64",
"product": {
"name": "odf4/odr-recipe-operator-bundle@sha256:d556581772224fe60606ece392a210f1a3b3de01a26959197c594634694d6ebb_amd64",
"product_id": "odf4/odr-recipe-operator-bundle@sha256:d556581772224fe60606ece392a210f1a3b3de01a26959197c594634694d6ebb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-recipe-operator-bundle@sha256:d556581772224fe60606ece392a210f1a3b3de01a26959197c594634694d6ebb?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odr-recipe-operator-bundle\u0026tag=v4.16.0-137"
}
}
},
{
"category": "product_version",
"name": "odf4/rook-ceph-operator-bundle@sha256:c1f4872828308bf7f0477697fb74a0ab7c3f595e2c33e29ee873232efca1960d_amd64",
"product": {
"name": "odf4/rook-ceph-operator-bundle@sha256:c1f4872828308bf7f0477697fb74a0ab7c3f595e2c33e29ee873232efca1960d_amd64",
"product_id": "odf4/rook-ceph-operator-bundle@sha256:c1f4872828308bf7f0477697fb74a0ab7c3f595e2c33e29ee873232efca1960d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-operator-bundle@sha256:c1f4872828308bf7f0477697fb74a0ab7c3f595e2c33e29ee873232efca1960d?arch=amd64\u0026repository_url=registry.redhat.io/odf4/rook-ceph-operator-bundle\u0026tag=v4.16.0-137"
}
}
},
{
"category": "product_version",
"name": "odf4/rook-ceph-rhel9-operator@sha256:0df69e6e3d2add83c5a74faff76837a49333184b1d170acee968d4c064933bcf_amd64",
"product": {
"name": "odf4/rook-ceph-rhel9-operator@sha256:0df69e6e3d2add83c5a74faff76837a49333184b1d170acee968d4c064933bcf_amd64",
"product_id": "odf4/rook-ceph-rhel9-operator@sha256:0df69e6e3d2add83c5a74faff76837a49333184b1d170acee968d4c064933bcf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-rhel9-operator@sha256:0df69e6e3d2add83c5a74faff76837a49333184b1d170acee968d4c064933bcf?arch=amd64\u0026repository_url=registry.redhat.io/odf4/rook-ceph-rhel9-operator\u0026tag=v4.16.0-66"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "odf4/cephcsi-rhel9@sha256:c94f20ad65f5411c7cabafd574e52f2fcb52d2f917003ae71adc736028f962bf_s390x",
"product": {
"name": "odf4/cephcsi-rhel9@sha256:c94f20ad65f5411c7cabafd574e52f2fcb52d2f917003ae71adc736028f962bf_s390x",
"product_id": "odf4/cephcsi-rhel9@sha256:c94f20ad65f5411c7cabafd574e52f2fcb52d2f917003ae71adc736028f962bf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9@sha256:c94f20ad65f5411c7cabafd574e52f2fcb52d2f917003ae71adc736028f962bf?arch=s390x\u0026repository_url=registry.redhat.io/odf4/cephcsi-rhel9\u0026tag=v4.16.0-33"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-core-rhel9@sha256:f4a85d993ae326570a5e4dd8bdf9e5cec586c2f8b55a962940457f39787d6af8_s390x",
"product": {
"name": "odf4/mcg-core-rhel9@sha256:f4a85d993ae326570a5e4dd8bdf9e5cec586c2f8b55a962940457f39787d6af8_s390x",
"product_id": "odf4/mcg-core-rhel9@sha256:f4a85d993ae326570a5e4dd8bdf9e5cec586c2f8b55a962940457f39787d6af8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256:f4a85d993ae326570a5e4dd8bdf9e5cec586c2f8b55a962940457f39787d6af8?arch=s390x\u0026repository_url=registry.redhat.io/odf4/mcg-core-rhel9\u0026tag=v4.16.0-60"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-operator-bundle@sha256:3cc0e4ec3f46d066bfc5546a2efdab3a44aa38f2d6dc961509bee8f7f9cb5ddb_s390x",
"product": {
"name": "odf4/mcg-operator-bundle@sha256:3cc0e4ec3f46d066bfc5546a2efdab3a44aa38f2d6dc961509bee8f7f9cb5ddb_s390x",
"product_id": "odf4/mcg-operator-bundle@sha256:3cc0e4ec3f46d066bfc5546a2efdab3a44aa38f2d6dc961509bee8f7f9cb5ddb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcg-operator-bundle@sha256:3cc0e4ec3f46d066bfc5546a2efdab3a44aa38f2d6dc961509bee8f7f9cb5ddb?arch=s390x\u0026repository_url=registry.redhat.io/odf4/mcg-operator-bundle\u0026tag=v4.16.0-137"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-rhel9-operator@sha256:f717a955a7ca2c3b1eac84e4b192ab38dcf1e98f6baea0ef592071c60f389bd1_s390x",
"product": {
"name": "odf4/mcg-rhel9-operator@sha256:f717a955a7ca2c3b1eac84e4b192ab38dcf1e98f6baea0ef592071c60f389bd1_s390x",
"product_id": "odf4/mcg-rhel9-operator@sha256:f717a955a7ca2c3b1eac84e4b192ab38dcf1e98f6baea0ef592071c60f389bd1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256:f717a955a7ca2c3b1eac84e4b192ab38dcf1e98f6baea0ef592071c60f389bd1?arch=s390x\u0026repository_url=registry.redhat.io/odf4/mcg-rhel9-operator\u0026tag=v4.16.0-38"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-console-rhel9@sha256:a552dbccf217e8deaec318bcaf9b40877d3be1e88d091ae1684959f48367e0f2_s390x",
"product": {
"name": "odf4/ocs-client-console-rhel9@sha256:a552dbccf217e8deaec318bcaf9b40877d3be1e88d091ae1684959f48367e0f2_s390x",
"product_id": "odf4/ocs-client-console-rhel9@sha256:a552dbccf217e8deaec318bcaf9b40877d3be1e88d091ae1684959f48367e0f2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-console-rhel9@sha256:a552dbccf217e8deaec318bcaf9b40877d3be1e88d091ae1684959f48367e0f2?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-client-console-rhel9\u0026tag=v4.16.0-60"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-operator-bundle@sha256:978017d3524aded83f4c63710e0b10dc2a453a22b5bc9ef801c7e70ac13aee40_s390x",
"product": {
"name": "odf4/ocs-client-operator-bundle@sha256:978017d3524aded83f4c63710e0b10dc2a453a22b5bc9ef801c7e70ac13aee40_s390x",
"product_id": "odf4/ocs-client-operator-bundle@sha256:978017d3524aded83f4c63710e0b10dc2a453a22b5bc9ef801c7e70ac13aee40_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-operator-bundle@sha256:978017d3524aded83f4c63710e0b10dc2a453a22b5bc9ef801c7e70ac13aee40?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-client-operator-bundle\u0026tag=v4.16.0-137"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-rhel9-operator@sha256:f2ab9f9eb9e502f0d78b32159dfc5aeae77ec9698ed3a2aeecd184407388f1e3_s390x",
"product": {
"name": "odf4/ocs-client-rhel9-operator@sha256:f2ab9f9eb9e502f0d78b32159dfc5aeae77ec9698ed3a2aeecd184407388f1e3_s390x",
"product_id": "odf4/ocs-client-rhel9-operator@sha256:f2ab9f9eb9e502f0d78b32159dfc5aeae77ec9698ed3a2aeecd184407388f1e3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256:f2ab9f9eb9e502f0d78b32159dfc5aeae77ec9698ed3a2aeecd184407388f1e3?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-client-rhel9-operator\u0026tag=v4.16.0-30"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:a8f0e209e62e02a20648f982360e5b5ec7e62c294b4f7eb7df53ccd0bb750008_s390x",
"product": {
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:a8f0e209e62e02a20648f982360e5b5ec7e62c294b4f7eb7df53ccd0bb750008_s390x",
"product_id": "odf4/ocs-metrics-exporter-rhel9@sha256:a8f0e209e62e02a20648f982360e5b5ec7e62c294b4f7eb7df53ccd0bb750008_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256:a8f0e209e62e02a20648f982360e5b5ec7e62c294b4f7eb7df53ccd0bb750008?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-metrics-exporter-rhel9\u0026tag=v4.16.0-73"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-operator-bundle@sha256:92c7cf4ce69644ffa955c78b1e18aab5f9c3a843f889703a326ea9e6697455af_s390x",
"product": {
"name": "odf4/ocs-operator-bundle@sha256:92c7cf4ce69644ffa955c78b1e18aab5f9c3a843f889703a326ea9e6697455af_s390x",
"product_id": "odf4/ocs-operator-bundle@sha256:92c7cf4ce69644ffa955c78b1e18aab5f9c3a843f889703a326ea9e6697455af_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-operator-bundle@sha256:92c7cf4ce69644ffa955c78b1e18aab5f9c3a843f889703a326ea9e6697455af?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-operator-bundle\u0026tag=v4.16.0-137"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-rhel9-operator@sha256:f5e5b787848d5838aaaeb58e3b8836ff67b4fcf9a2d3c9d19f27e06818fdf295_s390x",
"product": {
"name": "odf4/ocs-rhel9-operator@sha256:f5e5b787848d5838aaaeb58e3b8836ff67b4fcf9a2d3c9d19f27e06818fdf295_s390x",
"product_id": "odf4/ocs-rhel9-operator@sha256:f5e5b787848d5838aaaeb58e3b8836ff67b4fcf9a2d3c9d19f27e06818fdf295_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256:f5e5b787848d5838aaaeb58e3b8836ff67b4fcf9a2d3c9d19f27e06818fdf295?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-rhel9-operator\u0026tag=v4.16.0-76"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-cli-rhel9@sha256:60ca8f2d341b1f1a09710a37c40f4c803c6b1b2d09fc1a7f53f9a979ad6643d6_s390x",
"product": {
"name": "odf4/odf-cli-rhel9@sha256:60ca8f2d341b1f1a09710a37c40f4c803c6b1b2d09fc1a7f53f9a979ad6643d6_s390x",
"product_id": "odf4/odf-cli-rhel9@sha256:60ca8f2d341b1f1a09710a37c40f4c803c6b1b2d09fc1a7f53f9a979ad6643d6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-cli-rhel9@sha256:60ca8f2d341b1f1a09710a37c40f4c803c6b1b2d09fc1a7f53f9a979ad6643d6?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-cli-rhel9\u0026tag=v4.16.0-44"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-console-rhel9@sha256:5972ba4c75e54f1670ec5ffb0a5a749a6992967ea0dd6e5d442019fa64dc1515_s390x",
"product": {
"name": "odf4/odf-console-rhel9@sha256:5972ba4c75e54f1670ec5ffb0a5a749a6992967ea0dd6e5d442019fa64dc1515_s390x",
"product_id": "odf4/odf-console-rhel9@sha256:5972ba4c75e54f1670ec5ffb0a5a749a6992967ea0dd6e5d442019fa64dc1515_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-console-rhel9@sha256:5972ba4c75e54f1670ec5ffb0a5a749a6992967ea0dd6e5d442019fa64dc1515?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-console-rhel9\u0026tag=v4.16.0-57"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:8512465ad8828593d0f4b6d4208a6c60a0f297f70ef26a0c4c874f6ddf4798d2_s390x",
"product": {
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:8512465ad8828593d0f4b6d4208a6c60a0f297f70ef26a0c4c874f6ddf4798d2_s390x",
"product_id": "odf4/odf-cosi-sidecar-rhel9@sha256:8512465ad8828593d0f4b6d4208a6c60a0f297f70ef26a0c4c874f6ddf4798d2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-cosi-sidecar-rhel9@sha256:8512465ad8828593d0f4b6d4208a6c60a0f297f70ef26a0c4c874f6ddf4798d2?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-cosi-sidecar-rhel9\u0026tag=v4.16.0-12"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-operator-bundle@sha256:ab568f027f842174927e1ccc7ca00448068e9241f40f53034d9ba74aaf062aa1_s390x",
"product": {
"name": "odf4/odf-csi-addons-operator-bundle@sha256:ab568f027f842174927e1ccc7ca00448068e9241f40f53034d9ba74aaf062aa1_s390x",
"product_id": "odf4/odf-csi-addons-operator-bundle@sha256:ab568f027f842174927e1ccc7ca00448068e9241f40f53034d9ba74aaf062aa1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-operator-bundle@sha256:ab568f027f842174927e1ccc7ca00448068e9241f40f53034d9ba74aaf062aa1?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-operator-bundle\u0026tag=v4.16.0-137"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:3a4ec2b8d194134fc4a3cb9077306ba71eaef4e4544177f590c73ae7e40d490b_s390x",
"product": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:3a4ec2b8d194134fc4a3cb9077306ba71eaef4e4544177f590c73ae7e40d490b_s390x",
"product_id": "odf4/odf-csi-addons-rhel9-operator@sha256:3a4ec2b8d194134fc4a3cb9077306ba71eaef4e4544177f590c73ae7e40d490b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256:3a4ec2b8d194134fc4a3cb9077306ba71eaef4e4544177f590c73ae7e40d490b?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-rhel9-operator\u0026tag=v4.16.0-15"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:859301df4f104e3d36efc2446929c86805e586c3c5ac07548d0277442d5df6ca_s390x",
"product": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:859301df4f104e3d36efc2446929c86805e586c3c5ac07548d0277442d5df6ca_s390x",
"product_id": "odf4/odf-csi-addons-sidecar-rhel9@sha256:859301df4f104e3d36efc2446929c86805e586c3c5ac07548d0277442d5df6ca_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256:859301df4f104e3d36efc2446929c86805e586c3c5ac07548d0277442d5df6ca?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9\u0026tag=v4.16.0-15"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-console-rhel9@sha256:2ca34569661d388d50cc0e9f5949ea7a404ceb266981855b3251c329dab88e11_s390x",
"product": {
"name": "odf4/odf-multicluster-console-rhel9@sha256:2ca34569661d388d50cc0e9f5949ea7a404ceb266981855b3251c329dab88e11_s390x",
"product_id": "odf4/odf-multicluster-console-rhel9@sha256:2ca34569661d388d50cc0e9f5949ea7a404ceb266981855b3251c329dab88e11_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-console-rhel9@sha256:2ca34569661d388d50cc0e9f5949ea7a404ceb266981855b3251c329dab88e11?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-console-rhel9\u0026tag=v4.16.0-58"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-operator-bundle@sha256:9a42214d500a600785bb9a7bdd5b9580a5f8cfbf16980eb48bde3ae4ce855f3c_s390x",
"product": {
"name": "odf4/odf-multicluster-operator-bundle@sha256:9a42214d500a600785bb9a7bdd5b9580a5f8cfbf16980eb48bde3ae4ce855f3c_s390x",
"product_id": "odf4/odf-multicluster-operator-bundle@sha256:9a42214d500a600785bb9a7bdd5b9580a5f8cfbf16980eb48bde3ae4ce855f3c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-operator-bundle@sha256:9a42214d500a600785bb9a7bdd5b9580a5f8cfbf16980eb48bde3ae4ce855f3c?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-operator-bundle\u0026tag=v4.16.0-137"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-rhel9-operator@sha256:8a8f7e1126adc73d210cdf8454c64356e2229e3aefc5bb4ba5a8bc7755a5d469_s390x",
"product": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:8a8f7e1126adc73d210cdf8454c64356e2229e3aefc5bb4ba5a8bc7755a5d469_s390x",
"product_id": "odf4/odf-multicluster-rhel9-operator@sha256:8a8f7e1126adc73d210cdf8454c64356e2229e3aefc5bb4ba5a8bc7755a5d469_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256:8a8f7e1126adc73d210cdf8454c64356e2229e3aefc5bb4ba5a8bc7755a5d469?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-rhel9-operator\u0026tag=v4.16.0-19"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-must-gather-rhel9@sha256:631643362d4345fdefb3fb34416ca09626b634c92fde970e1494a95fe5bdfc87_s390x",
"product": {
"name": "odf4/odf-must-gather-rhel9@sha256:631643362d4345fdefb3fb34416ca09626b634c92fde970e1494a95fe5bdfc87_s390x",
"product_id": "odf4/odf-must-gather-rhel9@sha256:631643362d4345fdefb3fb34416ca09626b634c92fde970e1494a95fe5bdfc87_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256:631643362d4345fdefb3fb34416ca09626b634c92fde970e1494a95fe5bdfc87?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-must-gather-rhel9\u0026tag=v4.16.0-23"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-operator-bundle@sha256:24d9bcb0da6e061f9de31768e94b660f955323e130f7eb0fc9e8746c1709d3f8_s390x",
"product": {
"name": "odf4/odf-operator-bundle@sha256:24d9bcb0da6e061f9de31768e94b660f955323e130f7eb0fc9e8746c1709d3f8_s390x",
"product_id": "odf4/odf-operator-bundle@sha256:24d9bcb0da6e061f9de31768e94b660f955323e130f7eb0fc9e8746c1709d3f8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-operator-bundle@sha256:24d9bcb0da6e061f9de31768e94b660f955323e130f7eb0fc9e8746c1709d3f8?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-operator-bundle\u0026tag=v4.16.0-137"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-rhel9-operator@sha256:0976ab8ba60319bf9ef20503de0fa249055e18a82ab36113affe7ad177b3f187_s390x",
"product": {
"name": "odf4/odf-rhel9-operator@sha256:0976ab8ba60319bf9ef20503de0fa249055e18a82ab36113affe7ad177b3f187_s390x",
"product_id": "odf4/odf-rhel9-operator@sha256:0976ab8ba60319bf9ef20503de0fa249055e18a82ab36113affe7ad177b3f187_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256:0976ab8ba60319bf9ef20503de0fa249055e18a82ab36113affe7ad177b3f187?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-rhel9-operator\u0026tag=v4.16.0-23"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-prometheus-operator-bundle@sha256:64ca1e84e10bbc7522da216e4965658e06c540fce8c18f2976dab5c3236ea256_s390x",
"product": {
"name": "odf4/odf-prometheus-operator-bundle@sha256:64ca1e84e10bbc7522da216e4965658e06c540fce8c18f2976dab5c3236ea256_s390x",
"product_id": "odf4/odf-prometheus-operator-bundle@sha256:64ca1e84e10bbc7522da216e4965658e06c540fce8c18f2976dab5c3236ea256_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-prometheus-operator-bundle@sha256:64ca1e84e10bbc7522da216e4965658e06c540fce8c18f2976dab5c3236ea256?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-prometheus-operator-bundle\u0026tag=v4.16.0-137"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-cluster-operator-bundle@sha256:efdcf383abcb962ea0fdb92a9fa31f60a150a2c48174303881b550e5d9dec6f7_s390x",
"product": {
"name": "odf4/odr-cluster-operator-bundle@sha256:efdcf383abcb962ea0fdb92a9fa31f60a150a2c48174303881b550e5d9dec6f7_s390x",
"product_id": "odf4/odr-cluster-operator-bundle@sha256:efdcf383abcb962ea0fdb92a9fa31f60a150a2c48174303881b550e5d9dec6f7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odr-cluster-operator-bundle@sha256:efdcf383abcb962ea0fdb92a9fa31f60a150a2c48174303881b550e5d9dec6f7?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odr-cluster-operator-bundle\u0026tag=v4.16.0-137"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-hub-operator-bundle@sha256:491a5b629d9777815ee6d28356cf82a7fd7939f2a39e65ae833440af1831b1db_s390x",
"product": {
"name": "odf4/odr-hub-operator-bundle@sha256:491a5b629d9777815ee6d28356cf82a7fd7939f2a39e65ae833440af1831b1db_s390x",
"product_id": "odf4/odr-hub-operator-bundle@sha256:491a5b629d9777815ee6d28356cf82a7fd7939f2a39e65ae833440af1831b1db_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odr-hub-operator-bundle@sha256:491a5b629d9777815ee6d28356cf82a7fd7939f2a39e65ae833440af1831b1db?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odr-hub-operator-bundle\u0026tag=v4.16.0-137"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-rhel9-operator@sha256:c6b46eca6dfec3a8fb48b61393707e11e8cc573aad7eb6ff95c4661092e913f0_s390x",
"product": {
"name": "odf4/odr-rhel9-operator@sha256:c6b46eca6dfec3a8fb48b61393707e11e8cc573aad7eb6ff95c4661092e913f0_s390x",
"product_id": "odf4/odr-rhel9-operator@sha256:c6b46eca6dfec3a8fb48b61393707e11e8cc573aad7eb6ff95c4661092e913f0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256:c6b46eca6dfec3a8fb48b61393707e11e8cc573aad7eb6ff95c4661092e913f0?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odr-rhel9-operator\u0026tag=v4.16.0-47"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-recipe-operator-bundle@sha256:4d03e157d3ed69eef8a8ee8a6c8f9e0746c16baa6ccff7c5c8a7457e9a8b9a56_s390x",
"product": {
"name": "odf4/odr-recipe-operator-bundle@sha256:4d03e157d3ed69eef8a8ee8a6c8f9e0746c16baa6ccff7c5c8a7457e9a8b9a56_s390x",
"product_id": "odf4/odr-recipe-operator-bundle@sha256:4d03e157d3ed69eef8a8ee8a6c8f9e0746c16baa6ccff7c5c8a7457e9a8b9a56_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odr-recipe-operator-bundle@sha256:4d03e157d3ed69eef8a8ee8a6c8f9e0746c16baa6ccff7c5c8a7457e9a8b9a56?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odr-recipe-operator-bundle\u0026tag=v4.16.0-137"
}
}
},
{
"category": "product_version",
"name": "odf4/rook-ceph-operator-bundle@sha256:79ad5ac0ee525277a8a1bd550428a5e0a04da73aa1d9df23d085ec888d12d45b_s390x",
"product": {
"name": "odf4/rook-ceph-operator-bundle@sha256:79ad5ac0ee525277a8a1bd550428a5e0a04da73aa1d9df23d085ec888d12d45b_s390x",
"product_id": "odf4/rook-ceph-operator-bundle@sha256:79ad5ac0ee525277a8a1bd550428a5e0a04da73aa1d9df23d085ec888d12d45b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-operator-bundle@sha256:79ad5ac0ee525277a8a1bd550428a5e0a04da73aa1d9df23d085ec888d12d45b?arch=s390x\u0026repository_url=registry.redhat.io/odf4/rook-ceph-operator-bundle\u0026tag=v4.16.0-137"
}
}
},
{
"category": "product_version",
"name": "odf4/rook-ceph-rhel9-operator@sha256:5c3c4bbf1bf820995a13588d02a8cf692e1343da25def005dab981078b14d970_s390x",
"product": {
"name": "odf4/rook-ceph-rhel9-operator@sha256:5c3c4bbf1bf820995a13588d02a8cf692e1343da25def005dab981078b14d970_s390x",
"product_id": "odf4/rook-ceph-rhel9-operator@sha256:5c3c4bbf1bf820995a13588d02a8cf692e1343da25def005dab981078b14d970_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-rhel9-operator@sha256:5c3c4bbf1bf820995a13588d02a8cf692e1343da25def005dab981078b14d970?arch=s390x\u0026repository_url=registry.redhat.io/odf4/rook-ceph-rhel9-operator\u0026tag=v4.16.0-66"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "odf4/cephcsi-rhel9@sha256:5fbef84c4a88ad4ea88a1b2232cc0d6630fa47c8e3ae874a485c971c6d5951b9_ppc64le",
"product": {
"name": "odf4/cephcsi-rhel9@sha256:5fbef84c4a88ad4ea88a1b2232cc0d6630fa47c8e3ae874a485c971c6d5951b9_ppc64le",
"product_id": "odf4/cephcsi-rhel9@sha256:5fbef84c4a88ad4ea88a1b2232cc0d6630fa47c8e3ae874a485c971c6d5951b9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9@sha256:5fbef84c4a88ad4ea88a1b2232cc0d6630fa47c8e3ae874a485c971c6d5951b9?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/cephcsi-rhel9\u0026tag=v4.16.0-33"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-core-rhel9@sha256:088b9e19fc16a4fbb655b81ab1fbe78aa82ebce2ad5ad0df67fc8b361b4fe170_ppc64le",
"product": {
"name": "odf4/mcg-core-rhel9@sha256:088b9e19fc16a4fbb655b81ab1fbe78aa82ebce2ad5ad0df67fc8b361b4fe170_ppc64le",
"product_id": "odf4/mcg-core-rhel9@sha256:088b9e19fc16a4fbb655b81ab1fbe78aa82ebce2ad5ad0df67fc8b361b4fe170_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256:088b9e19fc16a4fbb655b81ab1fbe78aa82ebce2ad5ad0df67fc8b361b4fe170?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/mcg-core-rhel9\u0026tag=v4.16.0-60"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-operator-bundle@sha256:7c00300daa75158d7a406317be71f2a8932a613b769144ae92a5ae225f4feb1e_ppc64le",
"product": {
"name": "odf4/mcg-operator-bundle@sha256:7c00300daa75158d7a406317be71f2a8932a613b769144ae92a5ae225f4feb1e_ppc64le",
"product_id": "odf4/mcg-operator-bundle@sha256:7c00300daa75158d7a406317be71f2a8932a613b769144ae92a5ae225f4feb1e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcg-operator-bundle@sha256:7c00300daa75158d7a406317be71f2a8932a613b769144ae92a5ae225f4feb1e?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/mcg-operator-bundle\u0026tag=v4.16.0-137"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-rhel9-operator@sha256:193a773d4f1ed8ec6097579507dddd3863301ec546e325e38b5290235f06c802_ppc64le",
"product": {
"name": "odf4/mcg-rhel9-operator@sha256:193a773d4f1ed8ec6097579507dddd3863301ec546e325e38b5290235f06c802_ppc64le",
"product_id": "odf4/mcg-rhel9-operator@sha256:193a773d4f1ed8ec6097579507dddd3863301ec546e325e38b5290235f06c802_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256:193a773d4f1ed8ec6097579507dddd3863301ec546e325e38b5290235f06c802?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/mcg-rhel9-operator\u0026tag=v4.16.0-38"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-console-rhel9@sha256:a20b4235cee3193794be549c645164c2811a044498a777591437ff440264a7da_ppc64le",
"product": {
"name": "odf4/ocs-client-console-rhel9@sha256:a20b4235cee3193794be549c645164c2811a044498a777591437ff440264a7da_ppc64le",
"product_id": "odf4/ocs-client-console-rhel9@sha256:a20b4235cee3193794be549c645164c2811a044498a777591437ff440264a7da_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-console-rhel9@sha256:a20b4235cee3193794be549c645164c2811a044498a777591437ff440264a7da?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-client-console-rhel9\u0026tag=v4.16.0-60"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-operator-bundle@sha256:9c3b15da5ddf22af93ae1617329ef41fddb4e6c00bbf9ea12567c4fc2c14cfdf_ppc64le",
"product": {
"name": "odf4/ocs-client-operator-bundle@sha256:9c3b15da5ddf22af93ae1617329ef41fddb4e6c00bbf9ea12567c4fc2c14cfdf_ppc64le",
"product_id": "odf4/ocs-client-operator-bundle@sha256:9c3b15da5ddf22af93ae1617329ef41fddb4e6c00bbf9ea12567c4fc2c14cfdf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-operator-bundle@sha256:9c3b15da5ddf22af93ae1617329ef41fddb4e6c00bbf9ea12567c4fc2c14cfdf?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-client-operator-bundle\u0026tag=v4.16.0-137"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-rhel9-operator@sha256:d383069c5e89e051a15e95e61e9bd5197edf4f91fde60df8b8ed7d4e8269452e_ppc64le",
"product": {
"name": "odf4/ocs-client-rhel9-operator@sha256:d383069c5e89e051a15e95e61e9bd5197edf4f91fde60df8b8ed7d4e8269452e_ppc64le",
"product_id": "odf4/ocs-client-rhel9-operator@sha256:d383069c5e89e051a15e95e61e9bd5197edf4f91fde60df8b8ed7d4e8269452e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256:d383069c5e89e051a15e95e61e9bd5197edf4f91fde60df8b8ed7d4e8269452e?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-client-rhel9-operator\u0026tag=v4.16.0-30"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:38d7fe0b8fa164df79d08fe2d20af60d7530e2691e7d4f183d71f138a00a128e_ppc64le",
"product": {
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:38d7fe0b8fa164df79d08fe2d20af60d7530e2691e7d4f183d71f138a00a128e_ppc64le",
"product_id": "odf4/ocs-metrics-exporter-rhel9@sha256:38d7fe0b8fa164df79d08fe2d20af60d7530e2691e7d4f183d71f138a00a128e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256:38d7fe0b8fa164df79d08fe2d20af60d7530e2691e7d4f183d71f138a00a128e?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-metrics-exporter-rhel9\u0026tag=v4.16.0-73"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-operator-bundle@sha256:e1abb6a3be342350f7b3f641f9e036e2bd998e5fd6bd215730f3d39526e1d16f_ppc64le",
"product": {
"name": "odf4/ocs-operator-bundle@sha256:e1abb6a3be342350f7b3f641f9e036e2bd998e5fd6bd215730f3d39526e1d16f_ppc64le",
"product_id": "odf4/ocs-operator-bundle@sha256:e1abb6a3be342350f7b3f641f9e036e2bd998e5fd6bd215730f3d39526e1d16f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-operator-bundle@sha256:e1abb6a3be342350f7b3f641f9e036e2bd998e5fd6bd215730f3d39526e1d16f?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-operator-bundle\u0026tag=v4.16.0-137"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-rhel9-operator@sha256:a9cdb157400f7826b8c5075591d26dd9e25628e94189de3b90c8e9389e3181ed_ppc64le",
"product": {
"name": "odf4/ocs-rhel9-operator@sha256:a9cdb157400f7826b8c5075591d26dd9e25628e94189de3b90c8e9389e3181ed_ppc64le",
"product_id": "odf4/ocs-rhel9-operator@sha256:a9cdb157400f7826b8c5075591d26dd9e25628e94189de3b90c8e9389e3181ed_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256:a9cdb157400f7826b8c5075591d26dd9e25628e94189de3b90c8e9389e3181ed?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-rhel9-operator\u0026tag=v4.16.0-76"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-cli-rhel9@sha256:4b79f14a1d5130673921c4d711c0b919377307dd6d76d14386f9f83a5e1b4ecd_ppc64le",
"product": {
"name": "odf4/odf-cli-rhel9@sha256:4b79f14a1d5130673921c4d711c0b919377307dd6d76d14386f9f83a5e1b4ecd_ppc64le",
"product_id": "odf4/odf-cli-rhel9@sha256:4b79f14a1d5130673921c4d711c0b919377307dd6d76d14386f9f83a5e1b4ecd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-cli-rhel9@sha256:4b79f14a1d5130673921c4d711c0b919377307dd6d76d14386f9f83a5e1b4ecd?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-cli-rhel9\u0026tag=v4.16.0-44"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-console-rhel9@sha256:5700bc3e6aadfa1890bb81bcc70f0ef026b5bd0d38f1e4bd35d04d5ceee7808d_ppc64le",
"product": {
"name": "odf4/odf-console-rhel9@sha256:5700bc3e6aadfa1890bb81bcc70f0ef026b5bd0d38f1e4bd35d04d5ceee7808d_ppc64le",
"product_id": "odf4/odf-console-rhel9@sha256:5700bc3e6aadfa1890bb81bcc70f0ef026b5bd0d38f1e4bd35d04d5ceee7808d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-console-rhel9@sha256:5700bc3e6aadfa1890bb81bcc70f0ef026b5bd0d38f1e4bd35d04d5ceee7808d?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-console-rhel9\u0026tag=v4.16.0-57"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:43334d92af32e97a11691d0fa7069746d59d6f73a0a2c0b97bbbfdc7937f117a_ppc64le",
"product": {
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:43334d92af32e97a11691d0fa7069746d59d6f73a0a2c0b97bbbfdc7937f117a_ppc64le",
"product_id": "odf4/odf-cosi-sidecar-rhel9@sha256:43334d92af32e97a11691d0fa7069746d59d6f73a0a2c0b97bbbfdc7937f117a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-cosi-sidecar-rhel9@sha256:43334d92af32e97a11691d0fa7069746d59d6f73a0a2c0b97bbbfdc7937f117a?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-cosi-sidecar-rhel9\u0026tag=v4.16.0-12"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-operator-bundle@sha256:c4b5c7247825d7265f83ae5fb5e8a0f62fbb69cdbaf535d0d83320b817d7ef48_ppc64le",
"product": {
"name": "odf4/odf-csi-addons-operator-bundle@sha256:c4b5c7247825d7265f83ae5fb5e8a0f62fbb69cdbaf535d0d83320b817d7ef48_ppc64le",
"product_id": "odf4/odf-csi-addons-operator-bundle@sha256:c4b5c7247825d7265f83ae5fb5e8a0f62fbb69cdbaf535d0d83320b817d7ef48_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-operator-bundle@sha256:c4b5c7247825d7265f83ae5fb5e8a0f62fbb69cdbaf535d0d83320b817d7ef48?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-operator-bundle\u0026tag=v4.16.0-137"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:aff1de5e9ad24bbfacda0bf34bb6b28d27c3f9ce646ed53e93b4c87eb0bda93c_ppc64le",
"product": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:aff1de5e9ad24bbfacda0bf34bb6b28d27c3f9ce646ed53e93b4c87eb0bda93c_ppc64le",
"product_id": "odf4/odf-csi-addons-rhel9-operator@sha256:aff1de5e9ad24bbfacda0bf34bb6b28d27c3f9ce646ed53e93b4c87eb0bda93c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256:aff1de5e9ad24bbfacda0bf34bb6b28d27c3f9ce646ed53e93b4c87eb0bda93c?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-rhel9-operator\u0026tag=v4.16.0-15"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:272f038ebe7fd778c6c24dcc27524f3aa807465576177681b8b80a6adb32be99_ppc64le",
"product": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:272f038ebe7fd778c6c24dcc27524f3aa807465576177681b8b80a6adb32be99_ppc64le",
"product_id": "odf4/odf-csi-addons-sidecar-rhel9@sha256:272f038ebe7fd778c6c24dcc27524f3aa807465576177681b8b80a6adb32be99_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256:272f038ebe7fd778c6c24dcc27524f3aa807465576177681b8b80a6adb32be99?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9\u0026tag=v4.16.0-15"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-console-rhel9@sha256:d77cb43b5019248b790134edc980d7fb260c4dcb884f8e54d27c33b876a5f897_ppc64le",
"product": {
"name": "odf4/odf-multicluster-console-rhel9@sha256:d77cb43b5019248b790134edc980d7fb260c4dcb884f8e54d27c33b876a5f897_ppc64le",
"product_id": "odf4/odf-multicluster-console-rhel9@sha256:d77cb43b5019248b790134edc980d7fb260c4dcb884f8e54d27c33b876a5f897_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-console-rhel9@sha256:d77cb43b5019248b790134edc980d7fb260c4dcb884f8e54d27c33b876a5f897?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-console-rhel9\u0026tag=v4.16.0-58"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-operator-bundle@sha256:e87b8be96be2c5042af949785dd0c543e28d9432914a9543b08fd38d4a1e11ff_ppc64le",
"product": {
"name": "odf4/odf-multicluster-operator-bundle@sha256:e87b8be96be2c5042af949785dd0c543e28d9432914a9543b08fd38d4a1e11ff_ppc64le",
"product_id": "odf4/odf-multicluster-operator-bundle@sha256:e87b8be96be2c5042af949785dd0c543e28d9432914a9543b08fd38d4a1e11ff_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-operator-bundle@sha256:e87b8be96be2c5042af949785dd0c543e28d9432914a9543b08fd38d4a1e11ff?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-operator-bundle\u0026tag=v4.16.0-137"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-rhel9-operator@sha256:ef3d403c990fa7f2af167a123af043970cadc00b78b454b93dd9a4bca2699d2b_ppc64le",
"product": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:ef3d403c990fa7f2af167a123af043970cadc00b78b454b93dd9a4bca2699d2b_ppc64le",
"product_id": "odf4/odf-multicluster-rhel9-operator@sha256:ef3d403c990fa7f2af167a123af043970cadc00b78b454b93dd9a4bca2699d2b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256:ef3d403c990fa7f2af167a123af043970cadc00b78b454b93dd9a4bca2699d2b?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-rhel9-operator\u0026tag=v4.16.0-19"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-must-gather-rhel9@sha256:0ee210a535f1f11de40e1a0ee55a10855ce13c09dab9791ee4d35c59949ca934_ppc64le",
"product": {
"name": "odf4/odf-must-gather-rhel9@sha256:0ee210a535f1f11de40e1a0ee55a10855ce13c09dab9791ee4d35c59949ca934_ppc64le",
"product_id": "odf4/odf-must-gather-rhel9@sha256:0ee210a535f1f11de40e1a0ee55a10855ce13c09dab9791ee4d35c59949ca934_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256:0ee210a535f1f11de40e1a0ee55a10855ce13c09dab9791ee4d35c59949ca934?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-must-gather-rhel9\u0026tag=v4.16.0-23"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-operator-bundle@sha256:21c8ba4e41692cc24ce0127b4198413183451eff19a461941e9efb6bd140bfb4_ppc64le",
"product": {
"name": "odf4/odf-operator-bundle@sha256:21c8ba4e41692cc24ce0127b4198413183451eff19a461941e9efb6bd140bfb4_ppc64le",
"product_id": "odf4/odf-operator-bundle@sha256:21c8ba4e41692cc24ce0127b4198413183451eff19a461941e9efb6bd140bfb4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-operator-bundle@sha256:21c8ba4e41692cc24ce0127b4198413183451eff19a461941e9efb6bd140bfb4?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-operator-bundle\u0026tag=v4.16.0-137"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-rhel9-operator@sha256:cf81ea45b333424981129e464f1374739a4f309efdcb26b9f7df2df4d346c1a9_ppc64le",
"product": {
"name": "odf4/odf-rhel9-operator@sha256:cf81ea45b333424981129e464f1374739a4f309efdcb26b9f7df2df4d346c1a9_ppc64le",
"product_id": "odf4/odf-rhel9-operator@sha256:cf81ea45b333424981129e464f1374739a4f309efdcb26b9f7df2df4d346c1a9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256:cf81ea45b333424981129e464f1374739a4f309efdcb26b9f7df2df4d346c1a9?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-rhel9-operator\u0026tag=v4.16.0-23"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-prometheus-operator-bundle@sha256:0b08f6aba84c9f64b3253f5f23efaa0bba47be37f2582378509849b73db165e4_ppc64le",
"product": {
"name": "odf4/odf-prometheus-operator-bundle@sha256:0b08f6aba84c9f64b3253f5f23efaa0bba47be37f2582378509849b73db165e4_ppc64le",
"product_id": "odf4/odf-prometheus-operator-bundle@sha256:0b08f6aba84c9f64b3253f5f23efaa0bba47be37f2582378509849b73db165e4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-prometheus-operator-bundle@sha256:0b08f6aba84c9f64b3253f5f23efaa0bba47be37f2582378509849b73db165e4?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-prometheus-operator-bundle\u0026tag=v4.16.0-137"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-cluster-operator-bundle@sha256:1d89cd1a73d1bbd66988ce2224de39b799ecfa1cfe96d0ec2619ccc059c11d20_ppc64le",
"product": {
"name": "odf4/odr-cluster-operator-bundle@sha256:1d89cd1a73d1bbd66988ce2224de39b799ecfa1cfe96d0ec2619ccc059c11d20_ppc64le",
"product_id": "odf4/odr-cluster-operator-bundle@sha256:1d89cd1a73d1bbd66988ce2224de39b799ecfa1cfe96d0ec2619ccc059c11d20_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odr-cluster-operator-bundle@sha256:1d89cd1a73d1bbd66988ce2224de39b799ecfa1cfe96d0ec2619ccc059c11d20?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odr-cluster-operator-bundle\u0026tag=v4.16.0-137"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-hub-operator-bundle@sha256:cd38debd1e2088a81a31ac95eda219ad9d58d255ac0ed157a804837b00a87ac0_ppc64le",
"product": {
"name": "odf4/odr-hub-operator-bundle@sha256:cd38debd1e2088a81a31ac95eda219ad9d58d255ac0ed157a804837b00a87ac0_ppc64le",
"product_id": "odf4/odr-hub-operator-bundle@sha256:cd38debd1e2088a81a31ac95eda219ad9d58d255ac0ed157a804837b00a87ac0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odr-hub-operator-bundle@sha256:cd38debd1e2088a81a31ac95eda219ad9d58d255ac0ed157a804837b00a87ac0?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odr-hub-operator-bundle\u0026tag=v4.16.0-137"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-rhel9-operator@sha256:3452dc4a07cb296d2102f3fbc34865496dcd418f602dc117cb327893f6464e71_ppc64le",
"product": {
"name": "odf4/odr-rhel9-operator@sha256:3452dc4a07cb296d2102f3fbc34865496dcd418f602dc117cb327893f6464e71_ppc64le",
"product_id": "odf4/odr-rhel9-operator@sha256:3452dc4a07cb296d2102f3fbc34865496dcd418f602dc117cb327893f6464e71_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256:3452dc4a07cb296d2102f3fbc34865496dcd418f602dc117cb327893f6464e71?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odr-rhel9-operator\u0026tag=v4.16.0-47"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-recipe-operator-bundle@sha256:096d6e38c34c0c89e2b2e49d6c8b61acf9f88033d3b2814eefa62abee30d4993_ppc64le",
"product": {
"name": "odf4/odr-recipe-operator-bundle@sha256:096d6e38c34c0c89e2b2e49d6c8b61acf9f88033d3b2814eefa62abee30d4993_ppc64le",
"product_id": "odf4/odr-recipe-operator-bundle@sha256:096d6e38c34c0c89e2b2e49d6c8b61acf9f88033d3b2814eefa62abee30d4993_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odr-recipe-operator-bundle@sha256:096d6e38c34c0c89e2b2e49d6c8b61acf9f88033d3b2814eefa62abee30d4993?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odr-recipe-operator-bundle\u0026tag=v4.16.0-137"
}
}
},
{
"category": "product_version",
"name": "odf4/rook-ceph-operator-bundle@sha256:911c38bf283079dd024087bda48a37ddf0ec981da4589596565706e5dfcd6dad_ppc64le",
"product": {
"name": "odf4/rook-ceph-operator-bundle@sha256:911c38bf283079dd024087bda48a37ddf0ec981da4589596565706e5dfcd6dad_ppc64le",
"product_id": "odf4/rook-ceph-operator-bundle@sha256:911c38bf283079dd024087bda48a37ddf0ec981da4589596565706e5dfcd6dad_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-operator-bundle@sha256:911c38bf283079dd024087bda48a37ddf0ec981da4589596565706e5dfcd6dad?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/rook-ceph-operator-bundle\u0026tag=v4.16.0-137"
}
}
},
{
"category": "product_version",
"name": "odf4/rook-ceph-rhel9-operator@sha256:e1a7fd2bf349908c710237a1f832a4e161e049d09691d36c453bc8ddb0e0eebe_ppc64le",
"product": {
"name": "odf4/rook-ceph-rhel9-operator@sha256:e1a7fd2bf349908c710237a1f832a4e161e049d09691d36c453bc8ddb0e0eebe_ppc64le",
"product_id": "odf4/rook-ceph-rhel9-operator@sha256:e1a7fd2bf349908c710237a1f832a4e161e049d09691d36c453bc8ddb0e0eebe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-rhel9-operator@sha256:e1a7fd2bf349908c710237a1f832a4e161e049d09691d36c453bc8ddb0e0eebe?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/rook-ceph-rhel9-operator\u0026tag=v4.16.0-66"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "odf4/mcg-core-rhel9@sha256:5c2628c9c3de8ff9eaf6c727eaa2b4382741f21afeb4154329714b404fb4e1df_arm64",
"product": {
"name": "odf4/mcg-core-rhel9@sha256:5c2628c9c3de8ff9eaf6c727eaa2b4382741f21afeb4154329714b404fb4e1df_arm64",
"product_id": "odf4/mcg-core-rhel9@sha256:5c2628c9c3de8ff9eaf6c727eaa2b4382741f21afeb4154329714b404fb4e1df_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256:5c2628c9c3de8ff9eaf6c727eaa2b4382741f21afeb4154329714b404fb4e1df?arch=arm64\u0026repository_url=registry.redhat.io/odf4/mcg-core-rhel9\u0026tag=v4.16.0-60"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-rhel9-operator@sha256:968deb95e9fde6ba12565e3ef601bfc60551ac6ac7c122b2bdacea09b6574266_arm64",
"product": {
"name": "odf4/mcg-rhel9-operator@sha256:968deb95e9fde6ba12565e3ef601bfc60551ac6ac7c122b2bdacea09b6574266_arm64",
"product_id": "odf4/mcg-rhel9-operator@sha256:968deb95e9fde6ba12565e3ef601bfc60551ac6ac7c122b2bdacea09b6574266_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256:968deb95e9fde6ba12565e3ef601bfc60551ac6ac7c122b2bdacea09b6574266?arch=arm64\u0026repository_url=registry.redhat.io/odf4/mcg-rhel9-operator\u0026tag=v4.16.0-38"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-rhel9-operator@sha256:95a047d3be90468e15a9f246f8e0fbfd159f18f7a9841d07c75e6c3f30c7c80a_arm64",
"product": {
"name": "odf4/ocs-client-rhel9-operator@sha256:95a047d3be90468e15a9f246f8e0fbfd159f18f7a9841d07c75e6c3f30c7c80a_arm64",
"product_id": "odf4/ocs-client-rhel9-operator@sha256:95a047d3be90468e15a9f246f8e0fbfd159f18f7a9841d07c75e6c3f30c7c80a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256:95a047d3be90468e15a9f246f8e0fbfd159f18f7a9841d07c75e6c3f30c7c80a?arch=arm64\u0026repository_url=registry.redhat.io/odf4/ocs-client-rhel9-operator\u0026tag=v4.16.0-30"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-rhel9-operator@sha256:ab289e798f909cf238f410984b7388db2f0a20794a3d55a06031fd9771efeaf7_arm64",
"product": {
"name": "odf4/ocs-rhel9-operator@sha256:ab289e798f909cf238f410984b7388db2f0a20794a3d55a06031fd9771efeaf7_arm64",
"product_id": "odf4/ocs-rhel9-operator@sha256:ab289e798f909cf238f410984b7388db2f0a20794a3d55a06031fd9771efeaf7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256:ab289e798f909cf238f410984b7388db2f0a20794a3d55a06031fd9771efeaf7?arch=arm64\u0026repository_url=registry.redhat.io/odf4/ocs-rhel9-operator\u0026tag=v4.16.0-76"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-cli-rhel9@sha256:f518a439b56354f01a647d3c0550c909b42a879607982ce50bbbc0b6403a58f9_arm64",
"product": {
"name": "odf4/odf-cli-rhel9@sha256:f518a439b56354f01a647d3c0550c909b42a879607982ce50bbbc0b6403a58f9_arm64",
"product_id": "odf4/odf-cli-rhel9@sha256:f518a439b56354f01a647d3c0550c909b42a879607982ce50bbbc0b6403a58f9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-cli-rhel9@sha256:f518a439b56354f01a647d3c0550c909b42a879607982ce50bbbc0b6403a58f9?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-cli-rhel9\u0026tag=v4.16.0-44"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:8a090360648affdb24c12d7c2efaffc07bc21deb8b29f4ad3c12cf0a5ee6e19b_arm64",
"product": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:8a090360648affdb24c12d7c2efaffc07bc21deb8b29f4ad3c12cf0a5ee6e19b_arm64",
"product_id": "odf4/odf-csi-addons-rhel9-operator@sha256:8a090360648affdb24c12d7c2efaffc07bc21deb8b29f4ad3c12cf0a5ee6e19b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256:8a090360648affdb24c12d7c2efaffc07bc21deb8b29f4ad3c12cf0a5ee6e19b?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-rhel9-operator\u0026tag=v4.16.0-15"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:41064d2db3c4c1e651f2df89d6cd4a19027c6930edc6ab66b5535a2cd7f39f49_arm64",
"product": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:41064d2db3c4c1e651f2df89d6cd4a19027c6930edc6ab66b5535a2cd7f39f49_arm64",
"product_id": "odf4/odf-csi-addons-sidecar-rhel9@sha256:41064d2db3c4c1e651f2df89d6cd4a19027c6930edc6ab66b5535a2cd7f39f49_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256:41064d2db3c4c1e651f2df89d6cd4a19027c6930edc6ab66b5535a2cd7f39f49?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9\u0026tag=v4.16.0-15"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-rhel9-operator@sha256:36a0a82ab0c1e9d67d31aa8afe81bc1485541e3aefa221dbbc2a6822edfe8515_arm64",
"product": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:36a0a82ab0c1e9d67d31aa8afe81bc1485541e3aefa221dbbc2a6822edfe8515_arm64",
"product_id": "odf4/odf-multicluster-rhel9-operator@sha256:36a0a82ab0c1e9d67d31aa8afe81bc1485541e3aefa221dbbc2a6822edfe8515_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256:36a0a82ab0c1e9d67d31aa8afe81bc1485541e3aefa221dbbc2a6822edfe8515?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-rhel9-operator\u0026tag=v4.16.0-19"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-must-gather-rhel9@sha256:3dc59c38e0cde2c9974d3fa5a7ce1c9f98589a5aeb486fdc8a8e7717656522fe_arm64",
"product": {
"name": "odf4/odf-must-gather-rhel9@sha256:3dc59c38e0cde2c9974d3fa5a7ce1c9f98589a5aeb486fdc8a8e7717656522fe_arm64",
"product_id": "odf4/odf-must-gather-rhel9@sha256:3dc59c38e0cde2c9974d3fa5a7ce1c9f98589a5aeb486fdc8a8e7717656522fe_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256:3dc59c38e0cde2c9974d3fa5a7ce1c9f98589a5aeb486fdc8a8e7717656522fe?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-must-gather-rhel9\u0026tag=v4.16.0-23"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-rhel9-operator@sha256:dd9ca8286f54ba8e4151414afc65cbc4d619430676ab2735afc2a1e086b17921_arm64",
"product": {
"name": "odf4/odf-rhel9-operator@sha256:dd9ca8286f54ba8e4151414afc65cbc4d619430676ab2735afc2a1e086b17921_arm64",
"product_id": "odf4/odf-rhel9-operator@sha256:dd9ca8286f54ba8e4151414afc65cbc4d619430676ab2735afc2a1e086b17921_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256:dd9ca8286f54ba8e4151414afc65cbc4d619430676ab2735afc2a1e086b17921?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-rhel9-operator\u0026tag=v4.16.0-23"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-rhel9-operator@sha256:61fb5b6ebf9ee44b9271eb3526cb3175c9a135f86223e165c05b73a390f617ea_arm64",
"product": {
"name": "odf4/odr-rhel9-operator@sha256:61fb5b6ebf9ee44b9271eb3526cb3175c9a135f86223e165c05b73a390f617ea_arm64",
"product_id": "odf4/odr-rhel9-operator@sha256:61fb5b6ebf9ee44b9271eb3526cb3175c9a135f86223e165c05b73a390f617ea_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256:61fb5b6ebf9ee44b9271eb3526cb3175c9a135f86223e165c05b73a390f617ea?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odr-rhel9-operator\u0026tag=v4.16.0-47"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/cephcsi-rhel9@sha256:5fbef84c4a88ad4ea88a1b2232cc0d6630fa47c8e3ae874a485c971c6d5951b9_ppc64le as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:5fbef84c4a88ad4ea88a1b2232cc0d6630fa47c8e3ae874a485c971c6d5951b9_ppc64le"
},
"product_reference": "odf4/cephcsi-rhel9@sha256:5fbef84c4a88ad4ea88a1b2232cc0d6630fa47c8e3ae874a485c971c6d5951b9_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/cephcsi-rhel9@sha256:ac0c3a8d86539bc4668e1a6de82e1f8439a1fbbb17a3b4102cabf078f021b41f_amd64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:ac0c3a8d86539bc4668e1a6de82e1f8439a1fbbb17a3b4102cabf078f021b41f_amd64"
},
"product_reference": "odf4/cephcsi-rhel9@sha256:ac0c3a8d86539bc4668e1a6de82e1f8439a1fbbb17a3b4102cabf078f021b41f_amd64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/cephcsi-rhel9@sha256:c94f20ad65f5411c7cabafd574e52f2fcb52d2f917003ae71adc736028f962bf_s390x as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:c94f20ad65f5411c7cabafd574e52f2fcb52d2f917003ae71adc736028f962bf_s390x"
},
"product_reference": "odf4/cephcsi-rhel9@sha256:c94f20ad65f5411c7cabafd574e52f2fcb52d2f917003ae71adc736028f962bf_s390x",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-core-rhel9@sha256:088b9e19fc16a4fbb655b81ab1fbe78aa82ebce2ad5ad0df67fc8b361b4fe170_ppc64le as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:088b9e19fc16a4fbb655b81ab1fbe78aa82ebce2ad5ad0df67fc8b361b4fe170_ppc64le"
},
"product_reference": "odf4/mcg-core-rhel9@sha256:088b9e19fc16a4fbb655b81ab1fbe78aa82ebce2ad5ad0df67fc8b361b4fe170_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-core-rhel9@sha256:2c29d14c5d64f810cc68fdb894700819f5122a354d5cbb473cf73f517f5315e9_amd64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:2c29d14c5d64f810cc68fdb894700819f5122a354d5cbb473cf73f517f5315e9_amd64"
},
"product_reference": "odf4/mcg-core-rhel9@sha256:2c29d14c5d64f810cc68fdb894700819f5122a354d5cbb473cf73f517f5315e9_amd64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-core-rhel9@sha256:5c2628c9c3de8ff9eaf6c727eaa2b4382741f21afeb4154329714b404fb4e1df_arm64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:5c2628c9c3de8ff9eaf6c727eaa2b4382741f21afeb4154329714b404fb4e1df_arm64"
},
"product_reference": "odf4/mcg-core-rhel9@sha256:5c2628c9c3de8ff9eaf6c727eaa2b4382741f21afeb4154329714b404fb4e1df_arm64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-core-rhel9@sha256:f4a85d993ae326570a5e4dd8bdf9e5cec586c2f8b55a962940457f39787d6af8_s390x as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:f4a85d993ae326570a5e4dd8bdf9e5cec586c2f8b55a962940457f39787d6af8_s390x"
},
"product_reference": "odf4/mcg-core-rhel9@sha256:f4a85d993ae326570a5e4dd8bdf9e5cec586c2f8b55a962940457f39787d6af8_s390x",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-operator-bundle@sha256:061fc659ec847d38201a7b049b813df1fddac1e97d2caddaaac3d91d5e05fd46_amd64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:061fc659ec847d38201a7b049b813df1fddac1e97d2caddaaac3d91d5e05fd46_amd64"
},
"product_reference": "odf4/mcg-operator-bundle@sha256:061fc659ec847d38201a7b049b813df1fddac1e97d2caddaaac3d91d5e05fd46_amd64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-operator-bundle@sha256:3cc0e4ec3f46d066bfc5546a2efdab3a44aa38f2d6dc961509bee8f7f9cb5ddb_s390x as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:3cc0e4ec3f46d066bfc5546a2efdab3a44aa38f2d6dc961509bee8f7f9cb5ddb_s390x"
},
"product_reference": "odf4/mcg-operator-bundle@sha256:3cc0e4ec3f46d066bfc5546a2efdab3a44aa38f2d6dc961509bee8f7f9cb5ddb_s390x",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-operator-bundle@sha256:7c00300daa75158d7a406317be71f2a8932a613b769144ae92a5ae225f4feb1e_ppc64le as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:7c00300daa75158d7a406317be71f2a8932a613b769144ae92a5ae225f4feb1e_ppc64le"
},
"product_reference": "odf4/mcg-operator-bundle@sha256:7c00300daa75158d7a406317be71f2a8932a613b769144ae92a5ae225f4feb1e_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-rhel9-operator@sha256:193a773d4f1ed8ec6097579507dddd3863301ec546e325e38b5290235f06c802_ppc64le as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:193a773d4f1ed8ec6097579507dddd3863301ec546e325e38b5290235f06c802_ppc64le"
},
"product_reference": "odf4/mcg-rhel9-operator@sha256:193a773d4f1ed8ec6097579507dddd3863301ec546e325e38b5290235f06c802_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-rhel9-operator@sha256:968deb95e9fde6ba12565e3ef601bfc60551ac6ac7c122b2bdacea09b6574266_arm64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:968deb95e9fde6ba12565e3ef601bfc60551ac6ac7c122b2bdacea09b6574266_arm64"
},
"product_reference": "odf4/mcg-rhel9-operator@sha256:968deb95e9fde6ba12565e3ef601bfc60551ac6ac7c122b2bdacea09b6574266_arm64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-rhel9-operator@sha256:d608a1d128733b31b552d8410c1d95cb740646cea32b79ee401d2de178e08ca9_amd64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:d608a1d128733b31b552d8410c1d95cb740646cea32b79ee401d2de178e08ca9_amd64"
},
"product_reference": "odf4/mcg-rhel9-operator@sha256:d608a1d128733b31b552d8410c1d95cb740646cea32b79ee401d2de178e08ca9_amd64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-rhel9-operator@sha256:f717a955a7ca2c3b1eac84e4b192ab38dcf1e98f6baea0ef592071c60f389bd1_s390x as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:f717a955a7ca2c3b1eac84e4b192ab38dcf1e98f6baea0ef592071c60f389bd1_s390x"
},
"product_reference": "odf4/mcg-rhel9-operator@sha256:f717a955a7ca2c3b1eac84e4b192ab38dcf1e98f6baea0ef592071c60f389bd1_s390x",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-console-rhel9@sha256:46486b7e3b087bfec9c7b0dd4547af1190cee2be55dee7400ec90e6dc4b434f4_amd64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:46486b7e3b087bfec9c7b0dd4547af1190cee2be55dee7400ec90e6dc4b434f4_amd64"
},
"product_reference": "odf4/ocs-client-console-rhel9@sha256:46486b7e3b087bfec9c7b0dd4547af1190cee2be55dee7400ec90e6dc4b434f4_amd64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-console-rhel9@sha256:a20b4235cee3193794be549c645164c2811a044498a777591437ff440264a7da_ppc64le as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a20b4235cee3193794be549c645164c2811a044498a777591437ff440264a7da_ppc64le"
},
"product_reference": "odf4/ocs-client-console-rhel9@sha256:a20b4235cee3193794be549c645164c2811a044498a777591437ff440264a7da_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-console-rhel9@sha256:a552dbccf217e8deaec318bcaf9b40877d3be1e88d091ae1684959f48367e0f2_s390x as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a552dbccf217e8deaec318bcaf9b40877d3be1e88d091ae1684959f48367e0f2_s390x"
},
"product_reference": "odf4/ocs-client-console-rhel9@sha256:a552dbccf217e8deaec318bcaf9b40877d3be1e88d091ae1684959f48367e0f2_s390x",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-operator-bundle@sha256:8f650cf5915d5b7a15931e4a11d7c6be43d16068132f4cb4ef3e0c3e3cfbc17c_amd64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:8f650cf5915d5b7a15931e4a11d7c6be43d16068132f4cb4ef3e0c3e3cfbc17c_amd64"
},
"product_reference": "odf4/ocs-client-operator-bundle@sha256:8f650cf5915d5b7a15931e4a11d7c6be43d16068132f4cb4ef3e0c3e3cfbc17c_amd64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-operator-bundle@sha256:978017d3524aded83f4c63710e0b10dc2a453a22b5bc9ef801c7e70ac13aee40_s390x as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:978017d3524aded83f4c63710e0b10dc2a453a22b5bc9ef801c7e70ac13aee40_s390x"
},
"product_reference": "odf4/ocs-client-operator-bundle@sha256:978017d3524aded83f4c63710e0b10dc2a453a22b5bc9ef801c7e70ac13aee40_s390x",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-operator-bundle@sha256:9c3b15da5ddf22af93ae1617329ef41fddb4e6c00bbf9ea12567c4fc2c14cfdf_ppc64le as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:9c3b15da5ddf22af93ae1617329ef41fddb4e6c00bbf9ea12567c4fc2c14cfdf_ppc64le"
},
"product_reference": "odf4/ocs-client-operator-bundle@sha256:9c3b15da5ddf22af93ae1617329ef41fddb4e6c00bbf9ea12567c4fc2c14cfdf_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-rhel9-operator@sha256:41c7883aafc2938852f5920ac2a178e1b0f39e0acdb817678696adec90fa2686_amd64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:41c7883aafc2938852f5920ac2a178e1b0f39e0acdb817678696adec90fa2686_amd64"
},
"product_reference": "odf4/ocs-client-rhel9-operator@sha256:41c7883aafc2938852f5920ac2a178e1b0f39e0acdb817678696adec90fa2686_amd64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-rhel9-operator@sha256:95a047d3be90468e15a9f246f8e0fbfd159f18f7a9841d07c75e6c3f30c7c80a_arm64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:95a047d3be90468e15a9f246f8e0fbfd159f18f7a9841d07c75e6c3f30c7c80a_arm64"
},
"product_reference": "odf4/ocs-client-rhel9-operator@sha256:95a047d3be90468e15a9f246f8e0fbfd159f18f7a9841d07c75e6c3f30c7c80a_arm64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-rhel9-operator@sha256:d383069c5e89e051a15e95e61e9bd5197edf4f91fde60df8b8ed7d4e8269452e_ppc64le as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:d383069c5e89e051a15e95e61e9bd5197edf4f91fde60df8b8ed7d4e8269452e_ppc64le"
},
"product_reference": "odf4/ocs-client-rhel9-operator@sha256:d383069c5e89e051a15e95e61e9bd5197edf4f91fde60df8b8ed7d4e8269452e_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-rhel9-operator@sha256:f2ab9f9eb9e502f0d78b32159dfc5aeae77ec9698ed3a2aeecd184407388f1e3_s390x as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:f2ab9f9eb9e502f0d78b32159dfc5aeae77ec9698ed3a2aeecd184407388f1e3_s390x"
},
"product_reference": "odf4/ocs-client-rhel9-operator@sha256:f2ab9f9eb9e502f0d78b32159dfc5aeae77ec9698ed3a2aeecd184407388f1e3_s390x",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:38d7fe0b8fa164df79d08fe2d20af60d7530e2691e7d4f183d71f138a00a128e_ppc64le as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:38d7fe0b8fa164df79d08fe2d20af60d7530e2691e7d4f183d71f138a00a128e_ppc64le"
},
"product_reference": "odf4/ocs-metrics-exporter-rhel9@sha256:38d7fe0b8fa164df79d08fe2d20af60d7530e2691e7d4f183d71f138a00a128e_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:a8f0e209e62e02a20648f982360e5b5ec7e62c294b4f7eb7df53ccd0bb750008_s390x as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:a8f0e209e62e02a20648f982360e5b5ec7e62c294b4f7eb7df53ccd0bb750008_s390x"
},
"product_reference": "odf4/ocs-metrics-exporter-rhel9@sha256:a8f0e209e62e02a20648f982360e5b5ec7e62c294b4f7eb7df53ccd0bb750008_s390x",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:cd6bbc33a59480c1c504a88f86ca4bb51de037db3c993581d18ee7e887c96dcc_amd64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:cd6bbc33a59480c1c504a88f86ca4bb51de037db3c993581d18ee7e887c96dcc_amd64"
},
"product_reference": "odf4/ocs-metrics-exporter-rhel9@sha256:cd6bbc33a59480c1c504a88f86ca4bb51de037db3c993581d18ee7e887c96dcc_amd64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-operator-bundle@sha256:2bd43ed14d916a13f2d631f8dc350313c47619033134463399d76e77688f4c2e_amd64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:2bd43ed14d916a13f2d631f8dc350313c47619033134463399d76e77688f4c2e_amd64"
},
"product_reference": "odf4/ocs-operator-bundle@sha256:2bd43ed14d916a13f2d631f8dc350313c47619033134463399d76e77688f4c2e_amd64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-operator-bundle@sha256:92c7cf4ce69644ffa955c78b1e18aab5f9c3a843f889703a326ea9e6697455af_s390x as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:92c7cf4ce69644ffa955c78b1e18aab5f9c3a843f889703a326ea9e6697455af_s390x"
},
"product_reference": "odf4/ocs-operator-bundle@sha256:92c7cf4ce69644ffa955c78b1e18aab5f9c3a843f889703a326ea9e6697455af_s390x",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-operator-bundle@sha256:e1abb6a3be342350f7b3f641f9e036e2bd998e5fd6bd215730f3d39526e1d16f_ppc64le as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:e1abb6a3be342350f7b3f641f9e036e2bd998e5fd6bd215730f3d39526e1d16f_ppc64le"
},
"product_reference": "odf4/ocs-operator-bundle@sha256:e1abb6a3be342350f7b3f641f9e036e2bd998e5fd6bd215730f3d39526e1d16f_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-rhel9-operator@sha256:a714121fa385acb6fe75bb74f402be8cf6da85372fd4a34abfbb9b546782e9c0_amd64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a714121fa385acb6fe75bb74f402be8cf6da85372fd4a34abfbb9b546782e9c0_amd64"
},
"product_reference": "odf4/ocs-rhel9-operator@sha256:a714121fa385acb6fe75bb74f402be8cf6da85372fd4a34abfbb9b546782e9c0_amd64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-rhel9-operator@sha256:a9cdb157400f7826b8c5075591d26dd9e25628e94189de3b90c8e9389e3181ed_ppc64le as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a9cdb157400f7826b8c5075591d26dd9e25628e94189de3b90c8e9389e3181ed_ppc64le"
},
"product_reference": "odf4/ocs-rhel9-operator@sha256:a9cdb157400f7826b8c5075591d26dd9e25628e94189de3b90c8e9389e3181ed_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-rhel9-operator@sha256:ab289e798f909cf238f410984b7388db2f0a20794a3d55a06031fd9771efeaf7_arm64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:ab289e798f909cf238f410984b7388db2f0a20794a3d55a06031fd9771efeaf7_arm64"
},
"product_reference": "odf4/ocs-rhel9-operator@sha256:ab289e798f909cf238f410984b7388db2f0a20794a3d55a06031fd9771efeaf7_arm64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-rhel9-operator@sha256:f5e5b787848d5838aaaeb58e3b8836ff67b4fcf9a2d3c9d19f27e06818fdf295_s390x as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:f5e5b787848d5838aaaeb58e3b8836ff67b4fcf9a2d3c9d19f27e06818fdf295_s390x"
},
"product_reference": "odf4/ocs-rhel9-operator@sha256:f5e5b787848d5838aaaeb58e3b8836ff67b4fcf9a2d3c9d19f27e06818fdf295_s390x",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-cli-rhel9@sha256:4b79f14a1d5130673921c4d711c0b919377307dd6d76d14386f9f83a5e1b4ecd_ppc64le as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:4b79f14a1d5130673921c4d711c0b919377307dd6d76d14386f9f83a5e1b4ecd_ppc64le"
},
"product_reference": "odf4/odf-cli-rhel9@sha256:4b79f14a1d5130673921c4d711c0b919377307dd6d76d14386f9f83a5e1b4ecd_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-cli-rhel9@sha256:60ca8f2d341b1f1a09710a37c40f4c803c6b1b2d09fc1a7f53f9a979ad6643d6_s390x as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:60ca8f2d341b1f1a09710a37c40f4c803c6b1b2d09fc1a7f53f9a979ad6643d6_s390x"
},
"product_reference": "odf4/odf-cli-rhel9@sha256:60ca8f2d341b1f1a09710a37c40f4c803c6b1b2d09fc1a7f53f9a979ad6643d6_s390x",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-cli-rhel9@sha256:92bd51fa0a6ee62be70dda32f5d922e70f4aea630b70bc7b5b74d0bf3c1d3a66_amd64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:92bd51fa0a6ee62be70dda32f5d922e70f4aea630b70bc7b5b74d0bf3c1d3a66_amd64"
},
"product_reference": "odf4/odf-cli-rhel9@sha256:92bd51fa0a6ee62be70dda32f5d922e70f4aea630b70bc7b5b74d0bf3c1d3a66_amd64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-cli-rhel9@sha256:f518a439b56354f01a647d3c0550c909b42a879607982ce50bbbc0b6403a58f9_arm64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:f518a439b56354f01a647d3c0550c909b42a879607982ce50bbbc0b6403a58f9_arm64"
},
"product_reference": "odf4/odf-cli-rhel9@sha256:f518a439b56354f01a647d3c0550c909b42a879607982ce50bbbc0b6403a58f9_arm64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-console-rhel9@sha256:5700bc3e6aadfa1890bb81bcc70f0ef026b5bd0d38f1e4bd35d04d5ceee7808d_ppc64le as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5700bc3e6aadfa1890bb81bcc70f0ef026b5bd0d38f1e4bd35d04d5ceee7808d_ppc64le"
},
"product_reference": "odf4/odf-console-rhel9@sha256:5700bc3e6aadfa1890bb81bcc70f0ef026b5bd0d38f1e4bd35d04d5ceee7808d_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-console-rhel9@sha256:5972ba4c75e54f1670ec5ffb0a5a749a6992967ea0dd6e5d442019fa64dc1515_s390x as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5972ba4c75e54f1670ec5ffb0a5a749a6992967ea0dd6e5d442019fa64dc1515_s390x"
},
"product_reference": "odf4/odf-console-rhel9@sha256:5972ba4c75e54f1670ec5ffb0a5a749a6992967ea0dd6e5d442019fa64dc1515_s390x",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-console-rhel9@sha256:67108dd96a553925f2759cc5359447315aff09e7628a8228e71b04a8dee25f63_amd64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:67108dd96a553925f2759cc5359447315aff09e7628a8228e71b04a8dee25f63_amd64"
},
"product_reference": "odf4/odf-console-rhel9@sha256:67108dd96a553925f2759cc5359447315aff09e7628a8228e71b04a8dee25f63_amd64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:43334d92af32e97a11691d0fa7069746d59d6f73a0a2c0b97bbbfdc7937f117a_ppc64le as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:43334d92af32e97a11691d0fa7069746d59d6f73a0a2c0b97bbbfdc7937f117a_ppc64le"
},
"product_reference": "odf4/odf-cosi-sidecar-rhel9@sha256:43334d92af32e97a11691d0fa7069746d59d6f73a0a2c0b97bbbfdc7937f117a_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:8512465ad8828593d0f4b6d4208a6c60a0f297f70ef26a0c4c874f6ddf4798d2_s390x as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8512465ad8828593d0f4b6d4208a6c60a0f297f70ef26a0c4c874f6ddf4798d2_s390x"
},
"product_reference": "odf4/odf-cosi-sidecar-rhel9@sha256:8512465ad8828593d0f4b6d4208a6c60a0f297f70ef26a0c4c874f6ddf4798d2_s390x",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:8b0583cf72b39299e6769f9c9fdc4321b7e384405aec8d1519d4ea5ac060fd05_amd64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8b0583cf72b39299e6769f9c9fdc4321b7e384405aec8d1519d4ea5ac060fd05_amd64"
},
"product_reference": "odf4/odf-cosi-sidecar-rhel9@sha256:8b0583cf72b39299e6769f9c9fdc4321b7e384405aec8d1519d4ea5ac060fd05_amd64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-operator-bundle@sha256:ab568f027f842174927e1ccc7ca00448068e9241f40f53034d9ba74aaf062aa1_s390x as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:ab568f027f842174927e1ccc7ca00448068e9241f40f53034d9ba74aaf062aa1_s390x"
},
"product_reference": "odf4/odf-csi-addons-operator-bundle@sha256:ab568f027f842174927e1ccc7ca00448068e9241f40f53034d9ba74aaf062aa1_s390x",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-operator-bundle@sha256:c4b5c7247825d7265f83ae5fb5e8a0f62fbb69cdbaf535d0d83320b817d7ef48_ppc64le as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:c4b5c7247825d7265f83ae5fb5e8a0f62fbb69cdbaf535d0d83320b817d7ef48_ppc64le"
},
"product_reference": "odf4/odf-csi-addons-operator-bundle@sha256:c4b5c7247825d7265f83ae5fb5e8a0f62fbb69cdbaf535d0d83320b817d7ef48_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-operator-bundle@sha256:cf07146641dab9fe090c2b44d8f533375a5d04b8fcdedb42f75f10916b5b6ba6_amd64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:cf07146641dab9fe090c2b44d8f533375a5d04b8fcdedb42f75f10916b5b6ba6_amd64"
},
"product_reference": "odf4/odf-csi-addons-operator-bundle@sha256:cf07146641dab9fe090c2b44d8f533375a5d04b8fcdedb42f75f10916b5b6ba6_amd64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:3a4ec2b8d194134fc4a3cb9077306ba71eaef4e4544177f590c73ae7e40d490b_s390x as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:3a4ec2b8d194134fc4a3cb9077306ba71eaef4e4544177f590c73ae7e40d490b_s390x"
},
"product_reference": "odf4/odf-csi-addons-rhel9-operator@sha256:3a4ec2b8d194134fc4a3cb9077306ba71eaef4e4544177f590c73ae7e40d490b_s390x",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:87e2d4e45b3d308e6937791d906c277df67c45321c7b760cca528f36e68d263d_amd64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:87e2d4e45b3d308e6937791d906c277df67c45321c7b760cca528f36e68d263d_amd64"
},
"product_reference": "odf4/odf-csi-addons-rhel9-operator@sha256:87e2d4e45b3d308e6937791d906c277df67c45321c7b760cca528f36e68d263d_amd64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:8a090360648affdb24c12d7c2efaffc07bc21deb8b29f4ad3c12cf0a5ee6e19b_arm64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:8a090360648affdb24c12d7c2efaffc07bc21deb8b29f4ad3c12cf0a5ee6e19b_arm64"
},
"product_reference": "odf4/odf-csi-addons-rhel9-operator@sha256:8a090360648affdb24c12d7c2efaffc07bc21deb8b29f4ad3c12cf0a5ee6e19b_arm64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:aff1de5e9ad24bbfacda0bf34bb6b28d27c3f9ce646ed53e93b4c87eb0bda93c_ppc64le as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:aff1de5e9ad24bbfacda0bf34bb6b28d27c3f9ce646ed53e93b4c87eb0bda93c_ppc64le"
},
"product_reference": "odf4/odf-csi-addons-rhel9-operator@sha256:aff1de5e9ad24bbfacda0bf34bb6b28d27c3f9ce646ed53e93b4c87eb0bda93c_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:162f35a85baabd9055c53717463c908247769a9bf617a4b457adf398d2e972be_amd64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:162f35a85baabd9055c53717463c908247769a9bf617a4b457adf398d2e972be_amd64"
},
"product_reference": "odf4/odf-csi-addons-sidecar-rhel9@sha256:162f35a85baabd9055c53717463c908247769a9bf617a4b457adf398d2e972be_amd64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:272f038ebe7fd778c6c24dcc27524f3aa807465576177681b8b80a6adb32be99_ppc64le as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:272f038ebe7fd778c6c24dcc27524f3aa807465576177681b8b80a6adb32be99_ppc64le"
},
"product_reference": "odf4/odf-csi-addons-sidecar-rhel9@sha256:272f038ebe7fd778c6c24dcc27524f3aa807465576177681b8b80a6adb32be99_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:41064d2db3c4c1e651f2df89d6cd4a19027c6930edc6ab66b5535a2cd7f39f49_arm64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:41064d2db3c4c1e651f2df89d6cd4a19027c6930edc6ab66b5535a2cd7f39f49_arm64"
},
"product_reference": "odf4/odf-csi-addons-sidecar-rhel9@sha256:41064d2db3c4c1e651f2df89d6cd4a19027c6930edc6ab66b5535a2cd7f39f49_arm64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:859301df4f104e3d36efc2446929c86805e586c3c5ac07548d0277442d5df6ca_s390x as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:859301df4f104e3d36efc2446929c86805e586c3c5ac07548d0277442d5df6ca_s390x"
},
"product_reference": "odf4/odf-csi-addons-sidecar-rhel9@sha256:859301df4f104e3d36efc2446929c86805e586c3c5ac07548d0277442d5df6ca_s390x",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-console-rhel9@sha256:2ca34569661d388d50cc0e9f5949ea7a404ceb266981855b3251c329dab88e11_s390x as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:2ca34569661d388d50cc0e9f5949ea7a404ceb266981855b3251c329dab88e11_s390x"
},
"product_reference": "odf4/odf-multicluster-console-rhel9@sha256:2ca34569661d388d50cc0e9f5949ea7a404ceb266981855b3251c329dab88e11_s390x",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-console-rhel9@sha256:d77cb43b5019248b790134edc980d7fb260c4dcb884f8e54d27c33b876a5f897_ppc64le as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:d77cb43b5019248b790134edc980d7fb260c4dcb884f8e54d27c33b876a5f897_ppc64le"
},
"product_reference": "odf4/odf-multicluster-console-rhel9@sha256:d77cb43b5019248b790134edc980d7fb260c4dcb884f8e54d27c33b876a5f897_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-console-rhel9@sha256:f9f73b9781288b1a52b06edb752efc9475a315e1dd9a445e28cc47d571762cfc_amd64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:f9f73b9781288b1a52b06edb752efc9475a315e1dd9a445e28cc47d571762cfc_amd64"
},
"product_reference": "odf4/odf-multicluster-console-rhel9@sha256:f9f73b9781288b1a52b06edb752efc9475a315e1dd9a445e28cc47d571762cfc_amd64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-operator-bundle@sha256:1ab09e10bfe23ed2e08513d887bd36c4bed003d6bcb7f1885364ef5a606ec010_amd64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:1ab09e10bfe23ed2e08513d887bd36c4bed003d6bcb7f1885364ef5a606ec010_amd64"
},
"product_reference": "odf4/odf-multicluster-operator-bundle@sha256:1ab09e10bfe23ed2e08513d887bd36c4bed003d6bcb7f1885364ef5a606ec010_amd64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-operator-bundle@sha256:9a42214d500a600785bb9a7bdd5b9580a5f8cfbf16980eb48bde3ae4ce855f3c_s390x as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:9a42214d500a600785bb9a7bdd5b9580a5f8cfbf16980eb48bde3ae4ce855f3c_s390x"
},
"product_reference": "odf4/odf-multicluster-operator-bundle@sha256:9a42214d500a600785bb9a7bdd5b9580a5f8cfbf16980eb48bde3ae4ce855f3c_s390x",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-operator-bundle@sha256:e87b8be96be2c5042af949785dd0c543e28d9432914a9543b08fd38d4a1e11ff_ppc64le as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:e87b8be96be2c5042af949785dd0c543e28d9432914a9543b08fd38d4a1e11ff_ppc64le"
},
"product_reference": "odf4/odf-multicluster-operator-bundle@sha256:e87b8be96be2c5042af949785dd0c543e28d9432914a9543b08fd38d4a1e11ff_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:2eb40b0c565a4d150229ab504adfb2e0a2b4a5b25ff8ccb690e6d2dcae3bf424_amd64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:2eb40b0c565a4d150229ab504adfb2e0a2b4a5b25ff8ccb690e6d2dcae3bf424_amd64"
},
"product_reference": "odf4/odf-multicluster-rhel9-operator@sha256:2eb40b0c565a4d150229ab504adfb2e0a2b4a5b25ff8ccb690e6d2dcae3bf424_amd64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:36a0a82ab0c1e9d67d31aa8afe81bc1485541e3aefa221dbbc2a6822edfe8515_arm64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:36a0a82ab0c1e9d67d31aa8afe81bc1485541e3aefa221dbbc2a6822edfe8515_arm64"
},
"product_reference": "odf4/odf-multicluster-rhel9-operator@sha256:36a0a82ab0c1e9d67d31aa8afe81bc1485541e3aefa221dbbc2a6822edfe8515_arm64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:8a8f7e1126adc73d210cdf8454c64356e2229e3aefc5bb4ba5a8bc7755a5d469_s390x as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:8a8f7e1126adc73d210cdf8454c64356e2229e3aefc5bb4ba5a8bc7755a5d469_s390x"
},
"product_reference": "odf4/odf-multicluster-rhel9-operator@sha256:8a8f7e1126adc73d210cdf8454c64356e2229e3aefc5bb4ba5a8bc7755a5d469_s390x",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:ef3d403c990fa7f2af167a123af043970cadc00b78b454b93dd9a4bca2699d2b_ppc64le as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:ef3d403c990fa7f2af167a123af043970cadc00b78b454b93dd9a4bca2699d2b_ppc64le"
},
"product_reference": "odf4/odf-multicluster-rhel9-operator@sha256:ef3d403c990fa7f2af167a123af043970cadc00b78b454b93dd9a4bca2699d2b_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-must-gather-rhel9@sha256:0ee210a535f1f11de40e1a0ee55a10855ce13c09dab9791ee4d35c59949ca934_ppc64le as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:0ee210a535f1f11de40e1a0ee55a10855ce13c09dab9791ee4d35c59949ca934_ppc64le"
},
"product_reference": "odf4/odf-must-gather-rhel9@sha256:0ee210a535f1f11de40e1a0ee55a10855ce13c09dab9791ee4d35c59949ca934_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-must-gather-rhel9@sha256:3dc59c38e0cde2c9974d3fa5a7ce1c9f98589a5aeb486fdc8a8e7717656522fe_arm64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:3dc59c38e0cde2c9974d3fa5a7ce1c9f98589a5aeb486fdc8a8e7717656522fe_arm64"
},
"product_reference": "odf4/odf-must-gather-rhel9@sha256:3dc59c38e0cde2c9974d3fa5a7ce1c9f98589a5aeb486fdc8a8e7717656522fe_arm64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-must-gather-rhel9@sha256:44c6bb264bbbd0ad67978dd2b4e01c530e653baf14b15f8a1eddff675fa760bd_amd64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:44c6bb264bbbd0ad67978dd2b4e01c530e653baf14b15f8a1eddff675fa760bd_amd64"
},
"product_reference": "odf4/odf-must-gather-rhel9@sha256:44c6bb264bbbd0ad67978dd2b4e01c530e653baf14b15f8a1eddff675fa760bd_amd64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-must-gather-rhel9@sha256:631643362d4345fdefb3fb34416ca09626b634c92fde970e1494a95fe5bdfc87_s390x as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:631643362d4345fdefb3fb34416ca09626b634c92fde970e1494a95fe5bdfc87_s390x"
},
"product_reference": "odf4/odf-must-gather-rhel9@sha256:631643362d4345fdefb3fb34416ca09626b634c92fde970e1494a95fe5bdfc87_s390x",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-operator-bundle@sha256:21c8ba4e41692cc24ce0127b4198413183451eff19a461941e9efb6bd140bfb4_ppc64le as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:21c8ba4e41692cc24ce0127b4198413183451eff19a461941e9efb6bd140bfb4_ppc64le"
},
"product_reference": "odf4/odf-operator-bundle@sha256:21c8ba4e41692cc24ce0127b4198413183451eff19a461941e9efb6bd140bfb4_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-operator-bundle@sha256:24d9bcb0da6e061f9de31768e94b660f955323e130f7eb0fc9e8746c1709d3f8_s390x as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:24d9bcb0da6e061f9de31768e94b660f955323e130f7eb0fc9e8746c1709d3f8_s390x"
},
"product_reference": "odf4/odf-operator-bundle@sha256:24d9bcb0da6e061f9de31768e94b660f955323e130f7eb0fc9e8746c1709d3f8_s390x",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-operator-bundle@sha256:8ef36128140b9a90403fb672178d07be7fd16ddf9809ec628a693e0e2dd6d4a9_amd64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:8ef36128140b9a90403fb672178d07be7fd16ddf9809ec628a693e0e2dd6d4a9_amd64"
},
"product_reference": "odf4/odf-operator-bundle@sha256:8ef36128140b9a90403fb672178d07be7fd16ddf9809ec628a693e0e2dd6d4a9_amd64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-prometheus-operator-bundle@sha256:078bd92b92c28c3899986f4c6755950f3de044ca6b7214353cc0e84d2a67d570_amd64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:078bd92b92c28c3899986f4c6755950f3de044ca6b7214353cc0e84d2a67d570_amd64"
},
"product_reference": "odf4/odf-prometheus-operator-bundle@sha256:078bd92b92c28c3899986f4c6755950f3de044ca6b7214353cc0e84d2a67d570_amd64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-prometheus-operator-bundle@sha256:0b08f6aba84c9f64b3253f5f23efaa0bba47be37f2582378509849b73db165e4_ppc64le as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:0b08f6aba84c9f64b3253f5f23efaa0bba47be37f2582378509849b73db165e4_ppc64le"
},
"product_reference": "odf4/odf-prometheus-operator-bundle@sha256:0b08f6aba84c9f64b3253f5f23efaa0bba47be37f2582378509849b73db165e4_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-prometheus-operator-bundle@sha256:64ca1e84e10bbc7522da216e4965658e06c540fce8c18f2976dab5c3236ea256_s390x as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:64ca1e84e10bbc7522da216e4965658e06c540fce8c18f2976dab5c3236ea256_s390x"
},
"product_reference": "odf4/odf-prometheus-operator-bundle@sha256:64ca1e84e10bbc7522da216e4965658e06c540fce8c18f2976dab5c3236ea256_s390x",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-rhel9-operator@sha256:0976ab8ba60319bf9ef20503de0fa249055e18a82ab36113affe7ad177b3f187_s390x as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0976ab8ba60319bf9ef20503de0fa249055e18a82ab36113affe7ad177b3f187_s390x"
},
"product_reference": "odf4/odf-rhel9-operator@sha256:0976ab8ba60319bf9ef20503de0fa249055e18a82ab36113affe7ad177b3f187_s390x",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-rhel9-operator@sha256:1d7f610fea74bb30b0276aa40556d9c03762c10f3bb71618afb5e6f5af718688_amd64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:1d7f610fea74bb30b0276aa40556d9c03762c10f3bb71618afb5e6f5af718688_amd64"
},
"product_reference": "odf4/odf-rhel9-operator@sha256:1d7f610fea74bb30b0276aa40556d9c03762c10f3bb71618afb5e6f5af718688_amd64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-rhel9-operator@sha256:cf81ea45b333424981129e464f1374739a4f309efdcb26b9f7df2df4d346c1a9_ppc64le as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:cf81ea45b333424981129e464f1374739a4f309efdcb26b9f7df2df4d346c1a9_ppc64le"
},
"product_reference": "odf4/odf-rhel9-operator@sha256:cf81ea45b333424981129e464f1374739a4f309efdcb26b9f7df2df4d346c1a9_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-rhel9-operator@sha256:dd9ca8286f54ba8e4151414afc65cbc4d619430676ab2735afc2a1e086b17921_arm64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:dd9ca8286f54ba8e4151414afc65cbc4d619430676ab2735afc2a1e086b17921_arm64"
},
"product_reference": "odf4/odf-rhel9-operator@sha256:dd9ca8286f54ba8e4151414afc65cbc4d619430676ab2735afc2a1e086b17921_arm64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-cluster-operator-bundle@sha256:1d89cd1a73d1bbd66988ce2224de39b799ecfa1cfe96d0ec2619ccc059c11d20_ppc64le as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:1d89cd1a73d1bbd66988ce2224de39b799ecfa1cfe96d0ec2619ccc059c11d20_ppc64le"
},
"product_reference": "odf4/odr-cluster-operator-bundle@sha256:1d89cd1a73d1bbd66988ce2224de39b799ecfa1cfe96d0ec2619ccc059c11d20_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-cluster-operator-bundle@sha256:efdcf383abcb962ea0fdb92a9fa31f60a150a2c48174303881b550e5d9dec6f7_s390x as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:efdcf383abcb962ea0fdb92a9fa31f60a150a2c48174303881b550e5d9dec6f7_s390x"
},
"product_reference": "odf4/odr-cluster-operator-bundle@sha256:efdcf383abcb962ea0fdb92a9fa31f60a150a2c48174303881b550e5d9dec6f7_s390x",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-cluster-operator-bundle@sha256:f500d5f16ea39d262ad4c52a9be03953e6e7ffa0f4349860976c41a70d8bb0e5_amd64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:f500d5f16ea39d262ad4c52a9be03953e6e7ffa0f4349860976c41a70d8bb0e5_amd64"
},
"product_reference": "odf4/odr-cluster-operator-bundle@sha256:f500d5f16ea39d262ad4c52a9be03953e6e7ffa0f4349860976c41a70d8bb0e5_amd64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-hub-operator-bundle@sha256:491a5b629d9777815ee6d28356cf82a7fd7939f2a39e65ae833440af1831b1db_s390x as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:491a5b629d9777815ee6d28356cf82a7fd7939f2a39e65ae833440af1831b1db_s390x"
},
"product_reference": "odf4/odr-hub-operator-bundle@sha256:491a5b629d9777815ee6d28356cf82a7fd7939f2a39e65ae833440af1831b1db_s390x",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-hub-operator-bundle@sha256:80f47a30616834100466219c9e4d8c67fcef9554b2075c2bf81905c86b03d46b_amd64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:80f47a30616834100466219c9e4d8c67fcef9554b2075c2bf81905c86b03d46b_amd64"
},
"product_reference": "odf4/odr-hub-operator-bundle@sha256:80f47a30616834100466219c9e4d8c67fcef9554b2075c2bf81905c86b03d46b_amd64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-hub-operator-bundle@sha256:cd38debd1e2088a81a31ac95eda219ad9d58d255ac0ed157a804837b00a87ac0_ppc64le as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:cd38debd1e2088a81a31ac95eda219ad9d58d255ac0ed157a804837b00a87ac0_ppc64le"
},
"product_reference": "odf4/odr-hub-operator-bundle@sha256:cd38debd1e2088a81a31ac95eda219ad9d58d255ac0ed157a804837b00a87ac0_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-recipe-operator-bundle@sha256:096d6e38c34c0c89e2b2e49d6c8b61acf9f88033d3b2814eefa62abee30d4993_ppc64le as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:096d6e38c34c0c89e2b2e49d6c8b61acf9f88033d3b2814eefa62abee30d4993_ppc64le"
},
"product_reference": "odf4/odr-recipe-operator-bundle@sha256:096d6e38c34c0c89e2b2e49d6c8b61acf9f88033d3b2814eefa62abee30d4993_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-recipe-operator-bundle@sha256:4d03e157d3ed69eef8a8ee8a6c8f9e0746c16baa6ccff7c5c8a7457e9a8b9a56_s390x as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:4d03e157d3ed69eef8a8ee8a6c8f9e0746c16baa6ccff7c5c8a7457e9a8b9a56_s390x"
},
"product_reference": "odf4/odr-recipe-operator-bundle@sha256:4d03e157d3ed69eef8a8ee8a6c8f9e0746c16baa6ccff7c5c8a7457e9a8b9a56_s390x",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-recipe-operator-bundle@sha256:d556581772224fe60606ece392a210f1a3b3de01a26959197c594634694d6ebb_amd64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:d556581772224fe60606ece392a210f1a3b3de01a26959197c594634694d6ebb_amd64"
},
"product_reference": "odf4/odr-recipe-operator-bundle@sha256:d556581772224fe60606ece392a210f1a3b3de01a26959197c594634694d6ebb_amd64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-rhel9-operator@sha256:0ef121586e961be58480d76ba988719daaa82e606a8cc3649a0d01ef75227bc0_amd64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:0ef121586e961be58480d76ba988719daaa82e606a8cc3649a0d01ef75227bc0_amd64"
},
"product_reference": "odf4/odr-rhel9-operator@sha256:0ef121586e961be58480d76ba988719daaa82e606a8cc3649a0d01ef75227bc0_amd64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-rhel9-operator@sha256:3452dc4a07cb296d2102f3fbc34865496dcd418f602dc117cb327893f6464e71_ppc64le as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:3452dc4a07cb296d2102f3fbc34865496dcd418f602dc117cb327893f6464e71_ppc64le"
},
"product_reference": "odf4/odr-rhel9-operator@sha256:3452dc4a07cb296d2102f3fbc34865496dcd418f602dc117cb327893f6464e71_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-rhel9-operator@sha256:61fb5b6ebf9ee44b9271eb3526cb3175c9a135f86223e165c05b73a390f617ea_arm64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:61fb5b6ebf9ee44b9271eb3526cb3175c9a135f86223e165c05b73a390f617ea_arm64"
},
"product_reference": "odf4/odr-rhel9-operator@sha256:61fb5b6ebf9ee44b9271eb3526cb3175c9a135f86223e165c05b73a390f617ea_arm64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-rhel9-operator@sha256:c6b46eca6dfec3a8fb48b61393707e11e8cc573aad7eb6ff95c4661092e913f0_s390x as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:c6b46eca6dfec3a8fb48b61393707e11e8cc573aad7eb6ff95c4661092e913f0_s390x"
},
"product_reference": "odf4/odr-rhel9-operator@sha256:c6b46eca6dfec3a8fb48b61393707e11e8cc573aad7eb6ff95c4661092e913f0_s390x",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/rook-ceph-operator-bundle@sha256:79ad5ac0ee525277a8a1bd550428a5e0a04da73aa1d9df23d085ec888d12d45b_s390x as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:79ad5ac0ee525277a8a1bd550428a5e0a04da73aa1d9df23d085ec888d12d45b_s390x"
},
"product_reference": "odf4/rook-ceph-operator-bundle@sha256:79ad5ac0ee525277a8a1bd550428a5e0a04da73aa1d9df23d085ec888d12d45b_s390x",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/rook-ceph-operator-bundle@sha256:911c38bf283079dd024087bda48a37ddf0ec981da4589596565706e5dfcd6dad_ppc64le as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:911c38bf283079dd024087bda48a37ddf0ec981da4589596565706e5dfcd6dad_ppc64le"
},
"product_reference": "odf4/rook-ceph-operator-bundle@sha256:911c38bf283079dd024087bda48a37ddf0ec981da4589596565706e5dfcd6dad_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/rook-ceph-operator-bundle@sha256:c1f4872828308bf7f0477697fb74a0ab7c3f595e2c33e29ee873232efca1960d_amd64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:c1f4872828308bf7f0477697fb74a0ab7c3f595e2c33e29ee873232efca1960d_amd64"
},
"product_reference": "odf4/rook-ceph-operator-bundle@sha256:c1f4872828308bf7f0477697fb74a0ab7c3f595e2c33e29ee873232efca1960d_amd64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/rook-ceph-rhel9-operator@sha256:0df69e6e3d2add83c5a74faff76837a49333184b1d170acee968d4c064933bcf_amd64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:0df69e6e3d2add83c5a74faff76837a49333184b1d170acee968d4c064933bcf_amd64"
},
"product_reference": "odf4/rook-ceph-rhel9-operator@sha256:0df69e6e3d2add83c5a74faff76837a49333184b1d170acee968d4c064933bcf_amd64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/rook-ceph-rhel9-operator@sha256:5c3c4bbf1bf820995a13588d02a8cf692e1343da25def005dab981078b14d970_s390x as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:5c3c4bbf1bf820995a13588d02a8cf692e1343da25def005dab981078b14d970_s390x"
},
"product_reference": "odf4/rook-ceph-rhel9-operator@sha256:5c3c4bbf1bf820995a13588d02a8cf692e1343da25def005dab981078b14d970_s390x",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/rook-ceph-rhel9-operator@sha256:e1a7fd2bf349908c710237a1f832a4e161e049d09691d36c453bc8ddb0e0eebe_ppc64le as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:e1a7fd2bf349908c710237a1f832a4e161e049d09691d36c453bc8ddb0e0eebe_ppc64le"
},
"product_reference": "odf4/rook-ceph-rhel9-operator@sha256:e1a7fd2bf349908c710237a1f832a4e161e049d09691d36c453bc8ddb0e0eebe_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.16"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-43646",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2023-09-28T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:5fbef84c4a88ad4ea88a1b2232cc0d6630fa47c8e3ae874a485c971c6d5951b9_ppc64le",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:ac0c3a8d86539bc4668e1a6de82e1f8439a1fbbb17a3b4102cabf078f021b41f_amd64",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:c94f20ad65f5411c7cabafd574e52f2fcb52d2f917003ae71adc736028f962bf_s390x",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:088b9e19fc16a4fbb655b81ab1fbe78aa82ebce2ad5ad0df67fc8b361b4fe170_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:2c29d14c5d64f810cc68fdb894700819f5122a354d5cbb473cf73f517f5315e9_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:5c2628c9c3de8ff9eaf6c727eaa2b4382741f21afeb4154329714b404fb4e1df_arm64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:f4a85d993ae326570a5e4dd8bdf9e5cec586c2f8b55a962940457f39787d6af8_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:061fc659ec847d38201a7b049b813df1fddac1e97d2caddaaac3d91d5e05fd46_amd64",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:3cc0e4ec3f46d066bfc5546a2efdab3a44aa38f2d6dc961509bee8f7f9cb5ddb_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:7c00300daa75158d7a406317be71f2a8932a613b769144ae92a5ae225f4feb1e_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:193a773d4f1ed8ec6097579507dddd3863301ec546e325e38b5290235f06c802_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:968deb95e9fde6ba12565e3ef601bfc60551ac6ac7c122b2bdacea09b6574266_arm64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:d608a1d128733b31b552d8410c1d95cb740646cea32b79ee401d2de178e08ca9_amd64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:f717a955a7ca2c3b1eac84e4b192ab38dcf1e98f6baea0ef592071c60f389bd1_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:46486b7e3b087bfec9c7b0dd4547af1190cee2be55dee7400ec90e6dc4b434f4_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a20b4235cee3193794be549c645164c2811a044498a777591437ff440264a7da_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a552dbccf217e8deaec318bcaf9b40877d3be1e88d091ae1684959f48367e0f2_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:8f650cf5915d5b7a15931e4a11d7c6be43d16068132f4cb4ef3e0c3e3cfbc17c_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:978017d3524aded83f4c63710e0b10dc2a453a22b5bc9ef801c7e70ac13aee40_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:9c3b15da5ddf22af93ae1617329ef41fddb4e6c00bbf9ea12567c4fc2c14cfdf_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:41c7883aafc2938852f5920ac2a178e1b0f39e0acdb817678696adec90fa2686_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:95a047d3be90468e15a9f246f8e0fbfd159f18f7a9841d07c75e6c3f30c7c80a_arm64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:d383069c5e89e051a15e95e61e9bd5197edf4f91fde60df8b8ed7d4e8269452e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:f2ab9f9eb9e502f0d78b32159dfc5aeae77ec9698ed3a2aeecd184407388f1e3_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:38d7fe0b8fa164df79d08fe2d20af60d7530e2691e7d4f183d71f138a00a128e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:a8f0e209e62e02a20648f982360e5b5ec7e62c294b4f7eb7df53ccd0bb750008_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:cd6bbc33a59480c1c504a88f86ca4bb51de037db3c993581d18ee7e887c96dcc_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:2bd43ed14d916a13f2d631f8dc350313c47619033134463399d76e77688f4c2e_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:92c7cf4ce69644ffa955c78b1e18aab5f9c3a843f889703a326ea9e6697455af_s390x",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:e1abb6a3be342350f7b3f641f9e036e2bd998e5fd6bd215730f3d39526e1d16f_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a714121fa385acb6fe75bb74f402be8cf6da85372fd4a34abfbb9b546782e9c0_amd64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a9cdb157400f7826b8c5075591d26dd9e25628e94189de3b90c8e9389e3181ed_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:ab289e798f909cf238f410984b7388db2f0a20794a3d55a06031fd9771efeaf7_arm64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:f5e5b787848d5838aaaeb58e3b8836ff67b4fcf9a2d3c9d19f27e06818fdf295_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:4b79f14a1d5130673921c4d711c0b919377307dd6d76d14386f9f83a5e1b4ecd_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:60ca8f2d341b1f1a09710a37c40f4c803c6b1b2d09fc1a7f53f9a979ad6643d6_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:92bd51fa0a6ee62be70dda32f5d922e70f4aea630b70bc7b5b74d0bf3c1d3a66_amd64",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:f518a439b56354f01a647d3c0550c909b42a879607982ce50bbbc0b6403a58f9_arm64",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5700bc3e6aadfa1890bb81bcc70f0ef026b5bd0d38f1e4bd35d04d5ceee7808d_ppc64le",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5972ba4c75e54f1670ec5ffb0a5a749a6992967ea0dd6e5d442019fa64dc1515_s390x",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:67108dd96a553925f2759cc5359447315aff09e7628a8228e71b04a8dee25f63_amd64",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:43334d92af32e97a11691d0fa7069746d59d6f73a0a2c0b97bbbfdc7937f117a_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8512465ad8828593d0f4b6d4208a6c60a0f297f70ef26a0c4c874f6ddf4798d2_s390x",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8b0583cf72b39299e6769f9c9fdc4321b7e384405aec8d1519d4ea5ac060fd05_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:ab568f027f842174927e1ccc7ca00448068e9241f40f53034d9ba74aaf062aa1_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:c4b5c7247825d7265f83ae5fb5e8a0f62fbb69cdbaf535d0d83320b817d7ef48_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:cf07146641dab9fe090c2b44d8f533375a5d04b8fcdedb42f75f10916b5b6ba6_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:3a4ec2b8d194134fc4a3cb9077306ba71eaef4e4544177f590c73ae7e40d490b_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:87e2d4e45b3d308e6937791d906c277df67c45321c7b760cca528f36e68d263d_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:8a090360648affdb24c12d7c2efaffc07bc21deb8b29f4ad3c12cf0a5ee6e19b_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:aff1de5e9ad24bbfacda0bf34bb6b28d27c3f9ce646ed53e93b4c87eb0bda93c_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:162f35a85baabd9055c53717463c908247769a9bf617a4b457adf398d2e972be_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:272f038ebe7fd778c6c24dcc27524f3aa807465576177681b8b80a6adb32be99_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:41064d2db3c4c1e651f2df89d6cd4a19027c6930edc6ab66b5535a2cd7f39f49_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:859301df4f104e3d36efc2446929c86805e586c3c5ac07548d0277442d5df6ca_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:1ab09e10bfe23ed2e08513d887bd36c4bed003d6bcb7f1885364ef5a606ec010_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:9a42214d500a600785bb9a7bdd5b9580a5f8cfbf16980eb48bde3ae4ce855f3c_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:e87b8be96be2c5042af949785dd0c543e28d9432914a9543b08fd38d4a1e11ff_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:2eb40b0c565a4d150229ab504adfb2e0a2b4a5b25ff8ccb690e6d2dcae3bf424_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:36a0a82ab0c1e9d67d31aa8afe81bc1485541e3aefa221dbbc2a6822edfe8515_arm64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:8a8f7e1126adc73d210cdf8454c64356e2229e3aefc5bb4ba5a8bc7755a5d469_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:ef3d403c990fa7f2af167a123af043970cadc00b78b454b93dd9a4bca2699d2b_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:0ee210a535f1f11de40e1a0ee55a10855ce13c09dab9791ee4d35c59949ca934_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:3dc59c38e0cde2c9974d3fa5a7ce1c9f98589a5aeb486fdc8a8e7717656522fe_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:44c6bb264bbbd0ad67978dd2b4e01c530e653baf14b15f8a1eddff675fa760bd_amd64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:631643362d4345fdefb3fb34416ca09626b634c92fde970e1494a95fe5bdfc87_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:21c8ba4e41692cc24ce0127b4198413183451eff19a461941e9efb6bd140bfb4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:24d9bcb0da6e061f9de31768e94b660f955323e130f7eb0fc9e8746c1709d3f8_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:8ef36128140b9a90403fb672178d07be7fd16ddf9809ec628a693e0e2dd6d4a9_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:078bd92b92c28c3899986f4c6755950f3de044ca6b7214353cc0e84d2a67d570_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:0b08f6aba84c9f64b3253f5f23efaa0bba47be37f2582378509849b73db165e4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:64ca1e84e10bbc7522da216e4965658e06c540fce8c18f2976dab5c3236ea256_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0976ab8ba60319bf9ef20503de0fa249055e18a82ab36113affe7ad177b3f187_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:1d7f610fea74bb30b0276aa40556d9c03762c10f3bb71618afb5e6f5af718688_amd64",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:cf81ea45b333424981129e464f1374739a4f309efdcb26b9f7df2df4d346c1a9_ppc64le",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:dd9ca8286f54ba8e4151414afc65cbc4d619430676ab2735afc2a1e086b17921_arm64",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:1d89cd1a73d1bbd66988ce2224de39b799ecfa1cfe96d0ec2619ccc059c11d20_ppc64le",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:efdcf383abcb962ea0fdb92a9fa31f60a150a2c48174303881b550e5d9dec6f7_s390x",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:f500d5f16ea39d262ad4c52a9be03953e6e7ffa0f4349860976c41a70d8bb0e5_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:491a5b629d9777815ee6d28356cf82a7fd7939f2a39e65ae833440af1831b1db_s390x",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:80f47a30616834100466219c9e4d8c67fcef9554b2075c2bf81905c86b03d46b_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:cd38debd1e2088a81a31ac95eda219ad9d58d255ac0ed157a804837b00a87ac0_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:096d6e38c34c0c89e2b2e49d6c8b61acf9f88033d3b2814eefa62abee30d4993_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:4d03e157d3ed69eef8a8ee8a6c8f9e0746c16baa6ccff7c5c8a7457e9a8b9a56_s390x",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:d556581772224fe60606ece392a210f1a3b3de01a26959197c594634694d6ebb_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:0ef121586e961be58480d76ba988719daaa82e606a8cc3649a0d01ef75227bc0_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:3452dc4a07cb296d2102f3fbc34865496dcd418f602dc117cb327893f6464e71_ppc64le",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:61fb5b6ebf9ee44b9271eb3526cb3175c9a135f86223e165c05b73a390f617ea_arm64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:c6b46eca6dfec3a8fb48b61393707e11e8cc573aad7eb6ff95c4661092e913f0_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:79ad5ac0ee525277a8a1bd550428a5e0a04da73aa1d9df23d085ec888d12d45b_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:911c38bf283079dd024087bda48a37ddf0ec981da4589596565706e5dfcd6dad_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:c1f4872828308bf7f0477697fb74a0ab7c3f595e2c33e29ee873232efca1960d_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:0df69e6e3d2add83c5a74faff76837a49333184b1d170acee968d4c064933bcf_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:5c3c4bbf1bf820995a13588d02a8cf692e1343da25def005dab981078b14d970_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:e1a7fd2bf349908c710237a1f832a4e161e049d09691d36c453bc8ddb0e0eebe_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2241149"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in the get-func-name package in the chai module. Affected versions of this package are vulnerable to Regular expression denial of service (ReDoS) attacks, affecting system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "get-func-name: ReDoS in chai module",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "- This vulnerability can be exploited when there is an imbalance in parentheses, which results in excessive backtracking and subsequently increases the CPU load and processing time significantly. This vulnerability can be triggered using the following input: \u0027\\t\u0027.repeat(54773) + \u0027\\t/function/i\u0027\n\n- The get-func-name package is a build-time dependency in Red Hat products, which reduces the chance of successful exploitation. Hence, the impact is set to 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.16:odf4/odf-multicluster-console-rhel9@sha256:2ca34569661d388d50cc0e9f5949ea7a404ceb266981855b3251c329dab88e11_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:d77cb43b5019248b790134edc980d7fb260c4dcb884f8e54d27c33b876a5f897_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:f9f73b9781288b1a52b06edb752efc9475a315e1dd9a445e28cc47d571762cfc_amd64"
],
"known_not_affected": [
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:5fbef84c4a88ad4ea88a1b2232cc0d6630fa47c8e3ae874a485c971c6d5951b9_ppc64le",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:ac0c3a8d86539bc4668e1a6de82e1f8439a1fbbb17a3b4102cabf078f021b41f_amd64",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:c94f20ad65f5411c7cabafd574e52f2fcb52d2f917003ae71adc736028f962bf_s390x",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:088b9e19fc16a4fbb655b81ab1fbe78aa82ebce2ad5ad0df67fc8b361b4fe170_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:2c29d14c5d64f810cc68fdb894700819f5122a354d5cbb473cf73f517f5315e9_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:5c2628c9c3de8ff9eaf6c727eaa2b4382741f21afeb4154329714b404fb4e1df_arm64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:f4a85d993ae326570a5e4dd8bdf9e5cec586c2f8b55a962940457f39787d6af8_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:061fc659ec847d38201a7b049b813df1fddac1e97d2caddaaac3d91d5e05fd46_amd64",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:3cc0e4ec3f46d066bfc5546a2efdab3a44aa38f2d6dc961509bee8f7f9cb5ddb_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:7c00300daa75158d7a406317be71f2a8932a613b769144ae92a5ae225f4feb1e_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:193a773d4f1ed8ec6097579507dddd3863301ec546e325e38b5290235f06c802_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:968deb95e9fde6ba12565e3ef601bfc60551ac6ac7c122b2bdacea09b6574266_arm64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:d608a1d128733b31b552d8410c1d95cb740646cea32b79ee401d2de178e08ca9_amd64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:f717a955a7ca2c3b1eac84e4b192ab38dcf1e98f6baea0ef592071c60f389bd1_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:46486b7e3b087bfec9c7b0dd4547af1190cee2be55dee7400ec90e6dc4b434f4_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a20b4235cee3193794be549c645164c2811a044498a777591437ff440264a7da_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a552dbccf217e8deaec318bcaf9b40877d3be1e88d091ae1684959f48367e0f2_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:8f650cf5915d5b7a15931e4a11d7c6be43d16068132f4cb4ef3e0c3e3cfbc17c_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:978017d3524aded83f4c63710e0b10dc2a453a22b5bc9ef801c7e70ac13aee40_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:9c3b15da5ddf22af93ae1617329ef41fddb4e6c00bbf9ea12567c4fc2c14cfdf_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:41c7883aafc2938852f5920ac2a178e1b0f39e0acdb817678696adec90fa2686_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:95a047d3be90468e15a9f246f8e0fbfd159f18f7a9841d07c75e6c3f30c7c80a_arm64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:d383069c5e89e051a15e95e61e9bd5197edf4f91fde60df8b8ed7d4e8269452e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:f2ab9f9eb9e502f0d78b32159dfc5aeae77ec9698ed3a2aeecd184407388f1e3_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:38d7fe0b8fa164df79d08fe2d20af60d7530e2691e7d4f183d71f138a00a128e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:a8f0e209e62e02a20648f982360e5b5ec7e62c294b4f7eb7df53ccd0bb750008_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:cd6bbc33a59480c1c504a88f86ca4bb51de037db3c993581d18ee7e887c96dcc_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:2bd43ed14d916a13f2d631f8dc350313c47619033134463399d76e77688f4c2e_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:92c7cf4ce69644ffa955c78b1e18aab5f9c3a843f889703a326ea9e6697455af_s390x",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:e1abb6a3be342350f7b3f641f9e036e2bd998e5fd6bd215730f3d39526e1d16f_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a714121fa385acb6fe75bb74f402be8cf6da85372fd4a34abfbb9b546782e9c0_amd64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a9cdb157400f7826b8c5075591d26dd9e25628e94189de3b90c8e9389e3181ed_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:ab289e798f909cf238f410984b7388db2f0a20794a3d55a06031fd9771efeaf7_arm64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:f5e5b787848d5838aaaeb58e3b8836ff67b4fcf9a2d3c9d19f27e06818fdf295_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:4b79f14a1d5130673921c4d711c0b919377307dd6d76d14386f9f83a5e1b4ecd_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:60ca8f2d341b1f1a09710a37c40f4c803c6b1b2d09fc1a7f53f9a979ad6643d6_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:92bd51fa0a6ee62be70dda32f5d922e70f4aea630b70bc7b5b74d0bf3c1d3a66_amd64",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:f518a439b56354f01a647d3c0550c909b42a879607982ce50bbbc0b6403a58f9_arm64",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5700bc3e6aadfa1890bb81bcc70f0ef026b5bd0d38f1e4bd35d04d5ceee7808d_ppc64le",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5972ba4c75e54f1670ec5ffb0a5a749a6992967ea0dd6e5d442019fa64dc1515_s390x",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:67108dd96a553925f2759cc5359447315aff09e7628a8228e71b04a8dee25f63_amd64",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:43334d92af32e97a11691d0fa7069746d59d6f73a0a2c0b97bbbfdc7937f117a_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8512465ad8828593d0f4b6d4208a6c60a0f297f70ef26a0c4c874f6ddf4798d2_s390x",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8b0583cf72b39299e6769f9c9fdc4321b7e384405aec8d1519d4ea5ac060fd05_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:ab568f027f842174927e1ccc7ca00448068e9241f40f53034d9ba74aaf062aa1_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:c4b5c7247825d7265f83ae5fb5e8a0f62fbb69cdbaf535d0d83320b817d7ef48_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:cf07146641dab9fe090c2b44d8f533375a5d04b8fcdedb42f75f10916b5b6ba6_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:3a4ec2b8d194134fc4a3cb9077306ba71eaef4e4544177f590c73ae7e40d490b_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:87e2d4e45b3d308e6937791d906c277df67c45321c7b760cca528f36e68d263d_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:8a090360648affdb24c12d7c2efaffc07bc21deb8b29f4ad3c12cf0a5ee6e19b_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:aff1de5e9ad24bbfacda0bf34bb6b28d27c3f9ce646ed53e93b4c87eb0bda93c_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:162f35a85baabd9055c53717463c908247769a9bf617a4b457adf398d2e972be_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:272f038ebe7fd778c6c24dcc27524f3aa807465576177681b8b80a6adb32be99_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:41064d2db3c4c1e651f2df89d6cd4a19027c6930edc6ab66b5535a2cd7f39f49_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:859301df4f104e3d36efc2446929c86805e586c3c5ac07548d0277442d5df6ca_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:1ab09e10bfe23ed2e08513d887bd36c4bed003d6bcb7f1885364ef5a606ec010_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:9a42214d500a600785bb9a7bdd5b9580a5f8cfbf16980eb48bde3ae4ce855f3c_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:e87b8be96be2c5042af949785dd0c543e28d9432914a9543b08fd38d4a1e11ff_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:2eb40b0c565a4d150229ab504adfb2e0a2b4a5b25ff8ccb690e6d2dcae3bf424_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:36a0a82ab0c1e9d67d31aa8afe81bc1485541e3aefa221dbbc2a6822edfe8515_arm64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:8a8f7e1126adc73d210cdf8454c64356e2229e3aefc5bb4ba5a8bc7755a5d469_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:ef3d403c990fa7f2af167a123af043970cadc00b78b454b93dd9a4bca2699d2b_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:0ee210a535f1f11de40e1a0ee55a10855ce13c09dab9791ee4d35c59949ca934_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:3dc59c38e0cde2c9974d3fa5a7ce1c9f98589a5aeb486fdc8a8e7717656522fe_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:44c6bb264bbbd0ad67978dd2b4e01c530e653baf14b15f8a1eddff675fa760bd_amd64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:631643362d4345fdefb3fb34416ca09626b634c92fde970e1494a95fe5bdfc87_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:21c8ba4e41692cc24ce0127b4198413183451eff19a461941e9efb6bd140bfb4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:24d9bcb0da6e061f9de31768e94b660f955323e130f7eb0fc9e8746c1709d3f8_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:8ef36128140b9a90403fb672178d07be7fd16ddf9809ec628a693e0e2dd6d4a9_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:078bd92b92c28c3899986f4c6755950f3de044ca6b7214353cc0e84d2a67d570_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:0b08f6aba84c9f64b3253f5f23efaa0bba47be37f2582378509849b73db165e4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:64ca1e84e10bbc7522da216e4965658e06c540fce8c18f2976dab5c3236ea256_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0976ab8ba60319bf9ef20503de0fa249055e18a82ab36113affe7ad177b3f187_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:1d7f610fea74bb30b0276aa40556d9c03762c10f3bb71618afb5e6f5af718688_amd64",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:cf81ea45b333424981129e464f1374739a4f309efdcb26b9f7df2df4d346c1a9_ppc64le",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:dd9ca8286f54ba8e4151414afc65cbc4d619430676ab2735afc2a1e086b17921_arm64",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:1d89cd1a73d1bbd66988ce2224de39b799ecfa1cfe96d0ec2619ccc059c11d20_ppc64le",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:efdcf383abcb962ea0fdb92a9fa31f60a150a2c48174303881b550e5d9dec6f7_s390x",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:f500d5f16ea39d262ad4c52a9be03953e6e7ffa0f4349860976c41a70d8bb0e5_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:491a5b629d9777815ee6d28356cf82a7fd7939f2a39e65ae833440af1831b1db_s390x",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:80f47a30616834100466219c9e4d8c67fcef9554b2075c2bf81905c86b03d46b_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:cd38debd1e2088a81a31ac95eda219ad9d58d255ac0ed157a804837b00a87ac0_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:096d6e38c34c0c89e2b2e49d6c8b61acf9f88033d3b2814eefa62abee30d4993_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:4d03e157d3ed69eef8a8ee8a6c8f9e0746c16baa6ccff7c5c8a7457e9a8b9a56_s390x",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:d556581772224fe60606ece392a210f1a3b3de01a26959197c594634694d6ebb_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:0ef121586e961be58480d76ba988719daaa82e606a8cc3649a0d01ef75227bc0_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:3452dc4a07cb296d2102f3fbc34865496dcd418f602dc117cb327893f6464e71_ppc64le",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:61fb5b6ebf9ee44b9271eb3526cb3175c9a135f86223e165c05b73a390f617ea_arm64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:c6b46eca6dfec3a8fb48b61393707e11e8cc573aad7eb6ff95c4661092e913f0_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:79ad5ac0ee525277a8a1bd550428a5e0a04da73aa1d9df23d085ec888d12d45b_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:911c38bf283079dd024087bda48a37ddf0ec981da4589596565706e5dfcd6dad_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:c1f4872828308bf7f0477697fb74a0ab7c3f595e2c33e29ee873232efca1960d_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:0df69e6e3d2add83c5a74faff76837a49333184b1d170acee968d4c064933bcf_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:5c3c4bbf1bf820995a13588d02a8cf692e1343da25def005dab981078b14d970_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:e1a7fd2bf349908c710237a1f832a4e161e049d09691d36c453bc8ddb0e0eebe_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-43646"
},
{
"category": "external",
"summary": "RHBZ#2241149",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2241149"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-43646",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-43646"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-43646",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-43646"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-4q6p-r6v2-jvc5",
"url": "https://github.com/advisories/GHSA-4q6p-r6v2-jvc5"
},
{
"category": "external",
"summary": "https://github.com/chaijs/get-func-name/blob/78ad756441a83f3dc203e50f76c113ae3ac017dc/index.js#L15",
"url": "https://github.com/chaijs/get-func-name/blob/78ad756441a83f3dc203e50f76c113ae3ac017dc/index.js#L15"
}
],
"release_date": "2023-09-27T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-07-17T13:09:39+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:2ca34569661d388d50cc0e9f5949ea7a404ceb266981855b3251c329dab88e11_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:d77cb43b5019248b790134edc980d7fb260c4dcb884f8e54d27c33b876a5f897_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:f9f73b9781288b1a52b06edb752efc9475a315e1dd9a445e28cc47d571762cfc_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:4591"
}
],
"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.16:odf4/cephcsi-rhel9@sha256:5fbef84c4a88ad4ea88a1b2232cc0d6630fa47c8e3ae874a485c971c6d5951b9_ppc64le",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:ac0c3a8d86539bc4668e1a6de82e1f8439a1fbbb17a3b4102cabf078f021b41f_amd64",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:c94f20ad65f5411c7cabafd574e52f2fcb52d2f917003ae71adc736028f962bf_s390x",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:088b9e19fc16a4fbb655b81ab1fbe78aa82ebce2ad5ad0df67fc8b361b4fe170_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:2c29d14c5d64f810cc68fdb894700819f5122a354d5cbb473cf73f517f5315e9_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:5c2628c9c3de8ff9eaf6c727eaa2b4382741f21afeb4154329714b404fb4e1df_arm64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:f4a85d993ae326570a5e4dd8bdf9e5cec586c2f8b55a962940457f39787d6af8_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:061fc659ec847d38201a7b049b813df1fddac1e97d2caddaaac3d91d5e05fd46_amd64",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:3cc0e4ec3f46d066bfc5546a2efdab3a44aa38f2d6dc961509bee8f7f9cb5ddb_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:7c00300daa75158d7a406317be71f2a8932a613b769144ae92a5ae225f4feb1e_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:193a773d4f1ed8ec6097579507dddd3863301ec546e325e38b5290235f06c802_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:968deb95e9fde6ba12565e3ef601bfc60551ac6ac7c122b2bdacea09b6574266_arm64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:d608a1d128733b31b552d8410c1d95cb740646cea32b79ee401d2de178e08ca9_amd64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:f717a955a7ca2c3b1eac84e4b192ab38dcf1e98f6baea0ef592071c60f389bd1_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:46486b7e3b087bfec9c7b0dd4547af1190cee2be55dee7400ec90e6dc4b434f4_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a20b4235cee3193794be549c645164c2811a044498a777591437ff440264a7da_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a552dbccf217e8deaec318bcaf9b40877d3be1e88d091ae1684959f48367e0f2_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:8f650cf5915d5b7a15931e4a11d7c6be43d16068132f4cb4ef3e0c3e3cfbc17c_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:978017d3524aded83f4c63710e0b10dc2a453a22b5bc9ef801c7e70ac13aee40_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:9c3b15da5ddf22af93ae1617329ef41fddb4e6c00bbf9ea12567c4fc2c14cfdf_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:41c7883aafc2938852f5920ac2a178e1b0f39e0acdb817678696adec90fa2686_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:95a047d3be90468e15a9f246f8e0fbfd159f18f7a9841d07c75e6c3f30c7c80a_arm64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:d383069c5e89e051a15e95e61e9bd5197edf4f91fde60df8b8ed7d4e8269452e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:f2ab9f9eb9e502f0d78b32159dfc5aeae77ec9698ed3a2aeecd184407388f1e3_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:38d7fe0b8fa164df79d08fe2d20af60d7530e2691e7d4f183d71f138a00a128e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:a8f0e209e62e02a20648f982360e5b5ec7e62c294b4f7eb7df53ccd0bb750008_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:cd6bbc33a59480c1c504a88f86ca4bb51de037db3c993581d18ee7e887c96dcc_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:2bd43ed14d916a13f2d631f8dc350313c47619033134463399d76e77688f4c2e_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:92c7cf4ce69644ffa955c78b1e18aab5f9c3a843f889703a326ea9e6697455af_s390x",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:e1abb6a3be342350f7b3f641f9e036e2bd998e5fd6bd215730f3d39526e1d16f_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a714121fa385acb6fe75bb74f402be8cf6da85372fd4a34abfbb9b546782e9c0_amd64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a9cdb157400f7826b8c5075591d26dd9e25628e94189de3b90c8e9389e3181ed_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:ab289e798f909cf238f410984b7388db2f0a20794a3d55a06031fd9771efeaf7_arm64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:f5e5b787848d5838aaaeb58e3b8836ff67b4fcf9a2d3c9d19f27e06818fdf295_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:4b79f14a1d5130673921c4d711c0b919377307dd6d76d14386f9f83a5e1b4ecd_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:60ca8f2d341b1f1a09710a37c40f4c803c6b1b2d09fc1a7f53f9a979ad6643d6_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:92bd51fa0a6ee62be70dda32f5d922e70f4aea630b70bc7b5b74d0bf3c1d3a66_amd64",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:f518a439b56354f01a647d3c0550c909b42a879607982ce50bbbc0b6403a58f9_arm64",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5700bc3e6aadfa1890bb81bcc70f0ef026b5bd0d38f1e4bd35d04d5ceee7808d_ppc64le",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5972ba4c75e54f1670ec5ffb0a5a749a6992967ea0dd6e5d442019fa64dc1515_s390x",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:67108dd96a553925f2759cc5359447315aff09e7628a8228e71b04a8dee25f63_amd64",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:43334d92af32e97a11691d0fa7069746d59d6f73a0a2c0b97bbbfdc7937f117a_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8512465ad8828593d0f4b6d4208a6c60a0f297f70ef26a0c4c874f6ddf4798d2_s390x",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8b0583cf72b39299e6769f9c9fdc4321b7e384405aec8d1519d4ea5ac060fd05_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:ab568f027f842174927e1ccc7ca00448068e9241f40f53034d9ba74aaf062aa1_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:c4b5c7247825d7265f83ae5fb5e8a0f62fbb69cdbaf535d0d83320b817d7ef48_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:cf07146641dab9fe090c2b44d8f533375a5d04b8fcdedb42f75f10916b5b6ba6_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:3a4ec2b8d194134fc4a3cb9077306ba71eaef4e4544177f590c73ae7e40d490b_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:87e2d4e45b3d308e6937791d906c277df67c45321c7b760cca528f36e68d263d_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:8a090360648affdb24c12d7c2efaffc07bc21deb8b29f4ad3c12cf0a5ee6e19b_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:aff1de5e9ad24bbfacda0bf34bb6b28d27c3f9ce646ed53e93b4c87eb0bda93c_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:162f35a85baabd9055c53717463c908247769a9bf617a4b457adf398d2e972be_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:272f038ebe7fd778c6c24dcc27524f3aa807465576177681b8b80a6adb32be99_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:41064d2db3c4c1e651f2df89d6cd4a19027c6930edc6ab66b5535a2cd7f39f49_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:859301df4f104e3d36efc2446929c86805e586c3c5ac07548d0277442d5df6ca_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:2ca34569661d388d50cc0e9f5949ea7a404ceb266981855b3251c329dab88e11_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:d77cb43b5019248b790134edc980d7fb260c4dcb884f8e54d27c33b876a5f897_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:f9f73b9781288b1a52b06edb752efc9475a315e1dd9a445e28cc47d571762cfc_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:1ab09e10bfe23ed2e08513d887bd36c4bed003d6bcb7f1885364ef5a606ec010_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:9a42214d500a600785bb9a7bdd5b9580a5f8cfbf16980eb48bde3ae4ce855f3c_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:e87b8be96be2c5042af949785dd0c543e28d9432914a9543b08fd38d4a1e11ff_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:2eb40b0c565a4d150229ab504adfb2e0a2b4a5b25ff8ccb690e6d2dcae3bf424_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:36a0a82ab0c1e9d67d31aa8afe81bc1485541e3aefa221dbbc2a6822edfe8515_arm64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:8a8f7e1126adc73d210cdf8454c64356e2229e3aefc5bb4ba5a8bc7755a5d469_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:ef3d403c990fa7f2af167a123af043970cadc00b78b454b93dd9a4bca2699d2b_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:0ee210a535f1f11de40e1a0ee55a10855ce13c09dab9791ee4d35c59949ca934_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:3dc59c38e0cde2c9974d3fa5a7ce1c9f98589a5aeb486fdc8a8e7717656522fe_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:44c6bb264bbbd0ad67978dd2b4e01c530e653baf14b15f8a1eddff675fa760bd_amd64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:631643362d4345fdefb3fb34416ca09626b634c92fde970e1494a95fe5bdfc87_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:21c8ba4e41692cc24ce0127b4198413183451eff19a461941e9efb6bd140bfb4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:24d9bcb0da6e061f9de31768e94b660f955323e130f7eb0fc9e8746c1709d3f8_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:8ef36128140b9a90403fb672178d07be7fd16ddf9809ec628a693e0e2dd6d4a9_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:078bd92b92c28c3899986f4c6755950f3de044ca6b7214353cc0e84d2a67d570_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:0b08f6aba84c9f64b3253f5f23efaa0bba47be37f2582378509849b73db165e4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:64ca1e84e10bbc7522da216e4965658e06c540fce8c18f2976dab5c3236ea256_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0976ab8ba60319bf9ef20503de0fa249055e18a82ab36113affe7ad177b3f187_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:1d7f610fea74bb30b0276aa40556d9c03762c10f3bb71618afb5e6f5af718688_amd64",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:cf81ea45b333424981129e464f1374739a4f309efdcb26b9f7df2df4d346c1a9_ppc64le",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:dd9ca8286f54ba8e4151414afc65cbc4d619430676ab2735afc2a1e086b17921_arm64",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:1d89cd1a73d1bbd66988ce2224de39b799ecfa1cfe96d0ec2619ccc059c11d20_ppc64le",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:efdcf383abcb962ea0fdb92a9fa31f60a150a2c48174303881b550e5d9dec6f7_s390x",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:f500d5f16ea39d262ad4c52a9be03953e6e7ffa0f4349860976c41a70d8bb0e5_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:491a5b629d9777815ee6d28356cf82a7fd7939f2a39e65ae833440af1831b1db_s390x",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:80f47a30616834100466219c9e4d8c67fcef9554b2075c2bf81905c86b03d46b_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:cd38debd1e2088a81a31ac95eda219ad9d58d255ac0ed157a804837b00a87ac0_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:096d6e38c34c0c89e2b2e49d6c8b61acf9f88033d3b2814eefa62abee30d4993_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:4d03e157d3ed69eef8a8ee8a6c8f9e0746c16baa6ccff7c5c8a7457e9a8b9a56_s390x",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:d556581772224fe60606ece392a210f1a3b3de01a26959197c594634694d6ebb_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:0ef121586e961be58480d76ba988719daaa82e606a8cc3649a0d01ef75227bc0_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:3452dc4a07cb296d2102f3fbc34865496dcd418f602dc117cb327893f6464e71_ppc64le",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:61fb5b6ebf9ee44b9271eb3526cb3175c9a135f86223e165c05b73a390f617ea_arm64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:c6b46eca6dfec3a8fb48b61393707e11e8cc573aad7eb6ff95c4661092e913f0_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:79ad5ac0ee525277a8a1bd550428a5e0a04da73aa1d9df23d085ec888d12d45b_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:911c38bf283079dd024087bda48a37ddf0ec981da4589596565706e5dfcd6dad_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:c1f4872828308bf7f0477697fb74a0ab7c3f595e2c33e29ee873232efca1960d_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:0df69e6e3d2add83c5a74faff76837a49333184b1d170acee968d4c064933bcf_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:5c3c4bbf1bf820995a13588d02a8cf692e1343da25def005dab981078b14d970_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:e1a7fd2bf349908c710237a1f832a4e161e049d09691d36c453bc8ddb0e0eebe_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "get-func-name: ReDoS in chai module"
},
{
"cve": "CVE-2023-47108",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2023-11-10T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:5fbef84c4a88ad4ea88a1b2232cc0d6630fa47c8e3ae874a485c971c6d5951b9_ppc64le",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:ac0c3a8d86539bc4668e1a6de82e1f8439a1fbbb17a3b4102cabf078f021b41f_amd64",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:c94f20ad65f5411c7cabafd574e52f2fcb52d2f917003ae71adc736028f962bf_s390x",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:088b9e19fc16a4fbb655b81ab1fbe78aa82ebce2ad5ad0df67fc8b361b4fe170_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:2c29d14c5d64f810cc68fdb894700819f5122a354d5cbb473cf73f517f5315e9_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:5c2628c9c3de8ff9eaf6c727eaa2b4382741f21afeb4154329714b404fb4e1df_arm64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:f4a85d993ae326570a5e4dd8bdf9e5cec586c2f8b55a962940457f39787d6af8_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:061fc659ec847d38201a7b049b813df1fddac1e97d2caddaaac3d91d5e05fd46_amd64",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:3cc0e4ec3f46d066bfc5546a2efdab3a44aa38f2d6dc961509bee8f7f9cb5ddb_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:7c00300daa75158d7a406317be71f2a8932a613b769144ae92a5ae225f4feb1e_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:193a773d4f1ed8ec6097579507dddd3863301ec546e325e38b5290235f06c802_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:968deb95e9fde6ba12565e3ef601bfc60551ac6ac7c122b2bdacea09b6574266_arm64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:d608a1d128733b31b552d8410c1d95cb740646cea32b79ee401d2de178e08ca9_amd64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:f717a955a7ca2c3b1eac84e4b192ab38dcf1e98f6baea0ef592071c60f389bd1_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:46486b7e3b087bfec9c7b0dd4547af1190cee2be55dee7400ec90e6dc4b434f4_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a20b4235cee3193794be549c645164c2811a044498a777591437ff440264a7da_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a552dbccf217e8deaec318bcaf9b40877d3be1e88d091ae1684959f48367e0f2_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:8f650cf5915d5b7a15931e4a11d7c6be43d16068132f4cb4ef3e0c3e3cfbc17c_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:978017d3524aded83f4c63710e0b10dc2a453a22b5bc9ef801c7e70ac13aee40_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:9c3b15da5ddf22af93ae1617329ef41fddb4e6c00bbf9ea12567c4fc2c14cfdf_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:41c7883aafc2938852f5920ac2a178e1b0f39e0acdb817678696adec90fa2686_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:95a047d3be90468e15a9f246f8e0fbfd159f18f7a9841d07c75e6c3f30c7c80a_arm64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:d383069c5e89e051a15e95e61e9bd5197edf4f91fde60df8b8ed7d4e8269452e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:f2ab9f9eb9e502f0d78b32159dfc5aeae77ec9698ed3a2aeecd184407388f1e3_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:38d7fe0b8fa164df79d08fe2d20af60d7530e2691e7d4f183d71f138a00a128e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:a8f0e209e62e02a20648f982360e5b5ec7e62c294b4f7eb7df53ccd0bb750008_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:cd6bbc33a59480c1c504a88f86ca4bb51de037db3c993581d18ee7e887c96dcc_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:2bd43ed14d916a13f2d631f8dc350313c47619033134463399d76e77688f4c2e_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:92c7cf4ce69644ffa955c78b1e18aab5f9c3a843f889703a326ea9e6697455af_s390x",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:e1abb6a3be342350f7b3f641f9e036e2bd998e5fd6bd215730f3d39526e1d16f_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a714121fa385acb6fe75bb74f402be8cf6da85372fd4a34abfbb9b546782e9c0_amd64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a9cdb157400f7826b8c5075591d26dd9e25628e94189de3b90c8e9389e3181ed_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:ab289e798f909cf238f410984b7388db2f0a20794a3d55a06031fd9771efeaf7_arm64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:f5e5b787848d5838aaaeb58e3b8836ff67b4fcf9a2d3c9d19f27e06818fdf295_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:4b79f14a1d5130673921c4d711c0b919377307dd6d76d14386f9f83a5e1b4ecd_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:60ca8f2d341b1f1a09710a37c40f4c803c6b1b2d09fc1a7f53f9a979ad6643d6_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:92bd51fa0a6ee62be70dda32f5d922e70f4aea630b70bc7b5b74d0bf3c1d3a66_amd64",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:f518a439b56354f01a647d3c0550c909b42a879607982ce50bbbc0b6403a58f9_arm64",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5700bc3e6aadfa1890bb81bcc70f0ef026b5bd0d38f1e4bd35d04d5ceee7808d_ppc64le",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5972ba4c75e54f1670ec5ffb0a5a749a6992967ea0dd6e5d442019fa64dc1515_s390x",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:67108dd96a553925f2759cc5359447315aff09e7628a8228e71b04a8dee25f63_amd64",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:43334d92af32e97a11691d0fa7069746d59d6f73a0a2c0b97bbbfdc7937f117a_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8512465ad8828593d0f4b6d4208a6c60a0f297f70ef26a0c4c874f6ddf4798d2_s390x",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8b0583cf72b39299e6769f9c9fdc4321b7e384405aec8d1519d4ea5ac060fd05_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:ab568f027f842174927e1ccc7ca00448068e9241f40f53034d9ba74aaf062aa1_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:c4b5c7247825d7265f83ae5fb5e8a0f62fbb69cdbaf535d0d83320b817d7ef48_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:cf07146641dab9fe090c2b44d8f533375a5d04b8fcdedb42f75f10916b5b6ba6_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:3a4ec2b8d194134fc4a3cb9077306ba71eaef4e4544177f590c73ae7e40d490b_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:87e2d4e45b3d308e6937791d906c277df67c45321c7b760cca528f36e68d263d_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:8a090360648affdb24c12d7c2efaffc07bc21deb8b29f4ad3c12cf0a5ee6e19b_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:aff1de5e9ad24bbfacda0bf34bb6b28d27c3f9ce646ed53e93b4c87eb0bda93c_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:2ca34569661d388d50cc0e9f5949ea7a404ceb266981855b3251c329dab88e11_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:d77cb43b5019248b790134edc980d7fb260c4dcb884f8e54d27c33b876a5f897_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:f9f73b9781288b1a52b06edb752efc9475a315e1dd9a445e28cc47d571762cfc_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:1ab09e10bfe23ed2e08513d887bd36c4bed003d6bcb7f1885364ef5a606ec010_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:9a42214d500a600785bb9a7bdd5b9580a5f8cfbf16980eb48bde3ae4ce855f3c_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:e87b8be96be2c5042af949785dd0c543e28d9432914a9543b08fd38d4a1e11ff_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:2eb40b0c565a4d150229ab504adfb2e0a2b4a5b25ff8ccb690e6d2dcae3bf424_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:36a0a82ab0c1e9d67d31aa8afe81bc1485541e3aefa221dbbc2a6822edfe8515_arm64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:8a8f7e1126adc73d210cdf8454c64356e2229e3aefc5bb4ba5a8bc7755a5d469_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:ef3d403c990fa7f2af167a123af043970cadc00b78b454b93dd9a4bca2699d2b_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:0ee210a535f1f11de40e1a0ee55a10855ce13c09dab9791ee4d35c59949ca934_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:3dc59c38e0cde2c9974d3fa5a7ce1c9f98589a5aeb486fdc8a8e7717656522fe_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:44c6bb264bbbd0ad67978dd2b4e01c530e653baf14b15f8a1eddff675fa760bd_amd64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:631643362d4345fdefb3fb34416ca09626b634c92fde970e1494a95fe5bdfc87_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:21c8ba4e41692cc24ce0127b4198413183451eff19a461941e9efb6bd140bfb4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:24d9bcb0da6e061f9de31768e94b660f955323e130f7eb0fc9e8746c1709d3f8_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:8ef36128140b9a90403fb672178d07be7fd16ddf9809ec628a693e0e2dd6d4a9_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:078bd92b92c28c3899986f4c6755950f3de044ca6b7214353cc0e84d2a67d570_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:0b08f6aba84c9f64b3253f5f23efaa0bba47be37f2582378509849b73db165e4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:64ca1e84e10bbc7522da216e4965658e06c540fce8c18f2976dab5c3236ea256_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0976ab8ba60319bf9ef20503de0fa249055e18a82ab36113affe7ad177b3f187_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:1d7f610fea74bb30b0276aa40556d9c03762c10f3bb71618afb5e6f5af718688_amd64",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:cf81ea45b333424981129e464f1374739a4f309efdcb26b9f7df2df4d346c1a9_ppc64le",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:dd9ca8286f54ba8e4151414afc65cbc4d619430676ab2735afc2a1e086b17921_arm64",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:1d89cd1a73d1bbd66988ce2224de39b799ecfa1cfe96d0ec2619ccc059c11d20_ppc64le",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:efdcf383abcb962ea0fdb92a9fa31f60a150a2c48174303881b550e5d9dec6f7_s390x",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:f500d5f16ea39d262ad4c52a9be03953e6e7ffa0f4349860976c41a70d8bb0e5_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:491a5b629d9777815ee6d28356cf82a7fd7939f2a39e65ae833440af1831b1db_s390x",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:80f47a30616834100466219c9e4d8c67fcef9554b2075c2bf81905c86b03d46b_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:cd38debd1e2088a81a31ac95eda219ad9d58d255ac0ed157a804837b00a87ac0_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:096d6e38c34c0c89e2b2e49d6c8b61acf9f88033d3b2814eefa62abee30d4993_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:4d03e157d3ed69eef8a8ee8a6c8f9e0746c16baa6ccff7c5c8a7457e9a8b9a56_s390x",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:d556581772224fe60606ece392a210f1a3b3de01a26959197c594634694d6ebb_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:0ef121586e961be58480d76ba988719daaa82e606a8cc3649a0d01ef75227bc0_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:3452dc4a07cb296d2102f3fbc34865496dcd418f602dc117cb327893f6464e71_ppc64le",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:61fb5b6ebf9ee44b9271eb3526cb3175c9a135f86223e165c05b73a390f617ea_arm64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:c6b46eca6dfec3a8fb48b61393707e11e8cc573aad7eb6ff95c4661092e913f0_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:79ad5ac0ee525277a8a1bd550428a5e0a04da73aa1d9df23d085ec888d12d45b_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:911c38bf283079dd024087bda48a37ddf0ec981da4589596565706e5dfcd6dad_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:c1f4872828308bf7f0477697fb74a0ab7c3f595e2c33e29ee873232efca1960d_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:0df69e6e3d2add83c5a74faff76837a49333184b1d170acee968d4c064933bcf_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:5c3c4bbf1bf820995a13588d02a8cf692e1343da25def005dab981078b14d970_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:e1a7fd2bf349908c710237a1f832a4e161e049d09691d36c453bc8ddb0e0eebe_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2251198"
}
],
"notes": [
{
"category": "description",
"text": "A memory exhaustion flaw was found in the otelgrpc handler of open-telemetry. This flaw may allow a remote unauthenticated attacker to flood the peer address and port and exhaust the server\u0027s memory by sending multiple malicious requests, affecting the availability of the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "opentelemetry-go-contrib: DoS vulnerability in otelgrpc due to unbound cardinality metrics",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While no authentication is required, there are a significant number of non-default factors that prevent widespread exploitation of this issue. To affect a service, all of the following must be true:\n- The go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc package must be in use\n- Configured a metrics pipeline that uses the UnaryServerInterceptor wrapper function\n- No filtering of unknown HTTP methods or user agents at a higher level, such as Content Delivery Network\n\nDue to the limited attack surface, Red Hat Product Security rates the impact of this flaw as Moderate.\n\ncluster-network-operator-container in Openshift Container Platform 4 is rated as low and Won\u0027t Fix as the stats are behind an RBAC proxy and isn\u0027t available to unauthenticated users.",
"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.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:162f35a85baabd9055c53717463c908247769a9bf617a4b457adf398d2e972be_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:272f038ebe7fd778c6c24dcc27524f3aa807465576177681b8b80a6adb32be99_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:41064d2db3c4c1e651f2df89d6cd4a19027c6930edc6ab66b5535a2cd7f39f49_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:859301df4f104e3d36efc2446929c86805e586c3c5ac07548d0277442d5df6ca_s390x"
],
"known_not_affected": [
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:5fbef84c4a88ad4ea88a1b2232cc0d6630fa47c8e3ae874a485c971c6d5951b9_ppc64le",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:ac0c3a8d86539bc4668e1a6de82e1f8439a1fbbb17a3b4102cabf078f021b41f_amd64",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:c94f20ad65f5411c7cabafd574e52f2fcb52d2f917003ae71adc736028f962bf_s390x",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:088b9e19fc16a4fbb655b81ab1fbe78aa82ebce2ad5ad0df67fc8b361b4fe170_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:2c29d14c5d64f810cc68fdb894700819f5122a354d5cbb473cf73f517f5315e9_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:5c2628c9c3de8ff9eaf6c727eaa2b4382741f21afeb4154329714b404fb4e1df_arm64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:f4a85d993ae326570a5e4dd8bdf9e5cec586c2f8b55a962940457f39787d6af8_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:061fc659ec847d38201a7b049b813df1fddac1e97d2caddaaac3d91d5e05fd46_amd64",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:3cc0e4ec3f46d066bfc5546a2efdab3a44aa38f2d6dc961509bee8f7f9cb5ddb_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:7c00300daa75158d7a406317be71f2a8932a613b769144ae92a5ae225f4feb1e_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:193a773d4f1ed8ec6097579507dddd3863301ec546e325e38b5290235f06c802_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:968deb95e9fde6ba12565e3ef601bfc60551ac6ac7c122b2bdacea09b6574266_arm64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:d608a1d128733b31b552d8410c1d95cb740646cea32b79ee401d2de178e08ca9_amd64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:f717a955a7ca2c3b1eac84e4b192ab38dcf1e98f6baea0ef592071c60f389bd1_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:46486b7e3b087bfec9c7b0dd4547af1190cee2be55dee7400ec90e6dc4b434f4_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a20b4235cee3193794be549c645164c2811a044498a777591437ff440264a7da_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a552dbccf217e8deaec318bcaf9b40877d3be1e88d091ae1684959f48367e0f2_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:8f650cf5915d5b7a15931e4a11d7c6be43d16068132f4cb4ef3e0c3e3cfbc17c_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:978017d3524aded83f4c63710e0b10dc2a453a22b5bc9ef801c7e70ac13aee40_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:9c3b15da5ddf22af93ae1617329ef41fddb4e6c00bbf9ea12567c4fc2c14cfdf_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:41c7883aafc2938852f5920ac2a178e1b0f39e0acdb817678696adec90fa2686_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:95a047d3be90468e15a9f246f8e0fbfd159f18f7a9841d07c75e6c3f30c7c80a_arm64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:d383069c5e89e051a15e95e61e9bd5197edf4f91fde60df8b8ed7d4e8269452e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:f2ab9f9eb9e502f0d78b32159dfc5aeae77ec9698ed3a2aeecd184407388f1e3_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:38d7fe0b8fa164df79d08fe2d20af60d7530e2691e7d4f183d71f138a00a128e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:a8f0e209e62e02a20648f982360e5b5ec7e62c294b4f7eb7df53ccd0bb750008_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:cd6bbc33a59480c1c504a88f86ca4bb51de037db3c993581d18ee7e887c96dcc_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:2bd43ed14d916a13f2d631f8dc350313c47619033134463399d76e77688f4c2e_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:92c7cf4ce69644ffa955c78b1e18aab5f9c3a843f889703a326ea9e6697455af_s390x",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:e1abb6a3be342350f7b3f641f9e036e2bd998e5fd6bd215730f3d39526e1d16f_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a714121fa385acb6fe75bb74f402be8cf6da85372fd4a34abfbb9b546782e9c0_amd64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a9cdb157400f7826b8c5075591d26dd9e25628e94189de3b90c8e9389e3181ed_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:ab289e798f909cf238f410984b7388db2f0a20794a3d55a06031fd9771efeaf7_arm64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:f5e5b787848d5838aaaeb58e3b8836ff67b4fcf9a2d3c9d19f27e06818fdf295_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:4b79f14a1d5130673921c4d711c0b919377307dd6d76d14386f9f83a5e1b4ecd_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:60ca8f2d341b1f1a09710a37c40f4c803c6b1b2d09fc1a7f53f9a979ad6643d6_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:92bd51fa0a6ee62be70dda32f5d922e70f4aea630b70bc7b5b74d0bf3c1d3a66_amd64",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:f518a439b56354f01a647d3c0550c909b42a879607982ce50bbbc0b6403a58f9_arm64",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5700bc3e6aadfa1890bb81bcc70f0ef026b5bd0d38f1e4bd35d04d5ceee7808d_ppc64le",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5972ba4c75e54f1670ec5ffb0a5a749a6992967ea0dd6e5d442019fa64dc1515_s390x",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:67108dd96a553925f2759cc5359447315aff09e7628a8228e71b04a8dee25f63_amd64",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:43334d92af32e97a11691d0fa7069746d59d6f73a0a2c0b97bbbfdc7937f117a_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8512465ad8828593d0f4b6d4208a6c60a0f297f70ef26a0c4c874f6ddf4798d2_s390x",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8b0583cf72b39299e6769f9c9fdc4321b7e384405aec8d1519d4ea5ac060fd05_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:ab568f027f842174927e1ccc7ca00448068e9241f40f53034d9ba74aaf062aa1_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:c4b5c7247825d7265f83ae5fb5e8a0f62fbb69cdbaf535d0d83320b817d7ef48_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:cf07146641dab9fe090c2b44d8f533375a5d04b8fcdedb42f75f10916b5b6ba6_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:3a4ec2b8d194134fc4a3cb9077306ba71eaef4e4544177f590c73ae7e40d490b_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:87e2d4e45b3d308e6937791d906c277df67c45321c7b760cca528f36e68d263d_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:8a090360648affdb24c12d7c2efaffc07bc21deb8b29f4ad3c12cf0a5ee6e19b_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:aff1de5e9ad24bbfacda0bf34bb6b28d27c3f9ce646ed53e93b4c87eb0bda93c_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:2ca34569661d388d50cc0e9f5949ea7a404ceb266981855b3251c329dab88e11_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:d77cb43b5019248b790134edc980d7fb260c4dcb884f8e54d27c33b876a5f897_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:f9f73b9781288b1a52b06edb752efc9475a315e1dd9a445e28cc47d571762cfc_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:1ab09e10bfe23ed2e08513d887bd36c4bed003d6bcb7f1885364ef5a606ec010_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:9a42214d500a600785bb9a7bdd5b9580a5f8cfbf16980eb48bde3ae4ce855f3c_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:e87b8be96be2c5042af949785dd0c543e28d9432914a9543b08fd38d4a1e11ff_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:2eb40b0c565a4d150229ab504adfb2e0a2b4a5b25ff8ccb690e6d2dcae3bf424_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:36a0a82ab0c1e9d67d31aa8afe81bc1485541e3aefa221dbbc2a6822edfe8515_arm64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:8a8f7e1126adc73d210cdf8454c64356e2229e3aefc5bb4ba5a8bc7755a5d469_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:ef3d403c990fa7f2af167a123af043970cadc00b78b454b93dd9a4bca2699d2b_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:0ee210a535f1f11de40e1a0ee55a10855ce13c09dab9791ee4d35c59949ca934_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:3dc59c38e0cde2c9974d3fa5a7ce1c9f98589a5aeb486fdc8a8e7717656522fe_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:44c6bb264bbbd0ad67978dd2b4e01c530e653baf14b15f8a1eddff675fa760bd_amd64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:631643362d4345fdefb3fb34416ca09626b634c92fde970e1494a95fe5bdfc87_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:21c8ba4e41692cc24ce0127b4198413183451eff19a461941e9efb6bd140bfb4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:24d9bcb0da6e061f9de31768e94b660f955323e130f7eb0fc9e8746c1709d3f8_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:8ef36128140b9a90403fb672178d07be7fd16ddf9809ec628a693e0e2dd6d4a9_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:078bd92b92c28c3899986f4c6755950f3de044ca6b7214353cc0e84d2a67d570_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:0b08f6aba84c9f64b3253f5f23efaa0bba47be37f2582378509849b73db165e4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:64ca1e84e10bbc7522da216e4965658e06c540fce8c18f2976dab5c3236ea256_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0976ab8ba60319bf9ef20503de0fa249055e18a82ab36113affe7ad177b3f187_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:1d7f610fea74bb30b0276aa40556d9c03762c10f3bb71618afb5e6f5af718688_amd64",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:cf81ea45b333424981129e464f1374739a4f309efdcb26b9f7df2df4d346c1a9_ppc64le",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:dd9ca8286f54ba8e4151414afc65cbc4d619430676ab2735afc2a1e086b17921_arm64",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:1d89cd1a73d1bbd66988ce2224de39b799ecfa1cfe96d0ec2619ccc059c11d20_ppc64le",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:efdcf383abcb962ea0fdb92a9fa31f60a150a2c48174303881b550e5d9dec6f7_s390x",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:f500d5f16ea39d262ad4c52a9be03953e6e7ffa0f4349860976c41a70d8bb0e5_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:491a5b629d9777815ee6d28356cf82a7fd7939f2a39e65ae833440af1831b1db_s390x",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:80f47a30616834100466219c9e4d8c67fcef9554b2075c2bf81905c86b03d46b_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:cd38debd1e2088a81a31ac95eda219ad9d58d255ac0ed157a804837b00a87ac0_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:096d6e38c34c0c89e2b2e49d6c8b61acf9f88033d3b2814eefa62abee30d4993_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:4d03e157d3ed69eef8a8ee8a6c8f9e0746c16baa6ccff7c5c8a7457e9a8b9a56_s390x",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:d556581772224fe60606ece392a210f1a3b3de01a26959197c594634694d6ebb_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:0ef121586e961be58480d76ba988719daaa82e606a8cc3649a0d01ef75227bc0_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:3452dc4a07cb296d2102f3fbc34865496dcd418f602dc117cb327893f6464e71_ppc64le",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:61fb5b6ebf9ee44b9271eb3526cb3175c9a135f86223e165c05b73a390f617ea_arm64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:c6b46eca6dfec3a8fb48b61393707e11e8cc573aad7eb6ff95c4661092e913f0_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:79ad5ac0ee525277a8a1bd550428a5e0a04da73aa1d9df23d085ec888d12d45b_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:911c38bf283079dd024087bda48a37ddf0ec981da4589596565706e5dfcd6dad_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:c1f4872828308bf7f0477697fb74a0ab7c3f595e2c33e29ee873232efca1960d_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:0df69e6e3d2add83c5a74faff76837a49333184b1d170acee968d4c064933bcf_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:5c3c4bbf1bf820995a13588d02a8cf692e1343da25def005dab981078b14d970_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:e1a7fd2bf349908c710237a1f832a4e161e049d09691d36c453bc8ddb0e0eebe_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-47108"
},
{
"category": "external",
"summary": "RHBZ#2251198",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2251198"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-47108",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47108"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-47108",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-47108"
},
{
"category": "external",
"summary": "https://github.com/open-telemetry/opentelemetry-go-contrib/security/advisories/GHSA-8pgv-569h-w5rw",
"url": "https://github.com/open-telemetry/opentelemetry-go-contrib/security/advisories/GHSA-8pgv-569h-w5rw"
}
],
"release_date": "2023-11-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-07-17T13:09:39+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:162f35a85baabd9055c53717463c908247769a9bf617a4b457adf398d2e972be_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:272f038ebe7fd778c6c24dcc27524f3aa807465576177681b8b80a6adb32be99_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:41064d2db3c4c1e651f2df89d6cd4a19027c6930edc6ab66b5535a2cd7f39f49_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:859301df4f104e3d36efc2446929c86805e586c3c5ac07548d0277442d5df6ca_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:4591"
},
{
"category": "workaround",
"details": "As a workaround, use a view removing the attributes. Another possibility is to disable grpc metrics instrumentation by passing otelgrpc.WithMeterProvider option with noop.NewMeterProvider.",
"product_ids": [
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:5fbef84c4a88ad4ea88a1b2232cc0d6630fa47c8e3ae874a485c971c6d5951b9_ppc64le",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:ac0c3a8d86539bc4668e1a6de82e1f8439a1fbbb17a3b4102cabf078f021b41f_amd64",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:c94f20ad65f5411c7cabafd574e52f2fcb52d2f917003ae71adc736028f962bf_s390x",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:088b9e19fc16a4fbb655b81ab1fbe78aa82ebce2ad5ad0df67fc8b361b4fe170_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:2c29d14c5d64f810cc68fdb894700819f5122a354d5cbb473cf73f517f5315e9_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:5c2628c9c3de8ff9eaf6c727eaa2b4382741f21afeb4154329714b404fb4e1df_arm64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:f4a85d993ae326570a5e4dd8bdf9e5cec586c2f8b55a962940457f39787d6af8_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:061fc659ec847d38201a7b049b813df1fddac1e97d2caddaaac3d91d5e05fd46_amd64",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:3cc0e4ec3f46d066bfc5546a2efdab3a44aa38f2d6dc961509bee8f7f9cb5ddb_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:7c00300daa75158d7a406317be71f2a8932a613b769144ae92a5ae225f4feb1e_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:193a773d4f1ed8ec6097579507dddd3863301ec546e325e38b5290235f06c802_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:968deb95e9fde6ba12565e3ef601bfc60551ac6ac7c122b2bdacea09b6574266_arm64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:d608a1d128733b31b552d8410c1d95cb740646cea32b79ee401d2de178e08ca9_amd64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:f717a955a7ca2c3b1eac84e4b192ab38dcf1e98f6baea0ef592071c60f389bd1_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:46486b7e3b087bfec9c7b0dd4547af1190cee2be55dee7400ec90e6dc4b434f4_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a20b4235cee3193794be549c645164c2811a044498a777591437ff440264a7da_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a552dbccf217e8deaec318bcaf9b40877d3be1e88d091ae1684959f48367e0f2_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:8f650cf5915d5b7a15931e4a11d7c6be43d16068132f4cb4ef3e0c3e3cfbc17c_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:978017d3524aded83f4c63710e0b10dc2a453a22b5bc9ef801c7e70ac13aee40_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:9c3b15da5ddf22af93ae1617329ef41fddb4e6c00bbf9ea12567c4fc2c14cfdf_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:41c7883aafc2938852f5920ac2a178e1b0f39e0acdb817678696adec90fa2686_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:95a047d3be90468e15a9f246f8e0fbfd159f18f7a9841d07c75e6c3f30c7c80a_arm64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:d383069c5e89e051a15e95e61e9bd5197edf4f91fde60df8b8ed7d4e8269452e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:f2ab9f9eb9e502f0d78b32159dfc5aeae77ec9698ed3a2aeecd184407388f1e3_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:38d7fe0b8fa164df79d08fe2d20af60d7530e2691e7d4f183d71f138a00a128e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:a8f0e209e62e02a20648f982360e5b5ec7e62c294b4f7eb7df53ccd0bb750008_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:cd6bbc33a59480c1c504a88f86ca4bb51de037db3c993581d18ee7e887c96dcc_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:2bd43ed14d916a13f2d631f8dc350313c47619033134463399d76e77688f4c2e_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:92c7cf4ce69644ffa955c78b1e18aab5f9c3a843f889703a326ea9e6697455af_s390x",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:e1abb6a3be342350f7b3f641f9e036e2bd998e5fd6bd215730f3d39526e1d16f_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a714121fa385acb6fe75bb74f402be8cf6da85372fd4a34abfbb9b546782e9c0_amd64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a9cdb157400f7826b8c5075591d26dd9e25628e94189de3b90c8e9389e3181ed_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:ab289e798f909cf238f410984b7388db2f0a20794a3d55a06031fd9771efeaf7_arm64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:f5e5b787848d5838aaaeb58e3b8836ff67b4fcf9a2d3c9d19f27e06818fdf295_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:4b79f14a1d5130673921c4d711c0b919377307dd6d76d14386f9f83a5e1b4ecd_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:60ca8f2d341b1f1a09710a37c40f4c803c6b1b2d09fc1a7f53f9a979ad6643d6_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:92bd51fa0a6ee62be70dda32f5d922e70f4aea630b70bc7b5b74d0bf3c1d3a66_amd64",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:f518a439b56354f01a647d3c0550c909b42a879607982ce50bbbc0b6403a58f9_arm64",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5700bc3e6aadfa1890bb81bcc70f0ef026b5bd0d38f1e4bd35d04d5ceee7808d_ppc64le",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5972ba4c75e54f1670ec5ffb0a5a749a6992967ea0dd6e5d442019fa64dc1515_s390x",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:67108dd96a553925f2759cc5359447315aff09e7628a8228e71b04a8dee25f63_amd64",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:43334d92af32e97a11691d0fa7069746d59d6f73a0a2c0b97bbbfdc7937f117a_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8512465ad8828593d0f4b6d4208a6c60a0f297f70ef26a0c4c874f6ddf4798d2_s390x",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8b0583cf72b39299e6769f9c9fdc4321b7e384405aec8d1519d4ea5ac060fd05_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:ab568f027f842174927e1ccc7ca00448068e9241f40f53034d9ba74aaf062aa1_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:c4b5c7247825d7265f83ae5fb5e8a0f62fbb69cdbaf535d0d83320b817d7ef48_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:cf07146641dab9fe090c2b44d8f533375a5d04b8fcdedb42f75f10916b5b6ba6_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:3a4ec2b8d194134fc4a3cb9077306ba71eaef4e4544177f590c73ae7e40d490b_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:87e2d4e45b3d308e6937791d906c277df67c45321c7b760cca528f36e68d263d_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:8a090360648affdb24c12d7c2efaffc07bc21deb8b29f4ad3c12cf0a5ee6e19b_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:aff1de5e9ad24bbfacda0bf34bb6b28d27c3f9ce646ed53e93b4c87eb0bda93c_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:162f35a85baabd9055c53717463c908247769a9bf617a4b457adf398d2e972be_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:272f038ebe7fd778c6c24dcc27524f3aa807465576177681b8b80a6adb32be99_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:41064d2db3c4c1e651f2df89d6cd4a19027c6930edc6ab66b5535a2cd7f39f49_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:859301df4f104e3d36efc2446929c86805e586c3c5ac07548d0277442d5df6ca_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:2ca34569661d388d50cc0e9f5949ea7a404ceb266981855b3251c329dab88e11_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:d77cb43b5019248b790134edc980d7fb260c4dcb884f8e54d27c33b876a5f897_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:f9f73b9781288b1a52b06edb752efc9475a315e1dd9a445e28cc47d571762cfc_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:1ab09e10bfe23ed2e08513d887bd36c4bed003d6bcb7f1885364ef5a606ec010_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:9a42214d500a600785bb9a7bdd5b9580a5f8cfbf16980eb48bde3ae4ce855f3c_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:e87b8be96be2c5042af949785dd0c543e28d9432914a9543b08fd38d4a1e11ff_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:2eb40b0c565a4d150229ab504adfb2e0a2b4a5b25ff8ccb690e6d2dcae3bf424_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:36a0a82ab0c1e9d67d31aa8afe81bc1485541e3aefa221dbbc2a6822edfe8515_arm64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:8a8f7e1126adc73d210cdf8454c64356e2229e3aefc5bb4ba5a8bc7755a5d469_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:ef3d403c990fa7f2af167a123af043970cadc00b78b454b93dd9a4bca2699d2b_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:0ee210a535f1f11de40e1a0ee55a10855ce13c09dab9791ee4d35c59949ca934_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:3dc59c38e0cde2c9974d3fa5a7ce1c9f98589a5aeb486fdc8a8e7717656522fe_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:44c6bb264bbbd0ad67978dd2b4e01c530e653baf14b15f8a1eddff675fa760bd_amd64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:631643362d4345fdefb3fb34416ca09626b634c92fde970e1494a95fe5bdfc87_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:21c8ba4e41692cc24ce0127b4198413183451eff19a461941e9efb6bd140bfb4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:24d9bcb0da6e061f9de31768e94b660f955323e130f7eb0fc9e8746c1709d3f8_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:8ef36128140b9a90403fb672178d07be7fd16ddf9809ec628a693e0e2dd6d4a9_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:078bd92b92c28c3899986f4c6755950f3de044ca6b7214353cc0e84d2a67d570_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:0b08f6aba84c9f64b3253f5f23efaa0bba47be37f2582378509849b73db165e4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:64ca1e84e10bbc7522da216e4965658e06c540fce8c18f2976dab5c3236ea256_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0976ab8ba60319bf9ef20503de0fa249055e18a82ab36113affe7ad177b3f187_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:1d7f610fea74bb30b0276aa40556d9c03762c10f3bb71618afb5e6f5af718688_amd64",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:cf81ea45b333424981129e464f1374739a4f309efdcb26b9f7df2df4d346c1a9_ppc64le",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:dd9ca8286f54ba8e4151414afc65cbc4d619430676ab2735afc2a1e086b17921_arm64",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:1d89cd1a73d1bbd66988ce2224de39b799ecfa1cfe96d0ec2619ccc059c11d20_ppc64le",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:efdcf383abcb962ea0fdb92a9fa31f60a150a2c48174303881b550e5d9dec6f7_s390x",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:f500d5f16ea39d262ad4c52a9be03953e6e7ffa0f4349860976c41a70d8bb0e5_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:491a5b629d9777815ee6d28356cf82a7fd7939f2a39e65ae833440af1831b1db_s390x",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:80f47a30616834100466219c9e4d8c67fcef9554b2075c2bf81905c86b03d46b_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:cd38debd1e2088a81a31ac95eda219ad9d58d255ac0ed157a804837b00a87ac0_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:096d6e38c34c0c89e2b2e49d6c8b61acf9f88033d3b2814eefa62abee30d4993_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:4d03e157d3ed69eef8a8ee8a6c8f9e0746c16baa6ccff7c5c8a7457e9a8b9a56_s390x",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:d556581772224fe60606ece392a210f1a3b3de01a26959197c594634694d6ebb_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:0ef121586e961be58480d76ba988719daaa82e606a8cc3649a0d01ef75227bc0_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:3452dc4a07cb296d2102f3fbc34865496dcd418f602dc117cb327893f6464e71_ppc64le",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:61fb5b6ebf9ee44b9271eb3526cb3175c9a135f86223e165c05b73a390f617ea_arm64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:c6b46eca6dfec3a8fb48b61393707e11e8cc573aad7eb6ff95c4661092e913f0_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:79ad5ac0ee525277a8a1bd550428a5e0a04da73aa1d9df23d085ec888d12d45b_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:911c38bf283079dd024087bda48a37ddf0ec981da4589596565706e5dfcd6dad_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:c1f4872828308bf7f0477697fb74a0ab7c3f595e2c33e29ee873232efca1960d_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:0df69e6e3d2add83c5a74faff76837a49333184b1d170acee968d4c064933bcf_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:5c3c4bbf1bf820995a13588d02a8cf692e1343da25def005dab981078b14d970_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:e1a7fd2bf349908c710237a1f832a4e161e049d09691d36c453bc8ddb0e0eebe_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:5fbef84c4a88ad4ea88a1b2232cc0d6630fa47c8e3ae874a485c971c6d5951b9_ppc64le",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:ac0c3a8d86539bc4668e1a6de82e1f8439a1fbbb17a3b4102cabf078f021b41f_amd64",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:c94f20ad65f5411c7cabafd574e52f2fcb52d2f917003ae71adc736028f962bf_s390x",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:088b9e19fc16a4fbb655b81ab1fbe78aa82ebce2ad5ad0df67fc8b361b4fe170_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:2c29d14c5d64f810cc68fdb894700819f5122a354d5cbb473cf73f517f5315e9_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:5c2628c9c3de8ff9eaf6c727eaa2b4382741f21afeb4154329714b404fb4e1df_arm64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:f4a85d993ae326570a5e4dd8bdf9e5cec586c2f8b55a962940457f39787d6af8_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:061fc659ec847d38201a7b049b813df1fddac1e97d2caddaaac3d91d5e05fd46_amd64",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:3cc0e4ec3f46d066bfc5546a2efdab3a44aa38f2d6dc961509bee8f7f9cb5ddb_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:7c00300daa75158d7a406317be71f2a8932a613b769144ae92a5ae225f4feb1e_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:193a773d4f1ed8ec6097579507dddd3863301ec546e325e38b5290235f06c802_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:968deb95e9fde6ba12565e3ef601bfc60551ac6ac7c122b2bdacea09b6574266_arm64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:d608a1d128733b31b552d8410c1d95cb740646cea32b79ee401d2de178e08ca9_amd64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:f717a955a7ca2c3b1eac84e4b192ab38dcf1e98f6baea0ef592071c60f389bd1_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:46486b7e3b087bfec9c7b0dd4547af1190cee2be55dee7400ec90e6dc4b434f4_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a20b4235cee3193794be549c645164c2811a044498a777591437ff440264a7da_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a552dbccf217e8deaec318bcaf9b40877d3be1e88d091ae1684959f48367e0f2_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:8f650cf5915d5b7a15931e4a11d7c6be43d16068132f4cb4ef3e0c3e3cfbc17c_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:978017d3524aded83f4c63710e0b10dc2a453a22b5bc9ef801c7e70ac13aee40_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:9c3b15da5ddf22af93ae1617329ef41fddb4e6c00bbf9ea12567c4fc2c14cfdf_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:41c7883aafc2938852f5920ac2a178e1b0f39e0acdb817678696adec90fa2686_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:95a047d3be90468e15a9f246f8e0fbfd159f18f7a9841d07c75e6c3f30c7c80a_arm64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:d383069c5e89e051a15e95e61e9bd5197edf4f91fde60df8b8ed7d4e8269452e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:f2ab9f9eb9e502f0d78b32159dfc5aeae77ec9698ed3a2aeecd184407388f1e3_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:38d7fe0b8fa164df79d08fe2d20af60d7530e2691e7d4f183d71f138a00a128e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:a8f0e209e62e02a20648f982360e5b5ec7e62c294b4f7eb7df53ccd0bb750008_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:cd6bbc33a59480c1c504a88f86ca4bb51de037db3c993581d18ee7e887c96dcc_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:2bd43ed14d916a13f2d631f8dc350313c47619033134463399d76e77688f4c2e_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:92c7cf4ce69644ffa955c78b1e18aab5f9c3a843f889703a326ea9e6697455af_s390x",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:e1abb6a3be342350f7b3f641f9e036e2bd998e5fd6bd215730f3d39526e1d16f_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a714121fa385acb6fe75bb74f402be8cf6da85372fd4a34abfbb9b546782e9c0_amd64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a9cdb157400f7826b8c5075591d26dd9e25628e94189de3b90c8e9389e3181ed_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:ab289e798f909cf238f410984b7388db2f0a20794a3d55a06031fd9771efeaf7_arm64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:f5e5b787848d5838aaaeb58e3b8836ff67b4fcf9a2d3c9d19f27e06818fdf295_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:4b79f14a1d5130673921c4d711c0b919377307dd6d76d14386f9f83a5e1b4ecd_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:60ca8f2d341b1f1a09710a37c40f4c803c6b1b2d09fc1a7f53f9a979ad6643d6_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:92bd51fa0a6ee62be70dda32f5d922e70f4aea630b70bc7b5b74d0bf3c1d3a66_amd64",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:f518a439b56354f01a647d3c0550c909b42a879607982ce50bbbc0b6403a58f9_arm64",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5700bc3e6aadfa1890bb81bcc70f0ef026b5bd0d38f1e4bd35d04d5ceee7808d_ppc64le",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5972ba4c75e54f1670ec5ffb0a5a749a6992967ea0dd6e5d442019fa64dc1515_s390x",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:67108dd96a553925f2759cc5359447315aff09e7628a8228e71b04a8dee25f63_amd64",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:43334d92af32e97a11691d0fa7069746d59d6f73a0a2c0b97bbbfdc7937f117a_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8512465ad8828593d0f4b6d4208a6c60a0f297f70ef26a0c4c874f6ddf4798d2_s390x",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8b0583cf72b39299e6769f9c9fdc4321b7e384405aec8d1519d4ea5ac060fd05_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:ab568f027f842174927e1ccc7ca00448068e9241f40f53034d9ba74aaf062aa1_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:c4b5c7247825d7265f83ae5fb5e8a0f62fbb69cdbaf535d0d83320b817d7ef48_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:cf07146641dab9fe090c2b44d8f533375a5d04b8fcdedb42f75f10916b5b6ba6_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:3a4ec2b8d194134fc4a3cb9077306ba71eaef4e4544177f590c73ae7e40d490b_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:87e2d4e45b3d308e6937791d906c277df67c45321c7b760cca528f36e68d263d_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:8a090360648affdb24c12d7c2efaffc07bc21deb8b29f4ad3c12cf0a5ee6e19b_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:aff1de5e9ad24bbfacda0bf34bb6b28d27c3f9ce646ed53e93b4c87eb0bda93c_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:162f35a85baabd9055c53717463c908247769a9bf617a4b457adf398d2e972be_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:272f038ebe7fd778c6c24dcc27524f3aa807465576177681b8b80a6adb32be99_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:41064d2db3c4c1e651f2df89d6cd4a19027c6930edc6ab66b5535a2cd7f39f49_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:859301df4f104e3d36efc2446929c86805e586c3c5ac07548d0277442d5df6ca_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:2ca34569661d388d50cc0e9f5949ea7a404ceb266981855b3251c329dab88e11_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:d77cb43b5019248b790134edc980d7fb260c4dcb884f8e54d27c33b876a5f897_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:f9f73b9781288b1a52b06edb752efc9475a315e1dd9a445e28cc47d571762cfc_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:1ab09e10bfe23ed2e08513d887bd36c4bed003d6bcb7f1885364ef5a606ec010_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:9a42214d500a600785bb9a7bdd5b9580a5f8cfbf16980eb48bde3ae4ce855f3c_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:e87b8be96be2c5042af949785dd0c543e28d9432914a9543b08fd38d4a1e11ff_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:2eb40b0c565a4d150229ab504adfb2e0a2b4a5b25ff8ccb690e6d2dcae3bf424_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:36a0a82ab0c1e9d67d31aa8afe81bc1485541e3aefa221dbbc2a6822edfe8515_arm64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:8a8f7e1126adc73d210cdf8454c64356e2229e3aefc5bb4ba5a8bc7755a5d469_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:ef3d403c990fa7f2af167a123af043970cadc00b78b454b93dd9a4bca2699d2b_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:0ee210a535f1f11de40e1a0ee55a10855ce13c09dab9791ee4d35c59949ca934_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:3dc59c38e0cde2c9974d3fa5a7ce1c9f98589a5aeb486fdc8a8e7717656522fe_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:44c6bb264bbbd0ad67978dd2b4e01c530e653baf14b15f8a1eddff675fa760bd_amd64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:631643362d4345fdefb3fb34416ca09626b634c92fde970e1494a95fe5bdfc87_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:21c8ba4e41692cc24ce0127b4198413183451eff19a461941e9efb6bd140bfb4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:24d9bcb0da6e061f9de31768e94b660f955323e130f7eb0fc9e8746c1709d3f8_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:8ef36128140b9a90403fb672178d07be7fd16ddf9809ec628a693e0e2dd6d4a9_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:078bd92b92c28c3899986f4c6755950f3de044ca6b7214353cc0e84d2a67d570_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:0b08f6aba84c9f64b3253f5f23efaa0bba47be37f2582378509849b73db165e4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:64ca1e84e10bbc7522da216e4965658e06c540fce8c18f2976dab5c3236ea256_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0976ab8ba60319bf9ef20503de0fa249055e18a82ab36113affe7ad177b3f187_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:1d7f610fea74bb30b0276aa40556d9c03762c10f3bb71618afb5e6f5af718688_amd64",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:cf81ea45b333424981129e464f1374739a4f309efdcb26b9f7df2df4d346c1a9_ppc64le",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:dd9ca8286f54ba8e4151414afc65cbc4d619430676ab2735afc2a1e086b17921_arm64",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:1d89cd1a73d1bbd66988ce2224de39b799ecfa1cfe96d0ec2619ccc059c11d20_ppc64le",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:efdcf383abcb962ea0fdb92a9fa31f60a150a2c48174303881b550e5d9dec6f7_s390x",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:f500d5f16ea39d262ad4c52a9be03953e6e7ffa0f4349860976c41a70d8bb0e5_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:491a5b629d9777815ee6d28356cf82a7fd7939f2a39e65ae833440af1831b1db_s390x",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:80f47a30616834100466219c9e4d8c67fcef9554b2075c2bf81905c86b03d46b_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:cd38debd1e2088a81a31ac95eda219ad9d58d255ac0ed157a804837b00a87ac0_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:096d6e38c34c0c89e2b2e49d6c8b61acf9f88033d3b2814eefa62abee30d4993_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:4d03e157d3ed69eef8a8ee8a6c8f9e0746c16baa6ccff7c5c8a7457e9a8b9a56_s390x",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:d556581772224fe60606ece392a210f1a3b3de01a26959197c594634694d6ebb_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:0ef121586e961be58480d76ba988719daaa82e606a8cc3649a0d01ef75227bc0_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:3452dc4a07cb296d2102f3fbc34865496dcd418f602dc117cb327893f6464e71_ppc64le",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:61fb5b6ebf9ee44b9271eb3526cb3175c9a135f86223e165c05b73a390f617ea_arm64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:c6b46eca6dfec3a8fb48b61393707e11e8cc573aad7eb6ff95c4661092e913f0_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:79ad5ac0ee525277a8a1bd550428a5e0a04da73aa1d9df23d085ec888d12d45b_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:911c38bf283079dd024087bda48a37ddf0ec981da4589596565706e5dfcd6dad_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:c1f4872828308bf7f0477697fb74a0ab7c3f595e2c33e29ee873232efca1960d_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:0df69e6e3d2add83c5a74faff76837a49333184b1d170acee968d4c064933bcf_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:5c3c4bbf1bf820995a13588d02a8cf692e1343da25def005dab981078b14d970_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:e1a7fd2bf349908c710237a1f832a4e161e049d09691d36c453bc8ddb0e0eebe_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "opentelemetry-go-contrib: DoS vulnerability in otelgrpc due to unbound cardinality metrics"
},
{
"acknowledgments": [
{
"names": [
"@r3kumar",
"@qmuntal"
]
}
],
"cve": "CVE-2024-1394",
"cwe": {
"id": "CWE-401",
"name": "Missing Release of Memory after Effective Lifetime"
},
"discovery_date": "2024-02-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:5fbef84c4a88ad4ea88a1b2232cc0d6630fa47c8e3ae874a485c971c6d5951b9_ppc64le",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:ac0c3a8d86539bc4668e1a6de82e1f8439a1fbbb17a3b4102cabf078f021b41f_amd64",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:c94f20ad65f5411c7cabafd574e52f2fcb52d2f917003ae71adc736028f962bf_s390x",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:088b9e19fc16a4fbb655b81ab1fbe78aa82ebce2ad5ad0df67fc8b361b4fe170_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:2c29d14c5d64f810cc68fdb894700819f5122a354d5cbb473cf73f517f5315e9_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:5c2628c9c3de8ff9eaf6c727eaa2b4382741f21afeb4154329714b404fb4e1df_arm64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:f4a85d993ae326570a5e4dd8bdf9e5cec586c2f8b55a962940457f39787d6af8_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:46486b7e3b087bfec9c7b0dd4547af1190cee2be55dee7400ec90e6dc4b434f4_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a20b4235cee3193794be549c645164c2811a044498a777591437ff440264a7da_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a552dbccf217e8deaec318bcaf9b40877d3be1e88d091ae1684959f48367e0f2_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:8f650cf5915d5b7a15931e4a11d7c6be43d16068132f4cb4ef3e0c3e3cfbc17c_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:978017d3524aded83f4c63710e0b10dc2a453a22b5bc9ef801c7e70ac13aee40_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:9c3b15da5ddf22af93ae1617329ef41fddb4e6c00bbf9ea12567c4fc2c14cfdf_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:41c7883aafc2938852f5920ac2a178e1b0f39e0acdb817678696adec90fa2686_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:95a047d3be90468e15a9f246f8e0fbfd159f18f7a9841d07c75e6c3f30c7c80a_arm64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:d383069c5e89e051a15e95e61e9bd5197edf4f91fde60df8b8ed7d4e8269452e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:f2ab9f9eb9e502f0d78b32159dfc5aeae77ec9698ed3a2aeecd184407388f1e3_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:38d7fe0b8fa164df79d08fe2d20af60d7530e2691e7d4f183d71f138a00a128e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:a8f0e209e62e02a20648f982360e5b5ec7e62c294b4f7eb7df53ccd0bb750008_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:cd6bbc33a59480c1c504a88f86ca4bb51de037db3c993581d18ee7e887c96dcc_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:2bd43ed14d916a13f2d631f8dc350313c47619033134463399d76e77688f4c2e_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:92c7cf4ce69644ffa955c78b1e18aab5f9c3a843f889703a326ea9e6697455af_s390x",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:e1abb6a3be342350f7b3f641f9e036e2bd998e5fd6bd215730f3d39526e1d16f_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a714121fa385acb6fe75bb74f402be8cf6da85372fd4a34abfbb9b546782e9c0_amd64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a9cdb157400f7826b8c5075591d26dd9e25628e94189de3b90c8e9389e3181ed_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:ab289e798f909cf238f410984b7388db2f0a20794a3d55a06031fd9771efeaf7_arm64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:f5e5b787848d5838aaaeb58e3b8836ff67b4fcf9a2d3c9d19f27e06818fdf295_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:4b79f14a1d5130673921c4d711c0b919377307dd6d76d14386f9f83a5e1b4ecd_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:60ca8f2d341b1f1a09710a37c40f4c803c6b1b2d09fc1a7f53f9a979ad6643d6_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:92bd51fa0a6ee62be70dda32f5d922e70f4aea630b70bc7b5b74d0bf3c1d3a66_amd64",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:f518a439b56354f01a647d3c0550c909b42a879607982ce50bbbc0b6403a58f9_arm64",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5700bc3e6aadfa1890bb81bcc70f0ef026b5bd0d38f1e4bd35d04d5ceee7808d_ppc64le",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5972ba4c75e54f1670ec5ffb0a5a749a6992967ea0dd6e5d442019fa64dc1515_s390x",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:67108dd96a553925f2759cc5359447315aff09e7628a8228e71b04a8dee25f63_amd64",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:43334d92af32e97a11691d0fa7069746d59d6f73a0a2c0b97bbbfdc7937f117a_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8512465ad8828593d0f4b6d4208a6c60a0f297f70ef26a0c4c874f6ddf4798d2_s390x",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8b0583cf72b39299e6769f9c9fdc4321b7e384405aec8d1519d4ea5ac060fd05_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:ab568f027f842174927e1ccc7ca00448068e9241f40f53034d9ba74aaf062aa1_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:c4b5c7247825d7265f83ae5fb5e8a0f62fbb69cdbaf535d0d83320b817d7ef48_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:cf07146641dab9fe090c2b44d8f533375a5d04b8fcdedb42f75f10916b5b6ba6_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:3a4ec2b8d194134fc4a3cb9077306ba71eaef4e4544177f590c73ae7e40d490b_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:87e2d4e45b3d308e6937791d906c277df67c45321c7b760cca528f36e68d263d_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:8a090360648affdb24c12d7c2efaffc07bc21deb8b29f4ad3c12cf0a5ee6e19b_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:aff1de5e9ad24bbfacda0bf34bb6b28d27c3f9ce646ed53e93b4c87eb0bda93c_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:162f35a85baabd9055c53717463c908247769a9bf617a4b457adf398d2e972be_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:272f038ebe7fd778c6c24dcc27524f3aa807465576177681b8b80a6adb32be99_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:41064d2db3c4c1e651f2df89d6cd4a19027c6930edc6ab66b5535a2cd7f39f49_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:859301df4f104e3d36efc2446929c86805e586c3c5ac07548d0277442d5df6ca_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:2ca34569661d388d50cc0e9f5949ea7a404ceb266981855b3251c329dab88e11_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:d77cb43b5019248b790134edc980d7fb260c4dcb884f8e54d27c33b876a5f897_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:f9f73b9781288b1a52b06edb752efc9475a315e1dd9a445e28cc47d571762cfc_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:1ab09e10bfe23ed2e08513d887bd36c4bed003d6bcb7f1885364ef5a606ec010_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:9a42214d500a600785bb9a7bdd5b9580a5f8cfbf16980eb48bde3ae4ce855f3c_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:e87b8be96be2c5042af949785dd0c543e28d9432914a9543b08fd38d4a1e11ff_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:2eb40b0c565a4d150229ab504adfb2e0a2b4a5b25ff8ccb690e6d2dcae3bf424_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:36a0a82ab0c1e9d67d31aa8afe81bc1485541e3aefa221dbbc2a6822edfe8515_arm64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:8a8f7e1126adc73d210cdf8454c64356e2229e3aefc5bb4ba5a8bc7755a5d469_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:ef3d403c990fa7f2af167a123af043970cadc00b78b454b93dd9a4bca2699d2b_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:0ee210a535f1f11de40e1a0ee55a10855ce13c09dab9791ee4d35c59949ca934_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:3dc59c38e0cde2c9974d3fa5a7ce1c9f98589a5aeb486fdc8a8e7717656522fe_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:44c6bb264bbbd0ad67978dd2b4e01c530e653baf14b15f8a1eddff675fa760bd_amd64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:631643362d4345fdefb3fb34416ca09626b634c92fde970e1494a95fe5bdfc87_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:21c8ba4e41692cc24ce0127b4198413183451eff19a461941e9efb6bd140bfb4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:24d9bcb0da6e061f9de31768e94b660f955323e130f7eb0fc9e8746c1709d3f8_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:8ef36128140b9a90403fb672178d07be7fd16ddf9809ec628a693e0e2dd6d4a9_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:078bd92b92c28c3899986f4c6755950f3de044ca6b7214353cc0e84d2a67d570_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:0b08f6aba84c9f64b3253f5f23efaa0bba47be37f2582378509849b73db165e4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:64ca1e84e10bbc7522da216e4965658e06c540fce8c18f2976dab5c3236ea256_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0976ab8ba60319bf9ef20503de0fa249055e18a82ab36113affe7ad177b3f187_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:1d7f610fea74bb30b0276aa40556d9c03762c10f3bb71618afb5e6f5af718688_amd64",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:cf81ea45b333424981129e464f1374739a4f309efdcb26b9f7df2df4d346c1a9_ppc64le",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:dd9ca8286f54ba8e4151414afc65cbc4d619430676ab2735afc2a1e086b17921_arm64",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:1d89cd1a73d1bbd66988ce2224de39b799ecfa1cfe96d0ec2619ccc059c11d20_ppc64le",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:efdcf383abcb962ea0fdb92a9fa31f60a150a2c48174303881b550e5d9dec6f7_s390x",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:f500d5f16ea39d262ad4c52a9be03953e6e7ffa0f4349860976c41a70d8bb0e5_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:491a5b629d9777815ee6d28356cf82a7fd7939f2a39e65ae833440af1831b1db_s390x",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:80f47a30616834100466219c9e4d8c67fcef9554b2075c2bf81905c86b03d46b_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:cd38debd1e2088a81a31ac95eda219ad9d58d255ac0ed157a804837b00a87ac0_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:096d6e38c34c0c89e2b2e49d6c8b61acf9f88033d3b2814eefa62abee30d4993_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:4d03e157d3ed69eef8a8ee8a6c8f9e0746c16baa6ccff7c5c8a7457e9a8b9a56_s390x",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:d556581772224fe60606ece392a210f1a3b3de01a26959197c594634694d6ebb_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:0ef121586e961be58480d76ba988719daaa82e606a8cc3649a0d01ef75227bc0_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:3452dc4a07cb296d2102f3fbc34865496dcd418f602dc117cb327893f6464e71_ppc64le",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:61fb5b6ebf9ee44b9271eb3526cb3175c9a135f86223e165c05b73a390f617ea_arm64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:c6b46eca6dfec3a8fb48b61393707e11e8cc573aad7eb6ff95c4661092e913f0_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:79ad5ac0ee525277a8a1bd550428a5e0a04da73aa1d9df23d085ec888d12d45b_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:911c38bf283079dd024087bda48a37ddf0ec981da4589596565706e5dfcd6dad_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:c1f4872828308bf7f0477697fb74a0ab7c3f595e2c33e29ee873232efca1960d_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:0df69e6e3d2add83c5a74faff76837a49333184b1d170acee968d4c064933bcf_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:5c3c4bbf1bf820995a13588d02a8cf692e1343da25def005dab981078b14d970_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:e1a7fd2bf349908c710237a1f832a4e161e049d09691d36c453bc8ddb0e0eebe_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2262921"
}
],
"notes": [
{
"category": "description",
"text": "A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs\u200b. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey\u200b and ctx\u200b. That function uses named return parameters to free pkey\u200b and ctx\u200b if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the \"return nil, nil, fail(...)\" pattern, meaning that pkey\u200b and ctx\u200b will be nil inside the deferred function that should free them.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang-fips/openssl: Memory leaks in code encrypting and decrypting RSA payloads",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The majority of RHEL utilities are not long-running applications; instead, they are command-line tools. These tools utilize Golang package as build-time dependency, which is why they are classified as having a \"Moderate\" level of impact.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:061fc659ec847d38201a7b049b813df1fddac1e97d2caddaaac3d91d5e05fd46_amd64",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:3cc0e4ec3f46d066bfc5546a2efdab3a44aa38f2d6dc961509bee8f7f9cb5ddb_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:7c00300daa75158d7a406317be71f2a8932a613b769144ae92a5ae225f4feb1e_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:193a773d4f1ed8ec6097579507dddd3863301ec546e325e38b5290235f06c802_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:968deb95e9fde6ba12565e3ef601bfc60551ac6ac7c122b2bdacea09b6574266_arm64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:d608a1d128733b31b552d8410c1d95cb740646cea32b79ee401d2de178e08ca9_amd64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:f717a955a7ca2c3b1eac84e4b192ab38dcf1e98f6baea0ef592071c60f389bd1_s390x"
],
"known_not_affected": [
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:5fbef84c4a88ad4ea88a1b2232cc0d6630fa47c8e3ae874a485c971c6d5951b9_ppc64le",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:ac0c3a8d86539bc4668e1a6de82e1f8439a1fbbb17a3b4102cabf078f021b41f_amd64",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:c94f20ad65f5411c7cabafd574e52f2fcb52d2f917003ae71adc736028f962bf_s390x",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:088b9e19fc16a4fbb655b81ab1fbe78aa82ebce2ad5ad0df67fc8b361b4fe170_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:2c29d14c5d64f810cc68fdb894700819f5122a354d5cbb473cf73f517f5315e9_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:5c2628c9c3de8ff9eaf6c727eaa2b4382741f21afeb4154329714b404fb4e1df_arm64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:f4a85d993ae326570a5e4dd8bdf9e5cec586c2f8b55a962940457f39787d6af8_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:46486b7e3b087bfec9c7b0dd4547af1190cee2be55dee7400ec90e6dc4b434f4_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a20b4235cee3193794be549c645164c2811a044498a777591437ff440264a7da_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a552dbccf217e8deaec318bcaf9b40877d3be1e88d091ae1684959f48367e0f2_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:8f650cf5915d5b7a15931e4a11d7c6be43d16068132f4cb4ef3e0c3e3cfbc17c_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:978017d3524aded83f4c63710e0b10dc2a453a22b5bc9ef801c7e70ac13aee40_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:9c3b15da5ddf22af93ae1617329ef41fddb4e6c00bbf9ea12567c4fc2c14cfdf_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:41c7883aafc2938852f5920ac2a178e1b0f39e0acdb817678696adec90fa2686_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:95a047d3be90468e15a9f246f8e0fbfd159f18f7a9841d07c75e6c3f30c7c80a_arm64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:d383069c5e89e051a15e95e61e9bd5197edf4f91fde60df8b8ed7d4e8269452e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:f2ab9f9eb9e502f0d78b32159dfc5aeae77ec9698ed3a2aeecd184407388f1e3_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:38d7fe0b8fa164df79d08fe2d20af60d7530e2691e7d4f183d71f138a00a128e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:a8f0e209e62e02a20648f982360e5b5ec7e62c294b4f7eb7df53ccd0bb750008_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:cd6bbc33a59480c1c504a88f86ca4bb51de037db3c993581d18ee7e887c96dcc_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:2bd43ed14d916a13f2d631f8dc350313c47619033134463399d76e77688f4c2e_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:92c7cf4ce69644ffa955c78b1e18aab5f9c3a843f889703a326ea9e6697455af_s390x",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:e1abb6a3be342350f7b3f641f9e036e2bd998e5fd6bd215730f3d39526e1d16f_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a714121fa385acb6fe75bb74f402be8cf6da85372fd4a34abfbb9b546782e9c0_amd64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a9cdb157400f7826b8c5075591d26dd9e25628e94189de3b90c8e9389e3181ed_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:ab289e798f909cf238f410984b7388db2f0a20794a3d55a06031fd9771efeaf7_arm64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:f5e5b787848d5838aaaeb58e3b8836ff67b4fcf9a2d3c9d19f27e06818fdf295_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:4b79f14a1d5130673921c4d711c0b919377307dd6d76d14386f9f83a5e1b4ecd_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:60ca8f2d341b1f1a09710a37c40f4c803c6b1b2d09fc1a7f53f9a979ad6643d6_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:92bd51fa0a6ee62be70dda32f5d922e70f4aea630b70bc7b5b74d0bf3c1d3a66_amd64",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:f518a439b56354f01a647d3c0550c909b42a879607982ce50bbbc0b6403a58f9_arm64",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5700bc3e6aadfa1890bb81bcc70f0ef026b5bd0d38f1e4bd35d04d5ceee7808d_ppc64le",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5972ba4c75e54f1670ec5ffb0a5a749a6992967ea0dd6e5d442019fa64dc1515_s390x",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:67108dd96a553925f2759cc5359447315aff09e7628a8228e71b04a8dee25f63_amd64",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:43334d92af32e97a11691d0fa7069746d59d6f73a0a2c0b97bbbfdc7937f117a_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8512465ad8828593d0f4b6d4208a6c60a0f297f70ef26a0c4c874f6ddf4798d2_s390x",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8b0583cf72b39299e6769f9c9fdc4321b7e384405aec8d1519d4ea5ac060fd05_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:ab568f027f842174927e1ccc7ca00448068e9241f40f53034d9ba74aaf062aa1_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:c4b5c7247825d7265f83ae5fb5e8a0f62fbb69cdbaf535d0d83320b817d7ef48_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:cf07146641dab9fe090c2b44d8f533375a5d04b8fcdedb42f75f10916b5b6ba6_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:3a4ec2b8d194134fc4a3cb9077306ba71eaef4e4544177f590c73ae7e40d490b_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:87e2d4e45b3d308e6937791d906c277df67c45321c7b760cca528f36e68d263d_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:8a090360648affdb24c12d7c2efaffc07bc21deb8b29f4ad3c12cf0a5ee6e19b_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:aff1de5e9ad24bbfacda0bf34bb6b28d27c3f9ce646ed53e93b4c87eb0bda93c_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:162f35a85baabd9055c53717463c908247769a9bf617a4b457adf398d2e972be_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:272f038ebe7fd778c6c24dcc27524f3aa807465576177681b8b80a6adb32be99_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:41064d2db3c4c1e651f2df89d6cd4a19027c6930edc6ab66b5535a2cd7f39f49_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:859301df4f104e3d36efc2446929c86805e586c3c5ac07548d0277442d5df6ca_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:2ca34569661d388d50cc0e9f5949ea7a404ceb266981855b3251c329dab88e11_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:d77cb43b5019248b790134edc980d7fb260c4dcb884f8e54d27c33b876a5f897_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:f9f73b9781288b1a52b06edb752efc9475a315e1dd9a445e28cc47d571762cfc_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:1ab09e10bfe23ed2e08513d887bd36c4bed003d6bcb7f1885364ef5a606ec010_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:9a42214d500a600785bb9a7bdd5b9580a5f8cfbf16980eb48bde3ae4ce855f3c_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:e87b8be96be2c5042af949785dd0c543e28d9432914a9543b08fd38d4a1e11ff_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:2eb40b0c565a4d150229ab504adfb2e0a2b4a5b25ff8ccb690e6d2dcae3bf424_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:36a0a82ab0c1e9d67d31aa8afe81bc1485541e3aefa221dbbc2a6822edfe8515_arm64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:8a8f7e1126adc73d210cdf8454c64356e2229e3aefc5bb4ba5a8bc7755a5d469_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:ef3d403c990fa7f2af167a123af043970cadc00b78b454b93dd9a4bca2699d2b_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:0ee210a535f1f11de40e1a0ee55a10855ce13c09dab9791ee4d35c59949ca934_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:3dc59c38e0cde2c9974d3fa5a7ce1c9f98589a5aeb486fdc8a8e7717656522fe_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:44c6bb264bbbd0ad67978dd2b4e01c530e653baf14b15f8a1eddff675fa760bd_amd64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:631643362d4345fdefb3fb34416ca09626b634c92fde970e1494a95fe5bdfc87_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:21c8ba4e41692cc24ce0127b4198413183451eff19a461941e9efb6bd140bfb4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:24d9bcb0da6e061f9de31768e94b660f955323e130f7eb0fc9e8746c1709d3f8_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:8ef36128140b9a90403fb672178d07be7fd16ddf9809ec628a693e0e2dd6d4a9_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:078bd92b92c28c3899986f4c6755950f3de044ca6b7214353cc0e84d2a67d570_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:0b08f6aba84c9f64b3253f5f23efaa0bba47be37f2582378509849b73db165e4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:64ca1e84e10bbc7522da216e4965658e06c540fce8c18f2976dab5c3236ea256_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0976ab8ba60319bf9ef20503de0fa249055e18a82ab36113affe7ad177b3f187_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:1d7f610fea74bb30b0276aa40556d9c03762c10f3bb71618afb5e6f5af718688_amd64",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:cf81ea45b333424981129e464f1374739a4f309efdcb26b9f7df2df4d346c1a9_ppc64le",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:dd9ca8286f54ba8e4151414afc65cbc4d619430676ab2735afc2a1e086b17921_arm64",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:1d89cd1a73d1bbd66988ce2224de39b799ecfa1cfe96d0ec2619ccc059c11d20_ppc64le",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:efdcf383abcb962ea0fdb92a9fa31f60a150a2c48174303881b550e5d9dec6f7_s390x",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:f500d5f16ea39d262ad4c52a9be03953e6e7ffa0f4349860976c41a70d8bb0e5_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:491a5b629d9777815ee6d28356cf82a7fd7939f2a39e65ae833440af1831b1db_s390x",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:80f47a30616834100466219c9e4d8c67fcef9554b2075c2bf81905c86b03d46b_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:cd38debd1e2088a81a31ac95eda219ad9d58d255ac0ed157a804837b00a87ac0_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:096d6e38c34c0c89e2b2e49d6c8b61acf9f88033d3b2814eefa62abee30d4993_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:4d03e157d3ed69eef8a8ee8a6c8f9e0746c16baa6ccff7c5c8a7457e9a8b9a56_s390x",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:d556581772224fe60606ece392a210f1a3b3de01a26959197c594634694d6ebb_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:0ef121586e961be58480d76ba988719daaa82e606a8cc3649a0d01ef75227bc0_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:3452dc4a07cb296d2102f3fbc34865496dcd418f602dc117cb327893f6464e71_ppc64le",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:61fb5b6ebf9ee44b9271eb3526cb3175c9a135f86223e165c05b73a390f617ea_arm64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:c6b46eca6dfec3a8fb48b61393707e11e8cc573aad7eb6ff95c4661092e913f0_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:79ad5ac0ee525277a8a1bd550428a5e0a04da73aa1d9df23d085ec888d12d45b_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:911c38bf283079dd024087bda48a37ddf0ec981da4589596565706e5dfcd6dad_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:c1f4872828308bf7f0477697fb74a0ab7c3f595e2c33e29ee873232efca1960d_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:0df69e6e3d2add83c5a74faff76837a49333184b1d170acee968d4c064933bcf_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:5c3c4bbf1bf820995a13588d02a8cf692e1343da25def005dab981078b14d970_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:e1a7fd2bf349908c710237a1f832a4e161e049d09691d36c453bc8ddb0e0eebe_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-1394"
},
{
"category": "external",
"summary": "RHBZ#2262921",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2262921"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-1394",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-1394"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-1394",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-1394"
},
{
"category": "external",
"summary": "https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136",
"url": "https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136"
},
{
"category": "external",
"summary": "https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6",
"url": "https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6"
},
{
"category": "external",
"summary": "https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f",
"url": "https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2660",
"url": "https://pkg.go.dev/vuln/GO-2024-2660"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2024-2660.json",
"url": "https://vuln.go.dev/ID/GO-2024-2660.json"
}
],
"release_date": "2024-03-20T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-07-17T13:09:39+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:061fc659ec847d38201a7b049b813df1fddac1e97d2caddaaac3d91d5e05fd46_amd64",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:3cc0e4ec3f46d066bfc5546a2efdab3a44aa38f2d6dc961509bee8f7f9cb5ddb_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:7c00300daa75158d7a406317be71f2a8932a613b769144ae92a5ae225f4feb1e_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:193a773d4f1ed8ec6097579507dddd3863301ec546e325e38b5290235f06c802_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:968deb95e9fde6ba12565e3ef601bfc60551ac6ac7c122b2bdacea09b6574266_arm64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:d608a1d128733b31b552d8410c1d95cb740646cea32b79ee401d2de178e08ca9_amd64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:f717a955a7ca2c3b1eac84e4b192ab38dcf1e98f6baea0ef592071c60f389bd1_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:4591"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:5fbef84c4a88ad4ea88a1b2232cc0d6630fa47c8e3ae874a485c971c6d5951b9_ppc64le",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:ac0c3a8d86539bc4668e1a6de82e1f8439a1fbbb17a3b4102cabf078f021b41f_amd64",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:c94f20ad65f5411c7cabafd574e52f2fcb52d2f917003ae71adc736028f962bf_s390x",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:088b9e19fc16a4fbb655b81ab1fbe78aa82ebce2ad5ad0df67fc8b361b4fe170_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:2c29d14c5d64f810cc68fdb894700819f5122a354d5cbb473cf73f517f5315e9_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:5c2628c9c3de8ff9eaf6c727eaa2b4382741f21afeb4154329714b404fb4e1df_arm64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:f4a85d993ae326570a5e4dd8bdf9e5cec586c2f8b55a962940457f39787d6af8_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:061fc659ec847d38201a7b049b813df1fddac1e97d2caddaaac3d91d5e05fd46_amd64",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:3cc0e4ec3f46d066bfc5546a2efdab3a44aa38f2d6dc961509bee8f7f9cb5ddb_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:7c00300daa75158d7a406317be71f2a8932a613b769144ae92a5ae225f4feb1e_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:193a773d4f1ed8ec6097579507dddd3863301ec546e325e38b5290235f06c802_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:968deb95e9fde6ba12565e3ef601bfc60551ac6ac7c122b2bdacea09b6574266_arm64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:d608a1d128733b31b552d8410c1d95cb740646cea32b79ee401d2de178e08ca9_amd64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:f717a955a7ca2c3b1eac84e4b192ab38dcf1e98f6baea0ef592071c60f389bd1_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:46486b7e3b087bfec9c7b0dd4547af1190cee2be55dee7400ec90e6dc4b434f4_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a20b4235cee3193794be549c645164c2811a044498a777591437ff440264a7da_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a552dbccf217e8deaec318bcaf9b40877d3be1e88d091ae1684959f48367e0f2_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:8f650cf5915d5b7a15931e4a11d7c6be43d16068132f4cb4ef3e0c3e3cfbc17c_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:978017d3524aded83f4c63710e0b10dc2a453a22b5bc9ef801c7e70ac13aee40_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:9c3b15da5ddf22af93ae1617329ef41fddb4e6c00bbf9ea12567c4fc2c14cfdf_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:41c7883aafc2938852f5920ac2a178e1b0f39e0acdb817678696adec90fa2686_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:95a047d3be90468e15a9f246f8e0fbfd159f18f7a9841d07c75e6c3f30c7c80a_arm64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:d383069c5e89e051a15e95e61e9bd5197edf4f91fde60df8b8ed7d4e8269452e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:f2ab9f9eb9e502f0d78b32159dfc5aeae77ec9698ed3a2aeecd184407388f1e3_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:38d7fe0b8fa164df79d08fe2d20af60d7530e2691e7d4f183d71f138a00a128e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:a8f0e209e62e02a20648f982360e5b5ec7e62c294b4f7eb7df53ccd0bb750008_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:cd6bbc33a59480c1c504a88f86ca4bb51de037db3c993581d18ee7e887c96dcc_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:2bd43ed14d916a13f2d631f8dc350313c47619033134463399d76e77688f4c2e_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:92c7cf4ce69644ffa955c78b1e18aab5f9c3a843f889703a326ea9e6697455af_s390x",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:e1abb6a3be342350f7b3f641f9e036e2bd998e5fd6bd215730f3d39526e1d16f_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a714121fa385acb6fe75bb74f402be8cf6da85372fd4a34abfbb9b546782e9c0_amd64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a9cdb157400f7826b8c5075591d26dd9e25628e94189de3b90c8e9389e3181ed_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:ab289e798f909cf238f410984b7388db2f0a20794a3d55a06031fd9771efeaf7_arm64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:f5e5b787848d5838aaaeb58e3b8836ff67b4fcf9a2d3c9d19f27e06818fdf295_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:4b79f14a1d5130673921c4d711c0b919377307dd6d76d14386f9f83a5e1b4ecd_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:60ca8f2d341b1f1a09710a37c40f4c803c6b1b2d09fc1a7f53f9a979ad6643d6_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:92bd51fa0a6ee62be70dda32f5d922e70f4aea630b70bc7b5b74d0bf3c1d3a66_amd64",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:f518a439b56354f01a647d3c0550c909b42a879607982ce50bbbc0b6403a58f9_arm64",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5700bc3e6aadfa1890bb81bcc70f0ef026b5bd0d38f1e4bd35d04d5ceee7808d_ppc64le",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5972ba4c75e54f1670ec5ffb0a5a749a6992967ea0dd6e5d442019fa64dc1515_s390x",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:67108dd96a553925f2759cc5359447315aff09e7628a8228e71b04a8dee25f63_amd64",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:43334d92af32e97a11691d0fa7069746d59d6f73a0a2c0b97bbbfdc7937f117a_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8512465ad8828593d0f4b6d4208a6c60a0f297f70ef26a0c4c874f6ddf4798d2_s390x",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8b0583cf72b39299e6769f9c9fdc4321b7e384405aec8d1519d4ea5ac060fd05_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:ab568f027f842174927e1ccc7ca00448068e9241f40f53034d9ba74aaf062aa1_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:c4b5c7247825d7265f83ae5fb5e8a0f62fbb69cdbaf535d0d83320b817d7ef48_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:cf07146641dab9fe090c2b44d8f533375a5d04b8fcdedb42f75f10916b5b6ba6_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:3a4ec2b8d194134fc4a3cb9077306ba71eaef4e4544177f590c73ae7e40d490b_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:87e2d4e45b3d308e6937791d906c277df67c45321c7b760cca528f36e68d263d_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:8a090360648affdb24c12d7c2efaffc07bc21deb8b29f4ad3c12cf0a5ee6e19b_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:aff1de5e9ad24bbfacda0bf34bb6b28d27c3f9ce646ed53e93b4c87eb0bda93c_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:162f35a85baabd9055c53717463c908247769a9bf617a4b457adf398d2e972be_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:272f038ebe7fd778c6c24dcc27524f3aa807465576177681b8b80a6adb32be99_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:41064d2db3c4c1e651f2df89d6cd4a19027c6930edc6ab66b5535a2cd7f39f49_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:859301df4f104e3d36efc2446929c86805e586c3c5ac07548d0277442d5df6ca_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:2ca34569661d388d50cc0e9f5949ea7a404ceb266981855b3251c329dab88e11_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:d77cb43b5019248b790134edc980d7fb260c4dcb884f8e54d27c33b876a5f897_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:f9f73b9781288b1a52b06edb752efc9475a315e1dd9a445e28cc47d571762cfc_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:1ab09e10bfe23ed2e08513d887bd36c4bed003d6bcb7f1885364ef5a606ec010_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:9a42214d500a600785bb9a7bdd5b9580a5f8cfbf16980eb48bde3ae4ce855f3c_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:e87b8be96be2c5042af949785dd0c543e28d9432914a9543b08fd38d4a1e11ff_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:2eb40b0c565a4d150229ab504adfb2e0a2b4a5b25ff8ccb690e6d2dcae3bf424_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:36a0a82ab0c1e9d67d31aa8afe81bc1485541e3aefa221dbbc2a6822edfe8515_arm64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:8a8f7e1126adc73d210cdf8454c64356e2229e3aefc5bb4ba5a8bc7755a5d469_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:ef3d403c990fa7f2af167a123af043970cadc00b78b454b93dd9a4bca2699d2b_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:0ee210a535f1f11de40e1a0ee55a10855ce13c09dab9791ee4d35c59949ca934_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:3dc59c38e0cde2c9974d3fa5a7ce1c9f98589a5aeb486fdc8a8e7717656522fe_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:44c6bb264bbbd0ad67978dd2b4e01c530e653baf14b15f8a1eddff675fa760bd_amd64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:631643362d4345fdefb3fb34416ca09626b634c92fde970e1494a95fe5bdfc87_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:21c8ba4e41692cc24ce0127b4198413183451eff19a461941e9efb6bd140bfb4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:24d9bcb0da6e061f9de31768e94b660f955323e130f7eb0fc9e8746c1709d3f8_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:8ef36128140b9a90403fb672178d07be7fd16ddf9809ec628a693e0e2dd6d4a9_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:078bd92b92c28c3899986f4c6755950f3de044ca6b7214353cc0e84d2a67d570_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:0b08f6aba84c9f64b3253f5f23efaa0bba47be37f2582378509849b73db165e4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:64ca1e84e10bbc7522da216e4965658e06c540fce8c18f2976dab5c3236ea256_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0976ab8ba60319bf9ef20503de0fa249055e18a82ab36113affe7ad177b3f187_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:1d7f610fea74bb30b0276aa40556d9c03762c10f3bb71618afb5e6f5af718688_amd64",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:cf81ea45b333424981129e464f1374739a4f309efdcb26b9f7df2df4d346c1a9_ppc64le",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:dd9ca8286f54ba8e4151414afc65cbc4d619430676ab2735afc2a1e086b17921_arm64",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:1d89cd1a73d1bbd66988ce2224de39b799ecfa1cfe96d0ec2619ccc059c11d20_ppc64le",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:efdcf383abcb962ea0fdb92a9fa31f60a150a2c48174303881b550e5d9dec6f7_s390x",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:f500d5f16ea39d262ad4c52a9be03953e6e7ffa0f4349860976c41a70d8bb0e5_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:491a5b629d9777815ee6d28356cf82a7fd7939f2a39e65ae833440af1831b1db_s390x",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:80f47a30616834100466219c9e4d8c67fcef9554b2075c2bf81905c86b03d46b_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:cd38debd1e2088a81a31ac95eda219ad9d58d255ac0ed157a804837b00a87ac0_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:096d6e38c34c0c89e2b2e49d6c8b61acf9f88033d3b2814eefa62abee30d4993_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:4d03e157d3ed69eef8a8ee8a6c8f9e0746c16baa6ccff7c5c8a7457e9a8b9a56_s390x",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:d556581772224fe60606ece392a210f1a3b3de01a26959197c594634694d6ebb_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:0ef121586e961be58480d76ba988719daaa82e606a8cc3649a0d01ef75227bc0_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:3452dc4a07cb296d2102f3fbc34865496dcd418f602dc117cb327893f6464e71_ppc64le",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:61fb5b6ebf9ee44b9271eb3526cb3175c9a135f86223e165c05b73a390f617ea_arm64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:c6b46eca6dfec3a8fb48b61393707e11e8cc573aad7eb6ff95c4661092e913f0_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:79ad5ac0ee525277a8a1bd550428a5e0a04da73aa1d9df23d085ec888d12d45b_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:911c38bf283079dd024087bda48a37ddf0ec981da4589596565706e5dfcd6dad_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:c1f4872828308bf7f0477697fb74a0ab7c3f595e2c33e29ee873232efca1960d_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:0df69e6e3d2add83c5a74faff76837a49333184b1d170acee968d4c064933bcf_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:5c3c4bbf1bf820995a13588d02a8cf692e1343da25def005dab981078b14d970_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:e1a7fd2bf349908c710237a1f832a4e161e049d09691d36c453bc8ddb0e0eebe_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:5fbef84c4a88ad4ea88a1b2232cc0d6630fa47c8e3ae874a485c971c6d5951b9_ppc64le",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:ac0c3a8d86539bc4668e1a6de82e1f8439a1fbbb17a3b4102cabf078f021b41f_amd64",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:c94f20ad65f5411c7cabafd574e52f2fcb52d2f917003ae71adc736028f962bf_s390x",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:088b9e19fc16a4fbb655b81ab1fbe78aa82ebce2ad5ad0df67fc8b361b4fe170_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:2c29d14c5d64f810cc68fdb894700819f5122a354d5cbb473cf73f517f5315e9_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:5c2628c9c3de8ff9eaf6c727eaa2b4382741f21afeb4154329714b404fb4e1df_arm64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:f4a85d993ae326570a5e4dd8bdf9e5cec586c2f8b55a962940457f39787d6af8_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:061fc659ec847d38201a7b049b813df1fddac1e97d2caddaaac3d91d5e05fd46_amd64",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:3cc0e4ec3f46d066bfc5546a2efdab3a44aa38f2d6dc961509bee8f7f9cb5ddb_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:7c00300daa75158d7a406317be71f2a8932a613b769144ae92a5ae225f4feb1e_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:193a773d4f1ed8ec6097579507dddd3863301ec546e325e38b5290235f06c802_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:968deb95e9fde6ba12565e3ef601bfc60551ac6ac7c122b2bdacea09b6574266_arm64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:d608a1d128733b31b552d8410c1d95cb740646cea32b79ee401d2de178e08ca9_amd64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:f717a955a7ca2c3b1eac84e4b192ab38dcf1e98f6baea0ef592071c60f389bd1_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:46486b7e3b087bfec9c7b0dd4547af1190cee2be55dee7400ec90e6dc4b434f4_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a20b4235cee3193794be549c645164c2811a044498a777591437ff440264a7da_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a552dbccf217e8deaec318bcaf9b40877d3be1e88d091ae1684959f48367e0f2_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:8f650cf5915d5b7a15931e4a11d7c6be43d16068132f4cb4ef3e0c3e3cfbc17c_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:978017d3524aded83f4c63710e0b10dc2a453a22b5bc9ef801c7e70ac13aee40_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:9c3b15da5ddf22af93ae1617329ef41fddb4e6c00bbf9ea12567c4fc2c14cfdf_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:41c7883aafc2938852f5920ac2a178e1b0f39e0acdb817678696adec90fa2686_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:95a047d3be90468e15a9f246f8e0fbfd159f18f7a9841d07c75e6c3f30c7c80a_arm64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:d383069c5e89e051a15e95e61e9bd5197edf4f91fde60df8b8ed7d4e8269452e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:f2ab9f9eb9e502f0d78b32159dfc5aeae77ec9698ed3a2aeecd184407388f1e3_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:38d7fe0b8fa164df79d08fe2d20af60d7530e2691e7d4f183d71f138a00a128e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:a8f0e209e62e02a20648f982360e5b5ec7e62c294b4f7eb7df53ccd0bb750008_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:cd6bbc33a59480c1c504a88f86ca4bb51de037db3c993581d18ee7e887c96dcc_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:2bd43ed14d916a13f2d631f8dc350313c47619033134463399d76e77688f4c2e_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:92c7cf4ce69644ffa955c78b1e18aab5f9c3a843f889703a326ea9e6697455af_s390x",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:e1abb6a3be342350f7b3f641f9e036e2bd998e5fd6bd215730f3d39526e1d16f_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a714121fa385acb6fe75bb74f402be8cf6da85372fd4a34abfbb9b546782e9c0_amd64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a9cdb157400f7826b8c5075591d26dd9e25628e94189de3b90c8e9389e3181ed_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:ab289e798f909cf238f410984b7388db2f0a20794a3d55a06031fd9771efeaf7_arm64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:f5e5b787848d5838aaaeb58e3b8836ff67b4fcf9a2d3c9d19f27e06818fdf295_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:4b79f14a1d5130673921c4d711c0b919377307dd6d76d14386f9f83a5e1b4ecd_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:60ca8f2d341b1f1a09710a37c40f4c803c6b1b2d09fc1a7f53f9a979ad6643d6_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:92bd51fa0a6ee62be70dda32f5d922e70f4aea630b70bc7b5b74d0bf3c1d3a66_amd64",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:f518a439b56354f01a647d3c0550c909b42a879607982ce50bbbc0b6403a58f9_arm64",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5700bc3e6aadfa1890bb81bcc70f0ef026b5bd0d38f1e4bd35d04d5ceee7808d_ppc64le",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5972ba4c75e54f1670ec5ffb0a5a749a6992967ea0dd6e5d442019fa64dc1515_s390x",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:67108dd96a553925f2759cc5359447315aff09e7628a8228e71b04a8dee25f63_amd64",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:43334d92af32e97a11691d0fa7069746d59d6f73a0a2c0b97bbbfdc7937f117a_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8512465ad8828593d0f4b6d4208a6c60a0f297f70ef26a0c4c874f6ddf4798d2_s390x",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8b0583cf72b39299e6769f9c9fdc4321b7e384405aec8d1519d4ea5ac060fd05_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:ab568f027f842174927e1ccc7ca00448068e9241f40f53034d9ba74aaf062aa1_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:c4b5c7247825d7265f83ae5fb5e8a0f62fbb69cdbaf535d0d83320b817d7ef48_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:cf07146641dab9fe090c2b44d8f533375a5d04b8fcdedb42f75f10916b5b6ba6_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:3a4ec2b8d194134fc4a3cb9077306ba71eaef4e4544177f590c73ae7e40d490b_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:87e2d4e45b3d308e6937791d906c277df67c45321c7b760cca528f36e68d263d_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:8a090360648affdb24c12d7c2efaffc07bc21deb8b29f4ad3c12cf0a5ee6e19b_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:aff1de5e9ad24bbfacda0bf34bb6b28d27c3f9ce646ed53e93b4c87eb0bda93c_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:162f35a85baabd9055c53717463c908247769a9bf617a4b457adf398d2e972be_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:272f038ebe7fd778c6c24dcc27524f3aa807465576177681b8b80a6adb32be99_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:41064d2db3c4c1e651f2df89d6cd4a19027c6930edc6ab66b5535a2cd7f39f49_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:859301df4f104e3d36efc2446929c86805e586c3c5ac07548d0277442d5df6ca_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:2ca34569661d388d50cc0e9f5949ea7a404ceb266981855b3251c329dab88e11_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:d77cb43b5019248b790134edc980d7fb260c4dcb884f8e54d27c33b876a5f897_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:f9f73b9781288b1a52b06edb752efc9475a315e1dd9a445e28cc47d571762cfc_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:1ab09e10bfe23ed2e08513d887bd36c4bed003d6bcb7f1885364ef5a606ec010_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:9a42214d500a600785bb9a7bdd5b9580a5f8cfbf16980eb48bde3ae4ce855f3c_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:e87b8be96be2c5042af949785dd0c543e28d9432914a9543b08fd38d4a1e11ff_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:2eb40b0c565a4d150229ab504adfb2e0a2b4a5b25ff8ccb690e6d2dcae3bf424_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:36a0a82ab0c1e9d67d31aa8afe81bc1485541e3aefa221dbbc2a6822edfe8515_arm64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:8a8f7e1126adc73d210cdf8454c64356e2229e3aefc5bb4ba5a8bc7755a5d469_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:ef3d403c990fa7f2af167a123af043970cadc00b78b454b93dd9a4bca2699d2b_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:0ee210a535f1f11de40e1a0ee55a10855ce13c09dab9791ee4d35c59949ca934_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:3dc59c38e0cde2c9974d3fa5a7ce1c9f98589a5aeb486fdc8a8e7717656522fe_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:44c6bb264bbbd0ad67978dd2b4e01c530e653baf14b15f8a1eddff675fa760bd_amd64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:631643362d4345fdefb3fb34416ca09626b634c92fde970e1494a95fe5bdfc87_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:21c8ba4e41692cc24ce0127b4198413183451eff19a461941e9efb6bd140bfb4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:24d9bcb0da6e061f9de31768e94b660f955323e130f7eb0fc9e8746c1709d3f8_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:8ef36128140b9a90403fb672178d07be7fd16ddf9809ec628a693e0e2dd6d4a9_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:078bd92b92c28c3899986f4c6755950f3de044ca6b7214353cc0e84d2a67d570_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:0b08f6aba84c9f64b3253f5f23efaa0bba47be37f2582378509849b73db165e4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:64ca1e84e10bbc7522da216e4965658e06c540fce8c18f2976dab5c3236ea256_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0976ab8ba60319bf9ef20503de0fa249055e18a82ab36113affe7ad177b3f187_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:1d7f610fea74bb30b0276aa40556d9c03762c10f3bb71618afb5e6f5af718688_amd64",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:cf81ea45b333424981129e464f1374739a4f309efdcb26b9f7df2df4d346c1a9_ppc64le",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:dd9ca8286f54ba8e4151414afc65cbc4d619430676ab2735afc2a1e086b17921_arm64",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:1d89cd1a73d1bbd66988ce2224de39b799ecfa1cfe96d0ec2619ccc059c11d20_ppc64le",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:efdcf383abcb962ea0fdb92a9fa31f60a150a2c48174303881b550e5d9dec6f7_s390x",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:f500d5f16ea39d262ad4c52a9be03953e6e7ffa0f4349860976c41a70d8bb0e5_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:491a5b629d9777815ee6d28356cf82a7fd7939f2a39e65ae833440af1831b1db_s390x",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:80f47a30616834100466219c9e4d8c67fcef9554b2075c2bf81905c86b03d46b_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:cd38debd1e2088a81a31ac95eda219ad9d58d255ac0ed157a804837b00a87ac0_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:096d6e38c34c0c89e2b2e49d6c8b61acf9f88033d3b2814eefa62abee30d4993_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:4d03e157d3ed69eef8a8ee8a6c8f9e0746c16baa6ccff7c5c8a7457e9a8b9a56_s390x",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:d556581772224fe60606ece392a210f1a3b3de01a26959197c594634694d6ebb_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:0ef121586e961be58480d76ba988719daaa82e606a8cc3649a0d01ef75227bc0_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:3452dc4a07cb296d2102f3fbc34865496dcd418f602dc117cb327893f6464e71_ppc64le",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:61fb5b6ebf9ee44b9271eb3526cb3175c9a135f86223e165c05b73a390f617ea_arm64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:c6b46eca6dfec3a8fb48b61393707e11e8cc573aad7eb6ff95c4661092e913f0_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:79ad5ac0ee525277a8a1bd550428a5e0a04da73aa1d9df23d085ec888d12d45b_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:911c38bf283079dd024087bda48a37ddf0ec981da4589596565706e5dfcd6dad_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:c1f4872828308bf7f0477697fb74a0ab7c3f595e2c33e29ee873232efca1960d_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:0df69e6e3d2add83c5a74faff76837a49333184b1d170acee968d4c064933bcf_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:5c3c4bbf1bf820995a13588d02a8cf692e1343da25def005dab981078b14d970_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:e1a7fd2bf349908c710237a1f832a4e161e049d09691d36c453bc8ddb0e0eebe_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang-fips/openssl: Memory leaks in code encrypting and decrypting RSA payloads"
},
{
"cve": "CVE-2024-5042",
"cwe": {
"id": "CWE-250",
"name": "Execution with Unnecessary Privileges"
},
"discovery_date": "2024-05-15T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:5fbef84c4a88ad4ea88a1b2232cc0d6630fa47c8e3ae874a485c971c6d5951b9_ppc64le",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:ac0c3a8d86539bc4668e1a6de82e1f8439a1fbbb17a3b4102cabf078f021b41f_amd64",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:c94f20ad65f5411c7cabafd574e52f2fcb52d2f917003ae71adc736028f962bf_s390x",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:088b9e19fc16a4fbb655b81ab1fbe78aa82ebce2ad5ad0df67fc8b361b4fe170_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:2c29d14c5d64f810cc68fdb894700819f5122a354d5cbb473cf73f517f5315e9_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:5c2628c9c3de8ff9eaf6c727eaa2b4382741f21afeb4154329714b404fb4e1df_arm64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:f4a85d993ae326570a5e4dd8bdf9e5cec586c2f8b55a962940457f39787d6af8_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:061fc659ec847d38201a7b049b813df1fddac1e97d2caddaaac3d91d5e05fd46_amd64",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:3cc0e4ec3f46d066bfc5546a2efdab3a44aa38f2d6dc961509bee8f7f9cb5ddb_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:7c00300daa75158d7a406317be71f2a8932a613b769144ae92a5ae225f4feb1e_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:193a773d4f1ed8ec6097579507dddd3863301ec546e325e38b5290235f06c802_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:968deb95e9fde6ba12565e3ef601bfc60551ac6ac7c122b2bdacea09b6574266_arm64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:d608a1d128733b31b552d8410c1d95cb740646cea32b79ee401d2de178e08ca9_amd64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:f717a955a7ca2c3b1eac84e4b192ab38dcf1e98f6baea0ef592071c60f389bd1_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:46486b7e3b087bfec9c7b0dd4547af1190cee2be55dee7400ec90e6dc4b434f4_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a20b4235cee3193794be549c645164c2811a044498a777591437ff440264a7da_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a552dbccf217e8deaec318bcaf9b40877d3be1e88d091ae1684959f48367e0f2_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:8f650cf5915d5b7a15931e4a11d7c6be43d16068132f4cb4ef3e0c3e3cfbc17c_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:978017d3524aded83f4c63710e0b10dc2a453a22b5bc9ef801c7e70ac13aee40_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:9c3b15da5ddf22af93ae1617329ef41fddb4e6c00bbf9ea12567c4fc2c14cfdf_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:41c7883aafc2938852f5920ac2a178e1b0f39e0acdb817678696adec90fa2686_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:95a047d3be90468e15a9f246f8e0fbfd159f18f7a9841d07c75e6c3f30c7c80a_arm64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:d383069c5e89e051a15e95e61e9bd5197edf4f91fde60df8b8ed7d4e8269452e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:f2ab9f9eb9e502f0d78b32159dfc5aeae77ec9698ed3a2aeecd184407388f1e3_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:38d7fe0b8fa164df79d08fe2d20af60d7530e2691e7d4f183d71f138a00a128e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:a8f0e209e62e02a20648f982360e5b5ec7e62c294b4f7eb7df53ccd0bb750008_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:cd6bbc33a59480c1c504a88f86ca4bb51de037db3c993581d18ee7e887c96dcc_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:2bd43ed14d916a13f2d631f8dc350313c47619033134463399d76e77688f4c2e_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:92c7cf4ce69644ffa955c78b1e18aab5f9c3a843f889703a326ea9e6697455af_s390x",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:e1abb6a3be342350f7b3f641f9e036e2bd998e5fd6bd215730f3d39526e1d16f_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a714121fa385acb6fe75bb74f402be8cf6da85372fd4a34abfbb9b546782e9c0_amd64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a9cdb157400f7826b8c5075591d26dd9e25628e94189de3b90c8e9389e3181ed_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:ab289e798f909cf238f410984b7388db2f0a20794a3d55a06031fd9771efeaf7_arm64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:f5e5b787848d5838aaaeb58e3b8836ff67b4fcf9a2d3c9d19f27e06818fdf295_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:4b79f14a1d5130673921c4d711c0b919377307dd6d76d14386f9f83a5e1b4ecd_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:60ca8f2d341b1f1a09710a37c40f4c803c6b1b2d09fc1a7f53f9a979ad6643d6_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:92bd51fa0a6ee62be70dda32f5d922e70f4aea630b70bc7b5b74d0bf3c1d3a66_amd64",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:f518a439b56354f01a647d3c0550c909b42a879607982ce50bbbc0b6403a58f9_arm64",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5700bc3e6aadfa1890bb81bcc70f0ef026b5bd0d38f1e4bd35d04d5ceee7808d_ppc64le",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5972ba4c75e54f1670ec5ffb0a5a749a6992967ea0dd6e5d442019fa64dc1515_s390x",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:67108dd96a553925f2759cc5359447315aff09e7628a8228e71b04a8dee25f63_amd64",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:43334d92af32e97a11691d0fa7069746d59d6f73a0a2c0b97bbbfdc7937f117a_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8512465ad8828593d0f4b6d4208a6c60a0f297f70ef26a0c4c874f6ddf4798d2_s390x",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8b0583cf72b39299e6769f9c9fdc4321b7e384405aec8d1519d4ea5ac060fd05_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:ab568f027f842174927e1ccc7ca00448068e9241f40f53034d9ba74aaf062aa1_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:c4b5c7247825d7265f83ae5fb5e8a0f62fbb69cdbaf535d0d83320b817d7ef48_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:cf07146641dab9fe090c2b44d8f533375a5d04b8fcdedb42f75f10916b5b6ba6_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:3a4ec2b8d194134fc4a3cb9077306ba71eaef4e4544177f590c73ae7e40d490b_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:87e2d4e45b3d308e6937791d906c277df67c45321c7b760cca528f36e68d263d_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:8a090360648affdb24c12d7c2efaffc07bc21deb8b29f4ad3c12cf0a5ee6e19b_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:aff1de5e9ad24bbfacda0bf34bb6b28d27c3f9ce646ed53e93b4c87eb0bda93c_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:162f35a85baabd9055c53717463c908247769a9bf617a4b457adf398d2e972be_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:272f038ebe7fd778c6c24dcc27524f3aa807465576177681b8b80a6adb32be99_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:41064d2db3c4c1e651f2df89d6cd4a19027c6930edc6ab66b5535a2cd7f39f49_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:859301df4f104e3d36efc2446929c86805e586c3c5ac07548d0277442d5df6ca_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:2ca34569661d388d50cc0e9f5949ea7a404ceb266981855b3251c329dab88e11_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:d77cb43b5019248b790134edc980d7fb260c4dcb884f8e54d27c33b876a5f897_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:f9f73b9781288b1a52b06edb752efc9475a315e1dd9a445e28cc47d571762cfc_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:1ab09e10bfe23ed2e08513d887bd36c4bed003d6bcb7f1885364ef5a606ec010_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:9a42214d500a600785bb9a7bdd5b9580a5f8cfbf16980eb48bde3ae4ce855f3c_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:e87b8be96be2c5042af949785dd0c543e28d9432914a9543b08fd38d4a1e11ff_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:0ee210a535f1f11de40e1a0ee55a10855ce13c09dab9791ee4d35c59949ca934_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:3dc59c38e0cde2c9974d3fa5a7ce1c9f98589a5aeb486fdc8a8e7717656522fe_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:44c6bb264bbbd0ad67978dd2b4e01c530e653baf14b15f8a1eddff675fa760bd_amd64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:631643362d4345fdefb3fb34416ca09626b634c92fde970e1494a95fe5bdfc87_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:21c8ba4e41692cc24ce0127b4198413183451eff19a461941e9efb6bd140bfb4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:24d9bcb0da6e061f9de31768e94b660f955323e130f7eb0fc9e8746c1709d3f8_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:8ef36128140b9a90403fb672178d07be7fd16ddf9809ec628a693e0e2dd6d4a9_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:078bd92b92c28c3899986f4c6755950f3de044ca6b7214353cc0e84d2a67d570_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:0b08f6aba84c9f64b3253f5f23efaa0bba47be37f2582378509849b73db165e4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:64ca1e84e10bbc7522da216e4965658e06c540fce8c18f2976dab5c3236ea256_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0976ab8ba60319bf9ef20503de0fa249055e18a82ab36113affe7ad177b3f187_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:1d7f610fea74bb30b0276aa40556d9c03762c10f3bb71618afb5e6f5af718688_amd64",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:cf81ea45b333424981129e464f1374739a4f309efdcb26b9f7df2df4d346c1a9_ppc64le",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:dd9ca8286f54ba8e4151414afc65cbc4d619430676ab2735afc2a1e086b17921_arm64",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:1d89cd1a73d1bbd66988ce2224de39b799ecfa1cfe96d0ec2619ccc059c11d20_ppc64le",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:efdcf383abcb962ea0fdb92a9fa31f60a150a2c48174303881b550e5d9dec6f7_s390x",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:f500d5f16ea39d262ad4c52a9be03953e6e7ffa0f4349860976c41a70d8bb0e5_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:491a5b629d9777815ee6d28356cf82a7fd7939f2a39e65ae833440af1831b1db_s390x",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:80f47a30616834100466219c9e4d8c67fcef9554b2075c2bf81905c86b03d46b_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:cd38debd1e2088a81a31ac95eda219ad9d58d255ac0ed157a804837b00a87ac0_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:096d6e38c34c0c89e2b2e49d6c8b61acf9f88033d3b2814eefa62abee30d4993_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:4d03e157d3ed69eef8a8ee8a6c8f9e0746c16baa6ccff7c5c8a7457e9a8b9a56_s390x",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:d556581772224fe60606ece392a210f1a3b3de01a26959197c594634694d6ebb_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:0ef121586e961be58480d76ba988719daaa82e606a8cc3649a0d01ef75227bc0_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:3452dc4a07cb296d2102f3fbc34865496dcd418f602dc117cb327893f6464e71_ppc64le",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:61fb5b6ebf9ee44b9271eb3526cb3175c9a135f86223e165c05b73a390f617ea_arm64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:c6b46eca6dfec3a8fb48b61393707e11e8cc573aad7eb6ff95c4661092e913f0_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:79ad5ac0ee525277a8a1bd550428a5e0a04da73aa1d9df23d085ec888d12d45b_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:911c38bf283079dd024087bda48a37ddf0ec981da4589596565706e5dfcd6dad_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:c1f4872828308bf7f0477697fb74a0ab7c3f595e2c33e29ee873232efca1960d_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:0df69e6e3d2add83c5a74faff76837a49333184b1d170acee968d4c064933bcf_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:5c3c4bbf1bf820995a13588d02a8cf692e1343da25def005dab981078b14d970_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:e1a7fd2bf349908c710237a1f832a4e161e049d09691d36c453bc8ddb0e0eebe_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2280921"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Submariner project. Due to unnecessary role-based access control permissions, a privileged attacker can run a malicious container on a node that may allow them to steal service account tokens and further compromise other nodes and potentially the entire cluster.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "submariner-operator: RBAC permissions can allow for the spread of node compromises",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "For the submariner operator in Red Hat Advanced Cluster Management for Kubernetes, the submariner-security outlined potential vulnerabilities regarding RBAC permissions being too broad. Those permissions make it possible to create, patch or update statefulsets or replicasets resources. This may allow new privileged containers escaping them and gaining root privileges on any worker nodes where those containers have been deployed within the cluster.",
"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.16:odf4/odf-multicluster-rhel9-operator@sha256:2eb40b0c565a4d150229ab504adfb2e0a2b4a5b25ff8ccb690e6d2dcae3bf424_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:36a0a82ab0c1e9d67d31aa8afe81bc1485541e3aefa221dbbc2a6822edfe8515_arm64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:8a8f7e1126adc73d210cdf8454c64356e2229e3aefc5bb4ba5a8bc7755a5d469_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:ef3d403c990fa7f2af167a123af043970cadc00b78b454b93dd9a4bca2699d2b_ppc64le"
],
"known_not_affected": [
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:5fbef84c4a88ad4ea88a1b2232cc0d6630fa47c8e3ae874a485c971c6d5951b9_ppc64le",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:ac0c3a8d86539bc4668e1a6de82e1f8439a1fbbb17a3b4102cabf078f021b41f_amd64",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:c94f20ad65f5411c7cabafd574e52f2fcb52d2f917003ae71adc736028f962bf_s390x",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:088b9e19fc16a4fbb655b81ab1fbe78aa82ebce2ad5ad0df67fc8b361b4fe170_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:2c29d14c5d64f810cc68fdb894700819f5122a354d5cbb473cf73f517f5315e9_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:5c2628c9c3de8ff9eaf6c727eaa2b4382741f21afeb4154329714b404fb4e1df_arm64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:f4a85d993ae326570a5e4dd8bdf9e5cec586c2f8b55a962940457f39787d6af8_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:061fc659ec847d38201a7b049b813df1fddac1e97d2caddaaac3d91d5e05fd46_amd64",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:3cc0e4ec3f46d066bfc5546a2efdab3a44aa38f2d6dc961509bee8f7f9cb5ddb_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:7c00300daa75158d7a406317be71f2a8932a613b769144ae92a5ae225f4feb1e_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:193a773d4f1ed8ec6097579507dddd3863301ec546e325e38b5290235f06c802_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:968deb95e9fde6ba12565e3ef601bfc60551ac6ac7c122b2bdacea09b6574266_arm64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:d608a1d128733b31b552d8410c1d95cb740646cea32b79ee401d2de178e08ca9_amd64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:f717a955a7ca2c3b1eac84e4b192ab38dcf1e98f6baea0ef592071c60f389bd1_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:46486b7e3b087bfec9c7b0dd4547af1190cee2be55dee7400ec90e6dc4b434f4_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a20b4235cee3193794be549c645164c2811a044498a777591437ff440264a7da_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a552dbccf217e8deaec318bcaf9b40877d3be1e88d091ae1684959f48367e0f2_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:8f650cf5915d5b7a15931e4a11d7c6be43d16068132f4cb4ef3e0c3e3cfbc17c_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:978017d3524aded83f4c63710e0b10dc2a453a22b5bc9ef801c7e70ac13aee40_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:9c3b15da5ddf22af93ae1617329ef41fddb4e6c00bbf9ea12567c4fc2c14cfdf_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:41c7883aafc2938852f5920ac2a178e1b0f39e0acdb817678696adec90fa2686_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:95a047d3be90468e15a9f246f8e0fbfd159f18f7a9841d07c75e6c3f30c7c80a_arm64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:d383069c5e89e051a15e95e61e9bd5197edf4f91fde60df8b8ed7d4e8269452e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:f2ab9f9eb9e502f0d78b32159dfc5aeae77ec9698ed3a2aeecd184407388f1e3_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:38d7fe0b8fa164df79d08fe2d20af60d7530e2691e7d4f183d71f138a00a128e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:a8f0e209e62e02a20648f982360e5b5ec7e62c294b4f7eb7df53ccd0bb750008_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:cd6bbc33a59480c1c504a88f86ca4bb51de037db3c993581d18ee7e887c96dcc_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:2bd43ed14d916a13f2d631f8dc350313c47619033134463399d76e77688f4c2e_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:92c7cf4ce69644ffa955c78b1e18aab5f9c3a843f889703a326ea9e6697455af_s390x",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:e1abb6a3be342350f7b3f641f9e036e2bd998e5fd6bd215730f3d39526e1d16f_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a714121fa385acb6fe75bb74f402be8cf6da85372fd4a34abfbb9b546782e9c0_amd64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a9cdb157400f7826b8c5075591d26dd9e25628e94189de3b90c8e9389e3181ed_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:ab289e798f909cf238f410984b7388db2f0a20794a3d55a06031fd9771efeaf7_arm64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:f5e5b787848d5838aaaeb58e3b8836ff67b4fcf9a2d3c9d19f27e06818fdf295_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:4b79f14a1d5130673921c4d711c0b919377307dd6d76d14386f9f83a5e1b4ecd_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:60ca8f2d341b1f1a09710a37c40f4c803c6b1b2d09fc1a7f53f9a979ad6643d6_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:92bd51fa0a6ee62be70dda32f5d922e70f4aea630b70bc7b5b74d0bf3c1d3a66_amd64",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:f518a439b56354f01a647d3c0550c909b42a879607982ce50bbbc0b6403a58f9_arm64",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5700bc3e6aadfa1890bb81bcc70f0ef026b5bd0d38f1e4bd35d04d5ceee7808d_ppc64le",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5972ba4c75e54f1670ec5ffb0a5a749a6992967ea0dd6e5d442019fa64dc1515_s390x",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:67108dd96a553925f2759cc5359447315aff09e7628a8228e71b04a8dee25f63_amd64",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:43334d92af32e97a11691d0fa7069746d59d6f73a0a2c0b97bbbfdc7937f117a_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8512465ad8828593d0f4b6d4208a6c60a0f297f70ef26a0c4c874f6ddf4798d2_s390x",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8b0583cf72b39299e6769f9c9fdc4321b7e384405aec8d1519d4ea5ac060fd05_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:ab568f027f842174927e1ccc7ca00448068e9241f40f53034d9ba74aaf062aa1_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:c4b5c7247825d7265f83ae5fb5e8a0f62fbb69cdbaf535d0d83320b817d7ef48_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:cf07146641dab9fe090c2b44d8f533375a5d04b8fcdedb42f75f10916b5b6ba6_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:3a4ec2b8d194134fc4a3cb9077306ba71eaef4e4544177f590c73ae7e40d490b_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:87e2d4e45b3d308e6937791d906c277df67c45321c7b760cca528f36e68d263d_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:8a090360648affdb24c12d7c2efaffc07bc21deb8b29f4ad3c12cf0a5ee6e19b_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:aff1de5e9ad24bbfacda0bf34bb6b28d27c3f9ce646ed53e93b4c87eb0bda93c_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:162f35a85baabd9055c53717463c908247769a9bf617a4b457adf398d2e972be_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:272f038ebe7fd778c6c24dcc27524f3aa807465576177681b8b80a6adb32be99_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:41064d2db3c4c1e651f2df89d6cd4a19027c6930edc6ab66b5535a2cd7f39f49_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:859301df4f104e3d36efc2446929c86805e586c3c5ac07548d0277442d5df6ca_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:2ca34569661d388d50cc0e9f5949ea7a404ceb266981855b3251c329dab88e11_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:d77cb43b5019248b790134edc980d7fb260c4dcb884f8e54d27c33b876a5f897_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:f9f73b9781288b1a52b06edb752efc9475a315e1dd9a445e28cc47d571762cfc_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:1ab09e10bfe23ed2e08513d887bd36c4bed003d6bcb7f1885364ef5a606ec010_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:9a42214d500a600785bb9a7bdd5b9580a5f8cfbf16980eb48bde3ae4ce855f3c_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:e87b8be96be2c5042af949785dd0c543e28d9432914a9543b08fd38d4a1e11ff_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:0ee210a535f1f11de40e1a0ee55a10855ce13c09dab9791ee4d35c59949ca934_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:3dc59c38e0cde2c9974d3fa5a7ce1c9f98589a5aeb486fdc8a8e7717656522fe_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:44c6bb264bbbd0ad67978dd2b4e01c530e653baf14b15f8a1eddff675fa760bd_amd64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:631643362d4345fdefb3fb34416ca09626b634c92fde970e1494a95fe5bdfc87_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:21c8ba4e41692cc24ce0127b4198413183451eff19a461941e9efb6bd140bfb4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:24d9bcb0da6e061f9de31768e94b660f955323e130f7eb0fc9e8746c1709d3f8_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:8ef36128140b9a90403fb672178d07be7fd16ddf9809ec628a693e0e2dd6d4a9_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:078bd92b92c28c3899986f4c6755950f3de044ca6b7214353cc0e84d2a67d570_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:0b08f6aba84c9f64b3253f5f23efaa0bba47be37f2582378509849b73db165e4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:64ca1e84e10bbc7522da216e4965658e06c540fce8c18f2976dab5c3236ea256_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0976ab8ba60319bf9ef20503de0fa249055e18a82ab36113affe7ad177b3f187_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:1d7f610fea74bb30b0276aa40556d9c03762c10f3bb71618afb5e6f5af718688_amd64",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:cf81ea45b333424981129e464f1374739a4f309efdcb26b9f7df2df4d346c1a9_ppc64le",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:dd9ca8286f54ba8e4151414afc65cbc4d619430676ab2735afc2a1e086b17921_arm64",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:1d89cd1a73d1bbd66988ce2224de39b799ecfa1cfe96d0ec2619ccc059c11d20_ppc64le",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:efdcf383abcb962ea0fdb92a9fa31f60a150a2c48174303881b550e5d9dec6f7_s390x",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:f500d5f16ea39d262ad4c52a9be03953e6e7ffa0f4349860976c41a70d8bb0e5_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:491a5b629d9777815ee6d28356cf82a7fd7939f2a39e65ae833440af1831b1db_s390x",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:80f47a30616834100466219c9e4d8c67fcef9554b2075c2bf81905c86b03d46b_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:cd38debd1e2088a81a31ac95eda219ad9d58d255ac0ed157a804837b00a87ac0_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:096d6e38c34c0c89e2b2e49d6c8b61acf9f88033d3b2814eefa62abee30d4993_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:4d03e157d3ed69eef8a8ee8a6c8f9e0746c16baa6ccff7c5c8a7457e9a8b9a56_s390x",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:d556581772224fe60606ece392a210f1a3b3de01a26959197c594634694d6ebb_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:0ef121586e961be58480d76ba988719daaa82e606a8cc3649a0d01ef75227bc0_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:3452dc4a07cb296d2102f3fbc34865496dcd418f602dc117cb327893f6464e71_ppc64le",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:61fb5b6ebf9ee44b9271eb3526cb3175c9a135f86223e165c05b73a390f617ea_arm64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:c6b46eca6dfec3a8fb48b61393707e11e8cc573aad7eb6ff95c4661092e913f0_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:79ad5ac0ee525277a8a1bd550428a5e0a04da73aa1d9df23d085ec888d12d45b_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:911c38bf283079dd024087bda48a37ddf0ec981da4589596565706e5dfcd6dad_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:c1f4872828308bf7f0477697fb74a0ab7c3f595e2c33e29ee873232efca1960d_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:0df69e6e3d2add83c5a74faff76837a49333184b1d170acee968d4c064933bcf_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:5c3c4bbf1bf820995a13588d02a8cf692e1343da25def005dab981078b14d970_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:e1a7fd2bf349908c710237a1f832a4e161e049d09691d36c453bc8ddb0e0eebe_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-5042"
},
{
"category": "external",
"summary": "RHBZ#2280921",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2280921"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-5042",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5042"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-5042",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-5042"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-2rhx-qhxp-5jpw",
"url": "https://github.com/advisories/GHSA-2rhx-qhxp-5jpw"
}
],
"release_date": "2024-05-16T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-07-17T13:09:39+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:2eb40b0c565a4d150229ab504adfb2e0a2b4a5b25ff8ccb690e6d2dcae3bf424_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:36a0a82ab0c1e9d67d31aa8afe81bc1485541e3aefa221dbbc2a6822edfe8515_arm64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:8a8f7e1126adc73d210cdf8454c64356e2229e3aefc5bb4ba5a8bc7755a5d469_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:ef3d403c990fa7f2af167a123af043970cadc00b78b454b93dd9a4bca2699d2b_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:4591"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.6,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:L/I:H/A:N",
"version": "3.1"
},
"products": [
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:5fbef84c4a88ad4ea88a1b2232cc0d6630fa47c8e3ae874a485c971c6d5951b9_ppc64le",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:ac0c3a8d86539bc4668e1a6de82e1f8439a1fbbb17a3b4102cabf078f021b41f_amd64",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:c94f20ad65f5411c7cabafd574e52f2fcb52d2f917003ae71adc736028f962bf_s390x",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:088b9e19fc16a4fbb655b81ab1fbe78aa82ebce2ad5ad0df67fc8b361b4fe170_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:2c29d14c5d64f810cc68fdb894700819f5122a354d5cbb473cf73f517f5315e9_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:5c2628c9c3de8ff9eaf6c727eaa2b4382741f21afeb4154329714b404fb4e1df_arm64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:f4a85d993ae326570a5e4dd8bdf9e5cec586c2f8b55a962940457f39787d6af8_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:061fc659ec847d38201a7b049b813df1fddac1e97d2caddaaac3d91d5e05fd46_amd64",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:3cc0e4ec3f46d066bfc5546a2efdab3a44aa38f2d6dc961509bee8f7f9cb5ddb_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:7c00300daa75158d7a406317be71f2a8932a613b769144ae92a5ae225f4feb1e_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:193a773d4f1ed8ec6097579507dddd3863301ec546e325e38b5290235f06c802_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:968deb95e9fde6ba12565e3ef601bfc60551ac6ac7c122b2bdacea09b6574266_arm64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:d608a1d128733b31b552d8410c1d95cb740646cea32b79ee401d2de178e08ca9_amd64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:f717a955a7ca2c3b1eac84e4b192ab38dcf1e98f6baea0ef592071c60f389bd1_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:46486b7e3b087bfec9c7b0dd4547af1190cee2be55dee7400ec90e6dc4b434f4_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a20b4235cee3193794be549c645164c2811a044498a777591437ff440264a7da_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a552dbccf217e8deaec318bcaf9b40877d3be1e88d091ae1684959f48367e0f2_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:8f650cf5915d5b7a15931e4a11d7c6be43d16068132f4cb4ef3e0c3e3cfbc17c_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:978017d3524aded83f4c63710e0b10dc2a453a22b5bc9ef801c7e70ac13aee40_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:9c3b15da5ddf22af93ae1617329ef41fddb4e6c00bbf9ea12567c4fc2c14cfdf_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:41c7883aafc2938852f5920ac2a178e1b0f39e0acdb817678696adec90fa2686_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:95a047d3be90468e15a9f246f8e0fbfd159f18f7a9841d07c75e6c3f30c7c80a_arm64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:d383069c5e89e051a15e95e61e9bd5197edf4f91fde60df8b8ed7d4e8269452e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:f2ab9f9eb9e502f0d78b32159dfc5aeae77ec9698ed3a2aeecd184407388f1e3_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:38d7fe0b8fa164df79d08fe2d20af60d7530e2691e7d4f183d71f138a00a128e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:a8f0e209e62e02a20648f982360e5b5ec7e62c294b4f7eb7df53ccd0bb750008_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:cd6bbc33a59480c1c504a88f86ca4bb51de037db3c993581d18ee7e887c96dcc_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:2bd43ed14d916a13f2d631f8dc350313c47619033134463399d76e77688f4c2e_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:92c7cf4ce69644ffa955c78b1e18aab5f9c3a843f889703a326ea9e6697455af_s390x",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:e1abb6a3be342350f7b3f641f9e036e2bd998e5fd6bd215730f3d39526e1d16f_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a714121fa385acb6fe75bb74f402be8cf6da85372fd4a34abfbb9b546782e9c0_amd64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a9cdb157400f7826b8c5075591d26dd9e25628e94189de3b90c8e9389e3181ed_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:ab289e798f909cf238f410984b7388db2f0a20794a3d55a06031fd9771efeaf7_arm64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:f5e5b787848d5838aaaeb58e3b8836ff67b4fcf9a2d3c9d19f27e06818fdf295_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:4b79f14a1d5130673921c4d711c0b919377307dd6d76d14386f9f83a5e1b4ecd_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:60ca8f2d341b1f1a09710a37c40f4c803c6b1b2d09fc1a7f53f9a979ad6643d6_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:92bd51fa0a6ee62be70dda32f5d922e70f4aea630b70bc7b5b74d0bf3c1d3a66_amd64",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:f518a439b56354f01a647d3c0550c909b42a879607982ce50bbbc0b6403a58f9_arm64",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5700bc3e6aadfa1890bb81bcc70f0ef026b5bd0d38f1e4bd35d04d5ceee7808d_ppc64le",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5972ba4c75e54f1670ec5ffb0a5a749a6992967ea0dd6e5d442019fa64dc1515_s390x",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:67108dd96a553925f2759cc5359447315aff09e7628a8228e71b04a8dee25f63_amd64",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:43334d92af32e97a11691d0fa7069746d59d6f73a0a2c0b97bbbfdc7937f117a_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8512465ad8828593d0f4b6d4208a6c60a0f297f70ef26a0c4c874f6ddf4798d2_s390x",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8b0583cf72b39299e6769f9c9fdc4321b7e384405aec8d1519d4ea5ac060fd05_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:ab568f027f842174927e1ccc7ca00448068e9241f40f53034d9ba74aaf062aa1_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:c4b5c7247825d7265f83ae5fb5e8a0f62fbb69cdbaf535d0d83320b817d7ef48_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:cf07146641dab9fe090c2b44d8f533375a5d04b8fcdedb42f75f10916b5b6ba6_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:3a4ec2b8d194134fc4a3cb9077306ba71eaef4e4544177f590c73ae7e40d490b_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:87e2d4e45b3d308e6937791d906c277df67c45321c7b760cca528f36e68d263d_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:8a090360648affdb24c12d7c2efaffc07bc21deb8b29f4ad3c12cf0a5ee6e19b_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:aff1de5e9ad24bbfacda0bf34bb6b28d27c3f9ce646ed53e93b4c87eb0bda93c_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:162f35a85baabd9055c53717463c908247769a9bf617a4b457adf398d2e972be_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:272f038ebe7fd778c6c24dcc27524f3aa807465576177681b8b80a6adb32be99_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:41064d2db3c4c1e651f2df89d6cd4a19027c6930edc6ab66b5535a2cd7f39f49_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:859301df4f104e3d36efc2446929c86805e586c3c5ac07548d0277442d5df6ca_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:2ca34569661d388d50cc0e9f5949ea7a404ceb266981855b3251c329dab88e11_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:d77cb43b5019248b790134edc980d7fb260c4dcb884f8e54d27c33b876a5f897_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:f9f73b9781288b1a52b06edb752efc9475a315e1dd9a445e28cc47d571762cfc_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:1ab09e10bfe23ed2e08513d887bd36c4bed003d6bcb7f1885364ef5a606ec010_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:9a42214d500a600785bb9a7bdd5b9580a5f8cfbf16980eb48bde3ae4ce855f3c_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:e87b8be96be2c5042af949785dd0c543e28d9432914a9543b08fd38d4a1e11ff_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:2eb40b0c565a4d150229ab504adfb2e0a2b4a5b25ff8ccb690e6d2dcae3bf424_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:36a0a82ab0c1e9d67d31aa8afe81bc1485541e3aefa221dbbc2a6822edfe8515_arm64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:8a8f7e1126adc73d210cdf8454c64356e2229e3aefc5bb4ba5a8bc7755a5d469_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:ef3d403c990fa7f2af167a123af043970cadc00b78b454b93dd9a4bca2699d2b_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:0ee210a535f1f11de40e1a0ee55a10855ce13c09dab9791ee4d35c59949ca934_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:3dc59c38e0cde2c9974d3fa5a7ce1c9f98589a5aeb486fdc8a8e7717656522fe_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:44c6bb264bbbd0ad67978dd2b4e01c530e653baf14b15f8a1eddff675fa760bd_amd64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:631643362d4345fdefb3fb34416ca09626b634c92fde970e1494a95fe5bdfc87_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:21c8ba4e41692cc24ce0127b4198413183451eff19a461941e9efb6bd140bfb4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:24d9bcb0da6e061f9de31768e94b660f955323e130f7eb0fc9e8746c1709d3f8_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:8ef36128140b9a90403fb672178d07be7fd16ddf9809ec628a693e0e2dd6d4a9_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:078bd92b92c28c3899986f4c6755950f3de044ca6b7214353cc0e84d2a67d570_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:0b08f6aba84c9f64b3253f5f23efaa0bba47be37f2582378509849b73db165e4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:64ca1e84e10bbc7522da216e4965658e06c540fce8c18f2976dab5c3236ea256_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0976ab8ba60319bf9ef20503de0fa249055e18a82ab36113affe7ad177b3f187_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:1d7f610fea74bb30b0276aa40556d9c03762c10f3bb71618afb5e6f5af718688_amd64",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:cf81ea45b333424981129e464f1374739a4f309efdcb26b9f7df2df4d346c1a9_ppc64le",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:dd9ca8286f54ba8e4151414afc65cbc4d619430676ab2735afc2a1e086b17921_arm64",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:1d89cd1a73d1bbd66988ce2224de39b799ecfa1cfe96d0ec2619ccc059c11d20_ppc64le",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:efdcf383abcb962ea0fdb92a9fa31f60a150a2c48174303881b550e5d9dec6f7_s390x",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:f500d5f16ea39d262ad4c52a9be03953e6e7ffa0f4349860976c41a70d8bb0e5_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:491a5b629d9777815ee6d28356cf82a7fd7939f2a39e65ae833440af1831b1db_s390x",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:80f47a30616834100466219c9e4d8c67fcef9554b2075c2bf81905c86b03d46b_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:cd38debd1e2088a81a31ac95eda219ad9d58d255ac0ed157a804837b00a87ac0_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:096d6e38c34c0c89e2b2e49d6c8b61acf9f88033d3b2814eefa62abee30d4993_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:4d03e157d3ed69eef8a8ee8a6c8f9e0746c16baa6ccff7c5c8a7457e9a8b9a56_s390x",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:d556581772224fe60606ece392a210f1a3b3de01a26959197c594634694d6ebb_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:0ef121586e961be58480d76ba988719daaa82e606a8cc3649a0d01ef75227bc0_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:3452dc4a07cb296d2102f3fbc34865496dcd418f602dc117cb327893f6464e71_ppc64le",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:61fb5b6ebf9ee44b9271eb3526cb3175c9a135f86223e165c05b73a390f617ea_arm64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:c6b46eca6dfec3a8fb48b61393707e11e8cc573aad7eb6ff95c4661092e913f0_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:79ad5ac0ee525277a8a1bd550428a5e0a04da73aa1d9df23d085ec888d12d45b_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:911c38bf283079dd024087bda48a37ddf0ec981da4589596565706e5dfcd6dad_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:c1f4872828308bf7f0477697fb74a0ab7c3f595e2c33e29ee873232efca1960d_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:0df69e6e3d2add83c5a74faff76837a49333184b1d170acee968d4c064933bcf_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:5c3c4bbf1bf820995a13588d02a8cf692e1343da25def005dab981078b14d970_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:e1a7fd2bf349908c710237a1f832a4e161e049d09691d36c453bc8ddb0e0eebe_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "submariner-operator: RBAC permissions can allow for the spread of node compromises"
},
{
"cve": "CVE-2024-24783",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:088b9e19fc16a4fbb655b81ab1fbe78aa82ebce2ad5ad0df67fc8b361b4fe170_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:2c29d14c5d64f810cc68fdb894700819f5122a354d5cbb473cf73f517f5315e9_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:5c2628c9c3de8ff9eaf6c727eaa2b4382741f21afeb4154329714b404fb4e1df_arm64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:f4a85d993ae326570a5e4dd8bdf9e5cec586c2f8b55a962940457f39787d6af8_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:061fc659ec847d38201a7b049b813df1fddac1e97d2caddaaac3d91d5e05fd46_amd64",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:3cc0e4ec3f46d066bfc5546a2efdab3a44aa38f2d6dc961509bee8f7f9cb5ddb_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:7c00300daa75158d7a406317be71f2a8932a613b769144ae92a5ae225f4feb1e_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:193a773d4f1ed8ec6097579507dddd3863301ec546e325e38b5290235f06c802_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:968deb95e9fde6ba12565e3ef601bfc60551ac6ac7c122b2bdacea09b6574266_arm64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:d608a1d128733b31b552d8410c1d95cb740646cea32b79ee401d2de178e08ca9_amd64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:f717a955a7ca2c3b1eac84e4b192ab38dcf1e98f6baea0ef592071c60f389bd1_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:46486b7e3b087bfec9c7b0dd4547af1190cee2be55dee7400ec90e6dc4b434f4_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a20b4235cee3193794be549c645164c2811a044498a777591437ff440264a7da_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a552dbccf217e8deaec318bcaf9b40877d3be1e88d091ae1684959f48367e0f2_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:8f650cf5915d5b7a15931e4a11d7c6be43d16068132f4cb4ef3e0c3e3cfbc17c_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:978017d3524aded83f4c63710e0b10dc2a453a22b5bc9ef801c7e70ac13aee40_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:9c3b15da5ddf22af93ae1617329ef41fddb4e6c00bbf9ea12567c4fc2c14cfdf_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:41c7883aafc2938852f5920ac2a178e1b0f39e0acdb817678696adec90fa2686_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:95a047d3be90468e15a9f246f8e0fbfd159f18f7a9841d07c75e6c3f30c7c80a_arm64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:d383069c5e89e051a15e95e61e9bd5197edf4f91fde60df8b8ed7d4e8269452e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:f2ab9f9eb9e502f0d78b32159dfc5aeae77ec9698ed3a2aeecd184407388f1e3_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:38d7fe0b8fa164df79d08fe2d20af60d7530e2691e7d4f183d71f138a00a128e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:a8f0e209e62e02a20648f982360e5b5ec7e62c294b4f7eb7df53ccd0bb750008_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:cd6bbc33a59480c1c504a88f86ca4bb51de037db3c993581d18ee7e887c96dcc_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:2bd43ed14d916a13f2d631f8dc350313c47619033134463399d76e77688f4c2e_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:92c7cf4ce69644ffa955c78b1e18aab5f9c3a843f889703a326ea9e6697455af_s390x",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:e1abb6a3be342350f7b3f641f9e036e2bd998e5fd6bd215730f3d39526e1d16f_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a714121fa385acb6fe75bb74f402be8cf6da85372fd4a34abfbb9b546782e9c0_amd64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a9cdb157400f7826b8c5075591d26dd9e25628e94189de3b90c8e9389e3181ed_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:ab289e798f909cf238f410984b7388db2f0a20794a3d55a06031fd9771efeaf7_arm64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:f5e5b787848d5838aaaeb58e3b8836ff67b4fcf9a2d3c9d19f27e06818fdf295_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:4b79f14a1d5130673921c4d711c0b919377307dd6d76d14386f9f83a5e1b4ecd_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:60ca8f2d341b1f1a09710a37c40f4c803c6b1b2d09fc1a7f53f9a979ad6643d6_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:92bd51fa0a6ee62be70dda32f5d922e70f4aea630b70bc7b5b74d0bf3c1d3a66_amd64",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:f518a439b56354f01a647d3c0550c909b42a879607982ce50bbbc0b6403a58f9_arm64",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5700bc3e6aadfa1890bb81bcc70f0ef026b5bd0d38f1e4bd35d04d5ceee7808d_ppc64le",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5972ba4c75e54f1670ec5ffb0a5a749a6992967ea0dd6e5d442019fa64dc1515_s390x",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:67108dd96a553925f2759cc5359447315aff09e7628a8228e71b04a8dee25f63_amd64",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:43334d92af32e97a11691d0fa7069746d59d6f73a0a2c0b97bbbfdc7937f117a_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8512465ad8828593d0f4b6d4208a6c60a0f297f70ef26a0c4c874f6ddf4798d2_s390x",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8b0583cf72b39299e6769f9c9fdc4321b7e384405aec8d1519d4ea5ac060fd05_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:ab568f027f842174927e1ccc7ca00448068e9241f40f53034d9ba74aaf062aa1_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:c4b5c7247825d7265f83ae5fb5e8a0f62fbb69cdbaf535d0d83320b817d7ef48_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:cf07146641dab9fe090c2b44d8f533375a5d04b8fcdedb42f75f10916b5b6ba6_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:3a4ec2b8d194134fc4a3cb9077306ba71eaef4e4544177f590c73ae7e40d490b_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:87e2d4e45b3d308e6937791d906c277df67c45321c7b760cca528f36e68d263d_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:8a090360648affdb24c12d7c2efaffc07bc21deb8b29f4ad3c12cf0a5ee6e19b_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:aff1de5e9ad24bbfacda0bf34bb6b28d27c3f9ce646ed53e93b4c87eb0bda93c_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:162f35a85baabd9055c53717463c908247769a9bf617a4b457adf398d2e972be_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:272f038ebe7fd778c6c24dcc27524f3aa807465576177681b8b80a6adb32be99_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:41064d2db3c4c1e651f2df89d6cd4a19027c6930edc6ab66b5535a2cd7f39f49_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:859301df4f104e3d36efc2446929c86805e586c3c5ac07548d0277442d5df6ca_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:2ca34569661d388d50cc0e9f5949ea7a404ceb266981855b3251c329dab88e11_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:d77cb43b5019248b790134edc980d7fb260c4dcb884f8e54d27c33b876a5f897_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:f9f73b9781288b1a52b06edb752efc9475a315e1dd9a445e28cc47d571762cfc_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:1ab09e10bfe23ed2e08513d887bd36c4bed003d6bcb7f1885364ef5a606ec010_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:9a42214d500a600785bb9a7bdd5b9580a5f8cfbf16980eb48bde3ae4ce855f3c_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:e87b8be96be2c5042af949785dd0c543e28d9432914a9543b08fd38d4a1e11ff_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:2eb40b0c565a4d150229ab504adfb2e0a2b4a5b25ff8ccb690e6d2dcae3bf424_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:36a0a82ab0c1e9d67d31aa8afe81bc1485541e3aefa221dbbc2a6822edfe8515_arm64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:8a8f7e1126adc73d210cdf8454c64356e2229e3aefc5bb4ba5a8bc7755a5d469_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:ef3d403c990fa7f2af167a123af043970cadc00b78b454b93dd9a4bca2699d2b_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:0ee210a535f1f11de40e1a0ee55a10855ce13c09dab9791ee4d35c59949ca934_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:3dc59c38e0cde2c9974d3fa5a7ce1c9f98589a5aeb486fdc8a8e7717656522fe_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:44c6bb264bbbd0ad67978dd2b4e01c530e653baf14b15f8a1eddff675fa760bd_amd64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:631643362d4345fdefb3fb34416ca09626b634c92fde970e1494a95fe5bdfc87_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:21c8ba4e41692cc24ce0127b4198413183451eff19a461941e9efb6bd140bfb4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:24d9bcb0da6e061f9de31768e94b660f955323e130f7eb0fc9e8746c1709d3f8_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:8ef36128140b9a90403fb672178d07be7fd16ddf9809ec628a693e0e2dd6d4a9_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:078bd92b92c28c3899986f4c6755950f3de044ca6b7214353cc0e84d2a67d570_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:0b08f6aba84c9f64b3253f5f23efaa0bba47be37f2582378509849b73db165e4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:64ca1e84e10bbc7522da216e4965658e06c540fce8c18f2976dab5c3236ea256_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0976ab8ba60319bf9ef20503de0fa249055e18a82ab36113affe7ad177b3f187_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:1d7f610fea74bb30b0276aa40556d9c03762c10f3bb71618afb5e6f5af718688_amd64",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:cf81ea45b333424981129e464f1374739a4f309efdcb26b9f7df2df4d346c1a9_ppc64le",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:dd9ca8286f54ba8e4151414afc65cbc4d619430676ab2735afc2a1e086b17921_arm64",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:1d89cd1a73d1bbd66988ce2224de39b799ecfa1cfe96d0ec2619ccc059c11d20_ppc64le",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:efdcf383abcb962ea0fdb92a9fa31f60a150a2c48174303881b550e5d9dec6f7_s390x",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:f500d5f16ea39d262ad4c52a9be03953e6e7ffa0f4349860976c41a70d8bb0e5_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:491a5b629d9777815ee6d28356cf82a7fd7939f2a39e65ae833440af1831b1db_s390x",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:80f47a30616834100466219c9e4d8c67fcef9554b2075c2bf81905c86b03d46b_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:cd38debd1e2088a81a31ac95eda219ad9d58d255ac0ed157a804837b00a87ac0_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:096d6e38c34c0c89e2b2e49d6c8b61acf9f88033d3b2814eefa62abee30d4993_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:4d03e157d3ed69eef8a8ee8a6c8f9e0746c16baa6ccff7c5c8a7457e9a8b9a56_s390x",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:d556581772224fe60606ece392a210f1a3b3de01a26959197c594634694d6ebb_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:0ef121586e961be58480d76ba988719daaa82e606a8cc3649a0d01ef75227bc0_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:3452dc4a07cb296d2102f3fbc34865496dcd418f602dc117cb327893f6464e71_ppc64le",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:61fb5b6ebf9ee44b9271eb3526cb3175c9a135f86223e165c05b73a390f617ea_arm64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:c6b46eca6dfec3a8fb48b61393707e11e8cc573aad7eb6ff95c4661092e913f0_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:79ad5ac0ee525277a8a1bd550428a5e0a04da73aa1d9df23d085ec888d12d45b_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:911c38bf283079dd024087bda48a37ddf0ec981da4589596565706e5dfcd6dad_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:c1f4872828308bf7f0477697fb74a0ab7c3f595e2c33e29ee873232efca1960d_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:0df69e6e3d2add83c5a74faff76837a49333184b1d170acee968d4c064933bcf_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:5c3c4bbf1bf820995a13588d02a8cf692e1343da25def005dab981078b14d970_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:e1a7fd2bf349908c710237a1f832a4e161e049d09691d36c453bc8ddb0e0eebe_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268019"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s crypto/x509 standard library package. Verifying a certificate chain that contains a certificate with an unknown public key algorithm will cause a Certificate.Verify to panic. This issue affects all crypto/tls clients and servers that set Config.ClientAuth to VerifyClientCertIfGiven or RequireAndVerifyClientCert.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm",
"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.16:odf4/cephcsi-rhel9@sha256:5fbef84c4a88ad4ea88a1b2232cc0d6630fa47c8e3ae874a485c971c6d5951b9_ppc64le",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:ac0c3a8d86539bc4668e1a6de82e1f8439a1fbbb17a3b4102cabf078f021b41f_amd64",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:c94f20ad65f5411c7cabafd574e52f2fcb52d2f917003ae71adc736028f962bf_s390x"
],
"known_not_affected": [
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:088b9e19fc16a4fbb655b81ab1fbe78aa82ebce2ad5ad0df67fc8b361b4fe170_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:2c29d14c5d64f810cc68fdb894700819f5122a354d5cbb473cf73f517f5315e9_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:5c2628c9c3de8ff9eaf6c727eaa2b4382741f21afeb4154329714b404fb4e1df_arm64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:f4a85d993ae326570a5e4dd8bdf9e5cec586c2f8b55a962940457f39787d6af8_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:061fc659ec847d38201a7b049b813df1fddac1e97d2caddaaac3d91d5e05fd46_amd64",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:3cc0e4ec3f46d066bfc5546a2efdab3a44aa38f2d6dc961509bee8f7f9cb5ddb_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:7c00300daa75158d7a406317be71f2a8932a613b769144ae92a5ae225f4feb1e_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:193a773d4f1ed8ec6097579507dddd3863301ec546e325e38b5290235f06c802_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:968deb95e9fde6ba12565e3ef601bfc60551ac6ac7c122b2bdacea09b6574266_arm64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:d608a1d128733b31b552d8410c1d95cb740646cea32b79ee401d2de178e08ca9_amd64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:f717a955a7ca2c3b1eac84e4b192ab38dcf1e98f6baea0ef592071c60f389bd1_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:46486b7e3b087bfec9c7b0dd4547af1190cee2be55dee7400ec90e6dc4b434f4_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a20b4235cee3193794be549c645164c2811a044498a777591437ff440264a7da_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a552dbccf217e8deaec318bcaf9b40877d3be1e88d091ae1684959f48367e0f2_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:8f650cf5915d5b7a15931e4a11d7c6be43d16068132f4cb4ef3e0c3e3cfbc17c_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:978017d3524aded83f4c63710e0b10dc2a453a22b5bc9ef801c7e70ac13aee40_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:9c3b15da5ddf22af93ae1617329ef41fddb4e6c00bbf9ea12567c4fc2c14cfdf_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:41c7883aafc2938852f5920ac2a178e1b0f39e0acdb817678696adec90fa2686_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:95a047d3be90468e15a9f246f8e0fbfd159f18f7a9841d07c75e6c3f30c7c80a_arm64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:d383069c5e89e051a15e95e61e9bd5197edf4f91fde60df8b8ed7d4e8269452e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:f2ab9f9eb9e502f0d78b32159dfc5aeae77ec9698ed3a2aeecd184407388f1e3_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:38d7fe0b8fa164df79d08fe2d20af60d7530e2691e7d4f183d71f138a00a128e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:a8f0e209e62e02a20648f982360e5b5ec7e62c294b4f7eb7df53ccd0bb750008_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:cd6bbc33a59480c1c504a88f86ca4bb51de037db3c993581d18ee7e887c96dcc_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:2bd43ed14d916a13f2d631f8dc350313c47619033134463399d76e77688f4c2e_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:92c7cf4ce69644ffa955c78b1e18aab5f9c3a843f889703a326ea9e6697455af_s390x",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:e1abb6a3be342350f7b3f641f9e036e2bd998e5fd6bd215730f3d39526e1d16f_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a714121fa385acb6fe75bb74f402be8cf6da85372fd4a34abfbb9b546782e9c0_amd64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a9cdb157400f7826b8c5075591d26dd9e25628e94189de3b90c8e9389e3181ed_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:ab289e798f909cf238f410984b7388db2f0a20794a3d55a06031fd9771efeaf7_arm64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:f5e5b787848d5838aaaeb58e3b8836ff67b4fcf9a2d3c9d19f27e06818fdf295_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:4b79f14a1d5130673921c4d711c0b919377307dd6d76d14386f9f83a5e1b4ecd_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:60ca8f2d341b1f1a09710a37c40f4c803c6b1b2d09fc1a7f53f9a979ad6643d6_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:92bd51fa0a6ee62be70dda32f5d922e70f4aea630b70bc7b5b74d0bf3c1d3a66_amd64",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:f518a439b56354f01a647d3c0550c909b42a879607982ce50bbbc0b6403a58f9_arm64",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5700bc3e6aadfa1890bb81bcc70f0ef026b5bd0d38f1e4bd35d04d5ceee7808d_ppc64le",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5972ba4c75e54f1670ec5ffb0a5a749a6992967ea0dd6e5d442019fa64dc1515_s390x",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:67108dd96a553925f2759cc5359447315aff09e7628a8228e71b04a8dee25f63_amd64",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:43334d92af32e97a11691d0fa7069746d59d6f73a0a2c0b97bbbfdc7937f117a_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8512465ad8828593d0f4b6d4208a6c60a0f297f70ef26a0c4c874f6ddf4798d2_s390x",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8b0583cf72b39299e6769f9c9fdc4321b7e384405aec8d1519d4ea5ac060fd05_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:ab568f027f842174927e1ccc7ca00448068e9241f40f53034d9ba74aaf062aa1_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:c4b5c7247825d7265f83ae5fb5e8a0f62fbb69cdbaf535d0d83320b817d7ef48_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:cf07146641dab9fe090c2b44d8f533375a5d04b8fcdedb42f75f10916b5b6ba6_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:3a4ec2b8d194134fc4a3cb9077306ba71eaef4e4544177f590c73ae7e40d490b_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:87e2d4e45b3d308e6937791d906c277df67c45321c7b760cca528f36e68d263d_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:8a090360648affdb24c12d7c2efaffc07bc21deb8b29f4ad3c12cf0a5ee6e19b_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:aff1de5e9ad24bbfacda0bf34bb6b28d27c3f9ce646ed53e93b4c87eb0bda93c_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:162f35a85baabd9055c53717463c908247769a9bf617a4b457adf398d2e972be_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:272f038ebe7fd778c6c24dcc27524f3aa807465576177681b8b80a6adb32be99_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:41064d2db3c4c1e651f2df89d6cd4a19027c6930edc6ab66b5535a2cd7f39f49_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:859301df4f104e3d36efc2446929c86805e586c3c5ac07548d0277442d5df6ca_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:2ca34569661d388d50cc0e9f5949ea7a404ceb266981855b3251c329dab88e11_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:d77cb43b5019248b790134edc980d7fb260c4dcb884f8e54d27c33b876a5f897_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:f9f73b9781288b1a52b06edb752efc9475a315e1dd9a445e28cc47d571762cfc_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:1ab09e10bfe23ed2e08513d887bd36c4bed003d6bcb7f1885364ef5a606ec010_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:9a42214d500a600785bb9a7bdd5b9580a5f8cfbf16980eb48bde3ae4ce855f3c_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:e87b8be96be2c5042af949785dd0c543e28d9432914a9543b08fd38d4a1e11ff_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:2eb40b0c565a4d150229ab504adfb2e0a2b4a5b25ff8ccb690e6d2dcae3bf424_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:36a0a82ab0c1e9d67d31aa8afe81bc1485541e3aefa221dbbc2a6822edfe8515_arm64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:8a8f7e1126adc73d210cdf8454c64356e2229e3aefc5bb4ba5a8bc7755a5d469_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:ef3d403c990fa7f2af167a123af043970cadc00b78b454b93dd9a4bca2699d2b_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:0ee210a535f1f11de40e1a0ee55a10855ce13c09dab9791ee4d35c59949ca934_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:3dc59c38e0cde2c9974d3fa5a7ce1c9f98589a5aeb486fdc8a8e7717656522fe_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:44c6bb264bbbd0ad67978dd2b4e01c530e653baf14b15f8a1eddff675fa760bd_amd64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:631643362d4345fdefb3fb34416ca09626b634c92fde970e1494a95fe5bdfc87_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:21c8ba4e41692cc24ce0127b4198413183451eff19a461941e9efb6bd140bfb4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:24d9bcb0da6e061f9de31768e94b660f955323e130f7eb0fc9e8746c1709d3f8_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:8ef36128140b9a90403fb672178d07be7fd16ddf9809ec628a693e0e2dd6d4a9_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:078bd92b92c28c3899986f4c6755950f3de044ca6b7214353cc0e84d2a67d570_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:0b08f6aba84c9f64b3253f5f23efaa0bba47be37f2582378509849b73db165e4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:64ca1e84e10bbc7522da216e4965658e06c540fce8c18f2976dab5c3236ea256_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0976ab8ba60319bf9ef20503de0fa249055e18a82ab36113affe7ad177b3f187_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:1d7f610fea74bb30b0276aa40556d9c03762c10f3bb71618afb5e6f5af718688_amd64",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:cf81ea45b333424981129e464f1374739a4f309efdcb26b9f7df2df4d346c1a9_ppc64le",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:dd9ca8286f54ba8e4151414afc65cbc4d619430676ab2735afc2a1e086b17921_arm64",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:1d89cd1a73d1bbd66988ce2224de39b799ecfa1cfe96d0ec2619ccc059c11d20_ppc64le",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:efdcf383abcb962ea0fdb92a9fa31f60a150a2c48174303881b550e5d9dec6f7_s390x",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:f500d5f16ea39d262ad4c52a9be03953e6e7ffa0f4349860976c41a70d8bb0e5_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:491a5b629d9777815ee6d28356cf82a7fd7939f2a39e65ae833440af1831b1db_s390x",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:80f47a30616834100466219c9e4d8c67fcef9554b2075c2bf81905c86b03d46b_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:cd38debd1e2088a81a31ac95eda219ad9d58d255ac0ed157a804837b00a87ac0_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:096d6e38c34c0c89e2b2e49d6c8b61acf9f88033d3b2814eefa62abee30d4993_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:4d03e157d3ed69eef8a8ee8a6c8f9e0746c16baa6ccff7c5c8a7457e9a8b9a56_s390x",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:d556581772224fe60606ece392a210f1a3b3de01a26959197c594634694d6ebb_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:0ef121586e961be58480d76ba988719daaa82e606a8cc3649a0d01ef75227bc0_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:3452dc4a07cb296d2102f3fbc34865496dcd418f602dc117cb327893f6464e71_ppc64le",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:61fb5b6ebf9ee44b9271eb3526cb3175c9a135f86223e165c05b73a390f617ea_arm64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:c6b46eca6dfec3a8fb48b61393707e11e8cc573aad7eb6ff95c4661092e913f0_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:79ad5ac0ee525277a8a1bd550428a5e0a04da73aa1d9df23d085ec888d12d45b_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:911c38bf283079dd024087bda48a37ddf0ec981da4589596565706e5dfcd6dad_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:c1f4872828308bf7f0477697fb74a0ab7c3f595e2c33e29ee873232efca1960d_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:0df69e6e3d2add83c5a74faff76837a49333184b1d170acee968d4c064933bcf_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:5c3c4bbf1bf820995a13588d02a8cf692e1343da25def005dab981078b14d970_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:e1a7fd2bf349908c710237a1f832a4e161e049d09691d36c453bc8ddb0e0eebe_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24783"
},
{
"category": "external",
"summary": "RHBZ#2268019",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268019"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24783",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24783"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24783",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24783"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2024/03/08/4",
"url": "http://www.openwall.com/lists/oss-security/2024/03/08/4"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-3q2c-pvp5-3cqp",
"url": "https://github.com/advisories/GHSA-3q2c-pvp5-3cqp"
},
{
"category": "external",
"summary": "https://go.dev/cl/569339",
"url": "https://go.dev/cl/569339"
},
{
"category": "external",
"summary": "https://go.dev/issue/65390",
"url": "https://go.dev/issue/65390"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg",
"url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2598",
"url": "https://pkg.go.dev/vuln/GO-2024-2598"
},
{
"category": "external",
"summary": "https://security.netapp.com/advisory/ntap-20240329-0005",
"url": "https://security.netapp.com/advisory/ntap-20240329-0005"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-07-17T13:09:39+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:5fbef84c4a88ad4ea88a1b2232cc0d6630fa47c8e3ae874a485c971c6d5951b9_ppc64le",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:ac0c3a8d86539bc4668e1a6de82e1f8439a1fbbb17a3b4102cabf078f021b41f_amd64",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:c94f20ad65f5411c7cabafd574e52f2fcb52d2f917003ae71adc736028f962bf_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:4591"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:5fbef84c4a88ad4ea88a1b2232cc0d6630fa47c8e3ae874a485c971c6d5951b9_ppc64le",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:ac0c3a8d86539bc4668e1a6de82e1f8439a1fbbb17a3b4102cabf078f021b41f_amd64",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:c94f20ad65f5411c7cabafd574e52f2fcb52d2f917003ae71adc736028f962bf_s390x",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:088b9e19fc16a4fbb655b81ab1fbe78aa82ebce2ad5ad0df67fc8b361b4fe170_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:2c29d14c5d64f810cc68fdb894700819f5122a354d5cbb473cf73f517f5315e9_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:5c2628c9c3de8ff9eaf6c727eaa2b4382741f21afeb4154329714b404fb4e1df_arm64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:f4a85d993ae326570a5e4dd8bdf9e5cec586c2f8b55a962940457f39787d6af8_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:061fc659ec847d38201a7b049b813df1fddac1e97d2caddaaac3d91d5e05fd46_amd64",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:3cc0e4ec3f46d066bfc5546a2efdab3a44aa38f2d6dc961509bee8f7f9cb5ddb_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:7c00300daa75158d7a406317be71f2a8932a613b769144ae92a5ae225f4feb1e_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:193a773d4f1ed8ec6097579507dddd3863301ec546e325e38b5290235f06c802_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:968deb95e9fde6ba12565e3ef601bfc60551ac6ac7c122b2bdacea09b6574266_arm64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:d608a1d128733b31b552d8410c1d95cb740646cea32b79ee401d2de178e08ca9_amd64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:f717a955a7ca2c3b1eac84e4b192ab38dcf1e98f6baea0ef592071c60f389bd1_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:46486b7e3b087bfec9c7b0dd4547af1190cee2be55dee7400ec90e6dc4b434f4_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a20b4235cee3193794be549c645164c2811a044498a777591437ff440264a7da_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a552dbccf217e8deaec318bcaf9b40877d3be1e88d091ae1684959f48367e0f2_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:8f650cf5915d5b7a15931e4a11d7c6be43d16068132f4cb4ef3e0c3e3cfbc17c_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:978017d3524aded83f4c63710e0b10dc2a453a22b5bc9ef801c7e70ac13aee40_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:9c3b15da5ddf22af93ae1617329ef41fddb4e6c00bbf9ea12567c4fc2c14cfdf_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:41c7883aafc2938852f5920ac2a178e1b0f39e0acdb817678696adec90fa2686_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:95a047d3be90468e15a9f246f8e0fbfd159f18f7a9841d07c75e6c3f30c7c80a_arm64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:d383069c5e89e051a15e95e61e9bd5197edf4f91fde60df8b8ed7d4e8269452e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:f2ab9f9eb9e502f0d78b32159dfc5aeae77ec9698ed3a2aeecd184407388f1e3_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:38d7fe0b8fa164df79d08fe2d20af60d7530e2691e7d4f183d71f138a00a128e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:a8f0e209e62e02a20648f982360e5b5ec7e62c294b4f7eb7df53ccd0bb750008_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:cd6bbc33a59480c1c504a88f86ca4bb51de037db3c993581d18ee7e887c96dcc_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:2bd43ed14d916a13f2d631f8dc350313c47619033134463399d76e77688f4c2e_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:92c7cf4ce69644ffa955c78b1e18aab5f9c3a843f889703a326ea9e6697455af_s390x",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:e1abb6a3be342350f7b3f641f9e036e2bd998e5fd6bd215730f3d39526e1d16f_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a714121fa385acb6fe75bb74f402be8cf6da85372fd4a34abfbb9b546782e9c0_amd64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a9cdb157400f7826b8c5075591d26dd9e25628e94189de3b90c8e9389e3181ed_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:ab289e798f909cf238f410984b7388db2f0a20794a3d55a06031fd9771efeaf7_arm64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:f5e5b787848d5838aaaeb58e3b8836ff67b4fcf9a2d3c9d19f27e06818fdf295_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:4b79f14a1d5130673921c4d711c0b919377307dd6d76d14386f9f83a5e1b4ecd_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:60ca8f2d341b1f1a09710a37c40f4c803c6b1b2d09fc1a7f53f9a979ad6643d6_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:92bd51fa0a6ee62be70dda32f5d922e70f4aea630b70bc7b5b74d0bf3c1d3a66_amd64",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:f518a439b56354f01a647d3c0550c909b42a879607982ce50bbbc0b6403a58f9_arm64",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5700bc3e6aadfa1890bb81bcc70f0ef026b5bd0d38f1e4bd35d04d5ceee7808d_ppc64le",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5972ba4c75e54f1670ec5ffb0a5a749a6992967ea0dd6e5d442019fa64dc1515_s390x",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:67108dd96a553925f2759cc5359447315aff09e7628a8228e71b04a8dee25f63_amd64",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:43334d92af32e97a11691d0fa7069746d59d6f73a0a2c0b97bbbfdc7937f117a_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8512465ad8828593d0f4b6d4208a6c60a0f297f70ef26a0c4c874f6ddf4798d2_s390x",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8b0583cf72b39299e6769f9c9fdc4321b7e384405aec8d1519d4ea5ac060fd05_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:ab568f027f842174927e1ccc7ca00448068e9241f40f53034d9ba74aaf062aa1_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:c4b5c7247825d7265f83ae5fb5e8a0f62fbb69cdbaf535d0d83320b817d7ef48_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:cf07146641dab9fe090c2b44d8f533375a5d04b8fcdedb42f75f10916b5b6ba6_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:3a4ec2b8d194134fc4a3cb9077306ba71eaef4e4544177f590c73ae7e40d490b_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:87e2d4e45b3d308e6937791d906c277df67c45321c7b760cca528f36e68d263d_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:8a090360648affdb24c12d7c2efaffc07bc21deb8b29f4ad3c12cf0a5ee6e19b_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:aff1de5e9ad24bbfacda0bf34bb6b28d27c3f9ce646ed53e93b4c87eb0bda93c_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:162f35a85baabd9055c53717463c908247769a9bf617a4b457adf398d2e972be_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:272f038ebe7fd778c6c24dcc27524f3aa807465576177681b8b80a6adb32be99_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:41064d2db3c4c1e651f2df89d6cd4a19027c6930edc6ab66b5535a2cd7f39f49_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:859301df4f104e3d36efc2446929c86805e586c3c5ac07548d0277442d5df6ca_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:2ca34569661d388d50cc0e9f5949ea7a404ceb266981855b3251c329dab88e11_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:d77cb43b5019248b790134edc980d7fb260c4dcb884f8e54d27c33b876a5f897_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:f9f73b9781288b1a52b06edb752efc9475a315e1dd9a445e28cc47d571762cfc_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:1ab09e10bfe23ed2e08513d887bd36c4bed003d6bcb7f1885364ef5a606ec010_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:9a42214d500a600785bb9a7bdd5b9580a5f8cfbf16980eb48bde3ae4ce855f3c_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:e87b8be96be2c5042af949785dd0c543e28d9432914a9543b08fd38d4a1e11ff_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:2eb40b0c565a4d150229ab504adfb2e0a2b4a5b25ff8ccb690e6d2dcae3bf424_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:36a0a82ab0c1e9d67d31aa8afe81bc1485541e3aefa221dbbc2a6822edfe8515_arm64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:8a8f7e1126adc73d210cdf8454c64356e2229e3aefc5bb4ba5a8bc7755a5d469_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:ef3d403c990fa7f2af167a123af043970cadc00b78b454b93dd9a4bca2699d2b_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:0ee210a535f1f11de40e1a0ee55a10855ce13c09dab9791ee4d35c59949ca934_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:3dc59c38e0cde2c9974d3fa5a7ce1c9f98589a5aeb486fdc8a8e7717656522fe_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:44c6bb264bbbd0ad67978dd2b4e01c530e653baf14b15f8a1eddff675fa760bd_amd64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:631643362d4345fdefb3fb34416ca09626b634c92fde970e1494a95fe5bdfc87_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:21c8ba4e41692cc24ce0127b4198413183451eff19a461941e9efb6bd140bfb4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:24d9bcb0da6e061f9de31768e94b660f955323e130f7eb0fc9e8746c1709d3f8_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:8ef36128140b9a90403fb672178d07be7fd16ddf9809ec628a693e0e2dd6d4a9_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:078bd92b92c28c3899986f4c6755950f3de044ca6b7214353cc0e84d2a67d570_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:0b08f6aba84c9f64b3253f5f23efaa0bba47be37f2582378509849b73db165e4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:64ca1e84e10bbc7522da216e4965658e06c540fce8c18f2976dab5c3236ea256_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0976ab8ba60319bf9ef20503de0fa249055e18a82ab36113affe7ad177b3f187_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:1d7f610fea74bb30b0276aa40556d9c03762c10f3bb71618afb5e6f5af718688_amd64",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:cf81ea45b333424981129e464f1374739a4f309efdcb26b9f7df2df4d346c1a9_ppc64le",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:dd9ca8286f54ba8e4151414afc65cbc4d619430676ab2735afc2a1e086b17921_arm64",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:1d89cd1a73d1bbd66988ce2224de39b799ecfa1cfe96d0ec2619ccc059c11d20_ppc64le",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:efdcf383abcb962ea0fdb92a9fa31f60a150a2c48174303881b550e5d9dec6f7_s390x",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:f500d5f16ea39d262ad4c52a9be03953e6e7ffa0f4349860976c41a70d8bb0e5_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:491a5b629d9777815ee6d28356cf82a7fd7939f2a39e65ae833440af1831b1db_s390x",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:80f47a30616834100466219c9e4d8c67fcef9554b2075c2bf81905c86b03d46b_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:cd38debd1e2088a81a31ac95eda219ad9d58d255ac0ed157a804837b00a87ac0_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:096d6e38c34c0c89e2b2e49d6c8b61acf9f88033d3b2814eefa62abee30d4993_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:4d03e157d3ed69eef8a8ee8a6c8f9e0746c16baa6ccff7c5c8a7457e9a8b9a56_s390x",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:d556581772224fe60606ece392a210f1a3b3de01a26959197c594634694d6ebb_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:0ef121586e961be58480d76ba988719daaa82e606a8cc3649a0d01ef75227bc0_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:3452dc4a07cb296d2102f3fbc34865496dcd418f602dc117cb327893f6464e71_ppc64le",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:61fb5b6ebf9ee44b9271eb3526cb3175c9a135f86223e165c05b73a390f617ea_arm64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:c6b46eca6dfec3a8fb48b61393707e11e8cc573aad7eb6ff95c4661092e913f0_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:79ad5ac0ee525277a8a1bd550428a5e0a04da73aa1d9df23d085ec888d12d45b_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:911c38bf283079dd024087bda48a37ddf0ec981da4589596565706e5dfcd6dad_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:c1f4872828308bf7f0477697fb74a0ab7c3f595e2c33e29ee873232efca1960d_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:0df69e6e3d2add83c5a74faff76837a49333184b1d170acee968d4c064933bcf_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:5c3c4bbf1bf820995a13588d02a8cf692e1343da25def005dab981078b14d970_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:e1a7fd2bf349908c710237a1f832a4e161e049d09691d36c453bc8ddb0e0eebe_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:5fbef84c4a88ad4ea88a1b2232cc0d6630fa47c8e3ae874a485c971c6d5951b9_ppc64le",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:ac0c3a8d86539bc4668e1a6de82e1f8439a1fbbb17a3b4102cabf078f021b41f_amd64",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:c94f20ad65f5411c7cabafd574e52f2fcb52d2f917003ae71adc736028f962bf_s390x",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:088b9e19fc16a4fbb655b81ab1fbe78aa82ebce2ad5ad0df67fc8b361b4fe170_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:2c29d14c5d64f810cc68fdb894700819f5122a354d5cbb473cf73f517f5315e9_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:5c2628c9c3de8ff9eaf6c727eaa2b4382741f21afeb4154329714b404fb4e1df_arm64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:f4a85d993ae326570a5e4dd8bdf9e5cec586c2f8b55a962940457f39787d6af8_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:061fc659ec847d38201a7b049b813df1fddac1e97d2caddaaac3d91d5e05fd46_amd64",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:3cc0e4ec3f46d066bfc5546a2efdab3a44aa38f2d6dc961509bee8f7f9cb5ddb_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:7c00300daa75158d7a406317be71f2a8932a613b769144ae92a5ae225f4feb1e_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:193a773d4f1ed8ec6097579507dddd3863301ec546e325e38b5290235f06c802_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:968deb95e9fde6ba12565e3ef601bfc60551ac6ac7c122b2bdacea09b6574266_arm64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:d608a1d128733b31b552d8410c1d95cb740646cea32b79ee401d2de178e08ca9_amd64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:f717a955a7ca2c3b1eac84e4b192ab38dcf1e98f6baea0ef592071c60f389bd1_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:46486b7e3b087bfec9c7b0dd4547af1190cee2be55dee7400ec90e6dc4b434f4_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a20b4235cee3193794be549c645164c2811a044498a777591437ff440264a7da_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a552dbccf217e8deaec318bcaf9b40877d3be1e88d091ae1684959f48367e0f2_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:8f650cf5915d5b7a15931e4a11d7c6be43d16068132f4cb4ef3e0c3e3cfbc17c_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:978017d3524aded83f4c63710e0b10dc2a453a22b5bc9ef801c7e70ac13aee40_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:9c3b15da5ddf22af93ae1617329ef41fddb4e6c00bbf9ea12567c4fc2c14cfdf_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:41c7883aafc2938852f5920ac2a178e1b0f39e0acdb817678696adec90fa2686_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:95a047d3be90468e15a9f246f8e0fbfd159f18f7a9841d07c75e6c3f30c7c80a_arm64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:d383069c5e89e051a15e95e61e9bd5197edf4f91fde60df8b8ed7d4e8269452e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:f2ab9f9eb9e502f0d78b32159dfc5aeae77ec9698ed3a2aeecd184407388f1e3_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:38d7fe0b8fa164df79d08fe2d20af60d7530e2691e7d4f183d71f138a00a128e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:a8f0e209e62e02a20648f982360e5b5ec7e62c294b4f7eb7df53ccd0bb750008_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:cd6bbc33a59480c1c504a88f86ca4bb51de037db3c993581d18ee7e887c96dcc_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:2bd43ed14d916a13f2d631f8dc350313c47619033134463399d76e77688f4c2e_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:92c7cf4ce69644ffa955c78b1e18aab5f9c3a843f889703a326ea9e6697455af_s390x",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:e1abb6a3be342350f7b3f641f9e036e2bd998e5fd6bd215730f3d39526e1d16f_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a714121fa385acb6fe75bb74f402be8cf6da85372fd4a34abfbb9b546782e9c0_amd64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a9cdb157400f7826b8c5075591d26dd9e25628e94189de3b90c8e9389e3181ed_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:ab289e798f909cf238f410984b7388db2f0a20794a3d55a06031fd9771efeaf7_arm64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:f5e5b787848d5838aaaeb58e3b8836ff67b4fcf9a2d3c9d19f27e06818fdf295_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:4b79f14a1d5130673921c4d711c0b919377307dd6d76d14386f9f83a5e1b4ecd_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:60ca8f2d341b1f1a09710a37c40f4c803c6b1b2d09fc1a7f53f9a979ad6643d6_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:92bd51fa0a6ee62be70dda32f5d922e70f4aea630b70bc7b5b74d0bf3c1d3a66_amd64",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:f518a439b56354f01a647d3c0550c909b42a879607982ce50bbbc0b6403a58f9_arm64",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5700bc3e6aadfa1890bb81bcc70f0ef026b5bd0d38f1e4bd35d04d5ceee7808d_ppc64le",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5972ba4c75e54f1670ec5ffb0a5a749a6992967ea0dd6e5d442019fa64dc1515_s390x",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:67108dd96a553925f2759cc5359447315aff09e7628a8228e71b04a8dee25f63_amd64",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:43334d92af32e97a11691d0fa7069746d59d6f73a0a2c0b97bbbfdc7937f117a_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8512465ad8828593d0f4b6d4208a6c60a0f297f70ef26a0c4c874f6ddf4798d2_s390x",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8b0583cf72b39299e6769f9c9fdc4321b7e384405aec8d1519d4ea5ac060fd05_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:ab568f027f842174927e1ccc7ca00448068e9241f40f53034d9ba74aaf062aa1_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:c4b5c7247825d7265f83ae5fb5e8a0f62fbb69cdbaf535d0d83320b817d7ef48_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:cf07146641dab9fe090c2b44d8f533375a5d04b8fcdedb42f75f10916b5b6ba6_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:3a4ec2b8d194134fc4a3cb9077306ba71eaef4e4544177f590c73ae7e40d490b_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:87e2d4e45b3d308e6937791d906c277df67c45321c7b760cca528f36e68d263d_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:8a090360648affdb24c12d7c2efaffc07bc21deb8b29f4ad3c12cf0a5ee6e19b_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:aff1de5e9ad24bbfacda0bf34bb6b28d27c3f9ce646ed53e93b4c87eb0bda93c_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:162f35a85baabd9055c53717463c908247769a9bf617a4b457adf398d2e972be_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:272f038ebe7fd778c6c24dcc27524f3aa807465576177681b8b80a6adb32be99_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:41064d2db3c4c1e651f2df89d6cd4a19027c6930edc6ab66b5535a2cd7f39f49_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:859301df4f104e3d36efc2446929c86805e586c3c5ac07548d0277442d5df6ca_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:2ca34569661d388d50cc0e9f5949ea7a404ceb266981855b3251c329dab88e11_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:d77cb43b5019248b790134edc980d7fb260c4dcb884f8e54d27c33b876a5f897_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:f9f73b9781288b1a52b06edb752efc9475a315e1dd9a445e28cc47d571762cfc_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:1ab09e10bfe23ed2e08513d887bd36c4bed003d6bcb7f1885364ef5a606ec010_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:9a42214d500a600785bb9a7bdd5b9580a5f8cfbf16980eb48bde3ae4ce855f3c_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:e87b8be96be2c5042af949785dd0c543e28d9432914a9543b08fd38d4a1e11ff_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:2eb40b0c565a4d150229ab504adfb2e0a2b4a5b25ff8ccb690e6d2dcae3bf424_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:36a0a82ab0c1e9d67d31aa8afe81bc1485541e3aefa221dbbc2a6822edfe8515_arm64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:8a8f7e1126adc73d210cdf8454c64356e2229e3aefc5bb4ba5a8bc7755a5d469_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:ef3d403c990fa7f2af167a123af043970cadc00b78b454b93dd9a4bca2699d2b_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:0ee210a535f1f11de40e1a0ee55a10855ce13c09dab9791ee4d35c59949ca934_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:3dc59c38e0cde2c9974d3fa5a7ce1c9f98589a5aeb486fdc8a8e7717656522fe_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:44c6bb264bbbd0ad67978dd2b4e01c530e653baf14b15f8a1eddff675fa760bd_amd64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:631643362d4345fdefb3fb34416ca09626b634c92fde970e1494a95fe5bdfc87_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:21c8ba4e41692cc24ce0127b4198413183451eff19a461941e9efb6bd140bfb4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:24d9bcb0da6e061f9de31768e94b660f955323e130f7eb0fc9e8746c1709d3f8_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:8ef36128140b9a90403fb672178d07be7fd16ddf9809ec628a693e0e2dd6d4a9_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:078bd92b92c28c3899986f4c6755950f3de044ca6b7214353cc0e84d2a67d570_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:0b08f6aba84c9f64b3253f5f23efaa0bba47be37f2582378509849b73db165e4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:64ca1e84e10bbc7522da216e4965658e06c540fce8c18f2976dab5c3236ea256_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0976ab8ba60319bf9ef20503de0fa249055e18a82ab36113affe7ad177b3f187_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:1d7f610fea74bb30b0276aa40556d9c03762c10f3bb71618afb5e6f5af718688_amd64",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:cf81ea45b333424981129e464f1374739a4f309efdcb26b9f7df2df4d346c1a9_ppc64le",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:dd9ca8286f54ba8e4151414afc65cbc4d619430676ab2735afc2a1e086b17921_arm64",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:1d89cd1a73d1bbd66988ce2224de39b799ecfa1cfe96d0ec2619ccc059c11d20_ppc64le",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:efdcf383abcb962ea0fdb92a9fa31f60a150a2c48174303881b550e5d9dec6f7_s390x",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:f500d5f16ea39d262ad4c52a9be03953e6e7ffa0f4349860976c41a70d8bb0e5_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:491a5b629d9777815ee6d28356cf82a7fd7939f2a39e65ae833440af1831b1db_s390x",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:80f47a30616834100466219c9e4d8c67fcef9554b2075c2bf81905c86b03d46b_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:cd38debd1e2088a81a31ac95eda219ad9d58d255ac0ed157a804837b00a87ac0_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:096d6e38c34c0c89e2b2e49d6c8b61acf9f88033d3b2814eefa62abee30d4993_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:4d03e157d3ed69eef8a8ee8a6c8f9e0746c16baa6ccff7c5c8a7457e9a8b9a56_s390x",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:d556581772224fe60606ece392a210f1a3b3de01a26959197c594634694d6ebb_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:0ef121586e961be58480d76ba988719daaa82e606a8cc3649a0d01ef75227bc0_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:3452dc4a07cb296d2102f3fbc34865496dcd418f602dc117cb327893f6464e71_ppc64le",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:61fb5b6ebf9ee44b9271eb3526cb3175c9a135f86223e165c05b73a390f617ea_arm64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:c6b46eca6dfec3a8fb48b61393707e11e8cc573aad7eb6ff95c4661092e913f0_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:79ad5ac0ee525277a8a1bd550428a5e0a04da73aa1d9df23d085ec888d12d45b_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:911c38bf283079dd024087bda48a37ddf0ec981da4589596565706e5dfcd6dad_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:c1f4872828308bf7f0477697fb74a0ab7c3f595e2c33e29ee873232efca1960d_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:0df69e6e3d2add83c5a74faff76837a49333184b1d170acee968d4c064933bcf_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:5c3c4bbf1bf820995a13588d02a8cf692e1343da25def005dab981078b14d970_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:e1a7fd2bf349908c710237a1f832a4e161e049d09691d36c453bc8ddb0e0eebe_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm"
},
{
"cve": "CVE-2024-24785",
"cwe": {
"id": "CWE-74",
"name": "Improper Neutralization of Special Elements in Output Used by a Downstream Component (\u0027Injection\u0027)"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:088b9e19fc16a4fbb655b81ab1fbe78aa82ebce2ad5ad0df67fc8b361b4fe170_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:2c29d14c5d64f810cc68fdb894700819f5122a354d5cbb473cf73f517f5315e9_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:5c2628c9c3de8ff9eaf6c727eaa2b4382741f21afeb4154329714b404fb4e1df_arm64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:f4a85d993ae326570a5e4dd8bdf9e5cec586c2f8b55a962940457f39787d6af8_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:061fc659ec847d38201a7b049b813df1fddac1e97d2caddaaac3d91d5e05fd46_amd64",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:3cc0e4ec3f46d066bfc5546a2efdab3a44aa38f2d6dc961509bee8f7f9cb5ddb_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:7c00300daa75158d7a406317be71f2a8932a613b769144ae92a5ae225f4feb1e_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:193a773d4f1ed8ec6097579507dddd3863301ec546e325e38b5290235f06c802_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:968deb95e9fde6ba12565e3ef601bfc60551ac6ac7c122b2bdacea09b6574266_arm64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:d608a1d128733b31b552d8410c1d95cb740646cea32b79ee401d2de178e08ca9_amd64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:f717a955a7ca2c3b1eac84e4b192ab38dcf1e98f6baea0ef592071c60f389bd1_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:46486b7e3b087bfec9c7b0dd4547af1190cee2be55dee7400ec90e6dc4b434f4_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a20b4235cee3193794be549c645164c2811a044498a777591437ff440264a7da_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a552dbccf217e8deaec318bcaf9b40877d3be1e88d091ae1684959f48367e0f2_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:8f650cf5915d5b7a15931e4a11d7c6be43d16068132f4cb4ef3e0c3e3cfbc17c_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:978017d3524aded83f4c63710e0b10dc2a453a22b5bc9ef801c7e70ac13aee40_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:9c3b15da5ddf22af93ae1617329ef41fddb4e6c00bbf9ea12567c4fc2c14cfdf_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:41c7883aafc2938852f5920ac2a178e1b0f39e0acdb817678696adec90fa2686_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:95a047d3be90468e15a9f246f8e0fbfd159f18f7a9841d07c75e6c3f30c7c80a_arm64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:d383069c5e89e051a15e95e61e9bd5197edf4f91fde60df8b8ed7d4e8269452e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:f2ab9f9eb9e502f0d78b32159dfc5aeae77ec9698ed3a2aeecd184407388f1e3_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:38d7fe0b8fa164df79d08fe2d20af60d7530e2691e7d4f183d71f138a00a128e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:a8f0e209e62e02a20648f982360e5b5ec7e62c294b4f7eb7df53ccd0bb750008_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:cd6bbc33a59480c1c504a88f86ca4bb51de037db3c993581d18ee7e887c96dcc_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:2bd43ed14d916a13f2d631f8dc350313c47619033134463399d76e77688f4c2e_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:92c7cf4ce69644ffa955c78b1e18aab5f9c3a843f889703a326ea9e6697455af_s390x",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:e1abb6a3be342350f7b3f641f9e036e2bd998e5fd6bd215730f3d39526e1d16f_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a714121fa385acb6fe75bb74f402be8cf6da85372fd4a34abfbb9b546782e9c0_amd64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a9cdb157400f7826b8c5075591d26dd9e25628e94189de3b90c8e9389e3181ed_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:ab289e798f909cf238f410984b7388db2f0a20794a3d55a06031fd9771efeaf7_arm64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:f5e5b787848d5838aaaeb58e3b8836ff67b4fcf9a2d3c9d19f27e06818fdf295_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:4b79f14a1d5130673921c4d711c0b919377307dd6d76d14386f9f83a5e1b4ecd_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:60ca8f2d341b1f1a09710a37c40f4c803c6b1b2d09fc1a7f53f9a979ad6643d6_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:92bd51fa0a6ee62be70dda32f5d922e70f4aea630b70bc7b5b74d0bf3c1d3a66_amd64",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:f518a439b56354f01a647d3c0550c909b42a879607982ce50bbbc0b6403a58f9_arm64",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5700bc3e6aadfa1890bb81bcc70f0ef026b5bd0d38f1e4bd35d04d5ceee7808d_ppc64le",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5972ba4c75e54f1670ec5ffb0a5a749a6992967ea0dd6e5d442019fa64dc1515_s390x",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:67108dd96a553925f2759cc5359447315aff09e7628a8228e71b04a8dee25f63_amd64",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:43334d92af32e97a11691d0fa7069746d59d6f73a0a2c0b97bbbfdc7937f117a_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8512465ad8828593d0f4b6d4208a6c60a0f297f70ef26a0c4c874f6ddf4798d2_s390x",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8b0583cf72b39299e6769f9c9fdc4321b7e384405aec8d1519d4ea5ac060fd05_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:ab568f027f842174927e1ccc7ca00448068e9241f40f53034d9ba74aaf062aa1_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:c4b5c7247825d7265f83ae5fb5e8a0f62fbb69cdbaf535d0d83320b817d7ef48_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:cf07146641dab9fe090c2b44d8f533375a5d04b8fcdedb42f75f10916b5b6ba6_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:3a4ec2b8d194134fc4a3cb9077306ba71eaef4e4544177f590c73ae7e40d490b_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:87e2d4e45b3d308e6937791d906c277df67c45321c7b760cca528f36e68d263d_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:8a090360648affdb24c12d7c2efaffc07bc21deb8b29f4ad3c12cf0a5ee6e19b_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:aff1de5e9ad24bbfacda0bf34bb6b28d27c3f9ce646ed53e93b4c87eb0bda93c_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:162f35a85baabd9055c53717463c908247769a9bf617a4b457adf398d2e972be_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:272f038ebe7fd778c6c24dcc27524f3aa807465576177681b8b80a6adb32be99_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:41064d2db3c4c1e651f2df89d6cd4a19027c6930edc6ab66b5535a2cd7f39f49_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:859301df4f104e3d36efc2446929c86805e586c3c5ac07548d0277442d5df6ca_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:2ca34569661d388d50cc0e9f5949ea7a404ceb266981855b3251c329dab88e11_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:d77cb43b5019248b790134edc980d7fb260c4dcb884f8e54d27c33b876a5f897_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:f9f73b9781288b1a52b06edb752efc9475a315e1dd9a445e28cc47d571762cfc_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:1ab09e10bfe23ed2e08513d887bd36c4bed003d6bcb7f1885364ef5a606ec010_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:9a42214d500a600785bb9a7bdd5b9580a5f8cfbf16980eb48bde3ae4ce855f3c_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:e87b8be96be2c5042af949785dd0c543e28d9432914a9543b08fd38d4a1e11ff_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:2eb40b0c565a4d150229ab504adfb2e0a2b4a5b25ff8ccb690e6d2dcae3bf424_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:36a0a82ab0c1e9d67d31aa8afe81bc1485541e3aefa221dbbc2a6822edfe8515_arm64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:8a8f7e1126adc73d210cdf8454c64356e2229e3aefc5bb4ba5a8bc7755a5d469_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:ef3d403c990fa7f2af167a123af043970cadc00b78b454b93dd9a4bca2699d2b_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:0ee210a535f1f11de40e1a0ee55a10855ce13c09dab9791ee4d35c59949ca934_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:3dc59c38e0cde2c9974d3fa5a7ce1c9f98589a5aeb486fdc8a8e7717656522fe_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:44c6bb264bbbd0ad67978dd2b4e01c530e653baf14b15f8a1eddff675fa760bd_amd64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:631643362d4345fdefb3fb34416ca09626b634c92fde970e1494a95fe5bdfc87_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:21c8ba4e41692cc24ce0127b4198413183451eff19a461941e9efb6bd140bfb4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:24d9bcb0da6e061f9de31768e94b660f955323e130f7eb0fc9e8746c1709d3f8_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:8ef36128140b9a90403fb672178d07be7fd16ddf9809ec628a693e0e2dd6d4a9_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:078bd92b92c28c3899986f4c6755950f3de044ca6b7214353cc0e84d2a67d570_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:0b08f6aba84c9f64b3253f5f23efaa0bba47be37f2582378509849b73db165e4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:64ca1e84e10bbc7522da216e4965658e06c540fce8c18f2976dab5c3236ea256_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0976ab8ba60319bf9ef20503de0fa249055e18a82ab36113affe7ad177b3f187_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:1d7f610fea74bb30b0276aa40556d9c03762c10f3bb71618afb5e6f5af718688_amd64",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:cf81ea45b333424981129e464f1374739a4f309efdcb26b9f7df2df4d346c1a9_ppc64le",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:dd9ca8286f54ba8e4151414afc65cbc4d619430676ab2735afc2a1e086b17921_arm64",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:1d89cd1a73d1bbd66988ce2224de39b799ecfa1cfe96d0ec2619ccc059c11d20_ppc64le",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:efdcf383abcb962ea0fdb92a9fa31f60a150a2c48174303881b550e5d9dec6f7_s390x",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:f500d5f16ea39d262ad4c52a9be03953e6e7ffa0f4349860976c41a70d8bb0e5_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:491a5b629d9777815ee6d28356cf82a7fd7939f2a39e65ae833440af1831b1db_s390x",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:80f47a30616834100466219c9e4d8c67fcef9554b2075c2bf81905c86b03d46b_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:cd38debd1e2088a81a31ac95eda219ad9d58d255ac0ed157a804837b00a87ac0_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:096d6e38c34c0c89e2b2e49d6c8b61acf9f88033d3b2814eefa62abee30d4993_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:4d03e157d3ed69eef8a8ee8a6c8f9e0746c16baa6ccff7c5c8a7457e9a8b9a56_s390x",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:d556581772224fe60606ece392a210f1a3b3de01a26959197c594634694d6ebb_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:0ef121586e961be58480d76ba988719daaa82e606a8cc3649a0d01ef75227bc0_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:3452dc4a07cb296d2102f3fbc34865496dcd418f602dc117cb327893f6464e71_ppc64le",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:61fb5b6ebf9ee44b9271eb3526cb3175c9a135f86223e165c05b73a390f617ea_arm64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:c6b46eca6dfec3a8fb48b61393707e11e8cc573aad7eb6ff95c4661092e913f0_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:79ad5ac0ee525277a8a1bd550428a5e0a04da73aa1d9df23d085ec888d12d45b_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:911c38bf283079dd024087bda48a37ddf0ec981da4589596565706e5dfcd6dad_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:c1f4872828308bf7f0477697fb74a0ab7c3f595e2c33e29ee873232efca1960d_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:0df69e6e3d2add83c5a74faff76837a49333184b1d170acee968d4c064933bcf_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:5c3c4bbf1bf820995a13588d02a8cf692e1343da25def005dab981078b14d970_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:e1a7fd2bf349908c710237a1f832a4e161e049d09691d36c453bc8ddb0e0eebe_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268022"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s html/template standard library package. If errors returned from MarshalJSON methods contain user-controlled data, they may be used to break the contextual auto-escaping behavior of the html/template package, allowing subsequent actions to inject unexpected content into templates.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: errors returned from MarshalJSON methods may break template escaping",
"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.16:odf4/cephcsi-rhel9@sha256:5fbef84c4a88ad4ea88a1b2232cc0d6630fa47c8e3ae874a485c971c6d5951b9_ppc64le",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:ac0c3a8d86539bc4668e1a6de82e1f8439a1fbbb17a3b4102cabf078f021b41f_amd64",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:c94f20ad65f5411c7cabafd574e52f2fcb52d2f917003ae71adc736028f962bf_s390x"
],
"known_not_affected": [
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:088b9e19fc16a4fbb655b81ab1fbe78aa82ebce2ad5ad0df67fc8b361b4fe170_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:2c29d14c5d64f810cc68fdb894700819f5122a354d5cbb473cf73f517f5315e9_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:5c2628c9c3de8ff9eaf6c727eaa2b4382741f21afeb4154329714b404fb4e1df_arm64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:f4a85d993ae326570a5e4dd8bdf9e5cec586c2f8b55a962940457f39787d6af8_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:061fc659ec847d38201a7b049b813df1fddac1e97d2caddaaac3d91d5e05fd46_amd64",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:3cc0e4ec3f46d066bfc5546a2efdab3a44aa38f2d6dc961509bee8f7f9cb5ddb_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:7c00300daa75158d7a406317be71f2a8932a613b769144ae92a5ae225f4feb1e_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:193a773d4f1ed8ec6097579507dddd3863301ec546e325e38b5290235f06c802_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:968deb95e9fde6ba12565e3ef601bfc60551ac6ac7c122b2bdacea09b6574266_arm64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:d608a1d128733b31b552d8410c1d95cb740646cea32b79ee401d2de178e08ca9_amd64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:f717a955a7ca2c3b1eac84e4b192ab38dcf1e98f6baea0ef592071c60f389bd1_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:46486b7e3b087bfec9c7b0dd4547af1190cee2be55dee7400ec90e6dc4b434f4_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a20b4235cee3193794be549c645164c2811a044498a777591437ff440264a7da_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a552dbccf217e8deaec318bcaf9b40877d3be1e88d091ae1684959f48367e0f2_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:8f650cf5915d5b7a15931e4a11d7c6be43d16068132f4cb4ef3e0c3e3cfbc17c_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:978017d3524aded83f4c63710e0b10dc2a453a22b5bc9ef801c7e70ac13aee40_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:9c3b15da5ddf22af93ae1617329ef41fddb4e6c00bbf9ea12567c4fc2c14cfdf_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:41c7883aafc2938852f5920ac2a178e1b0f39e0acdb817678696adec90fa2686_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:95a047d3be90468e15a9f246f8e0fbfd159f18f7a9841d07c75e6c3f30c7c80a_arm64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:d383069c5e89e051a15e95e61e9bd5197edf4f91fde60df8b8ed7d4e8269452e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:f2ab9f9eb9e502f0d78b32159dfc5aeae77ec9698ed3a2aeecd184407388f1e3_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:38d7fe0b8fa164df79d08fe2d20af60d7530e2691e7d4f183d71f138a00a128e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:a8f0e209e62e02a20648f982360e5b5ec7e62c294b4f7eb7df53ccd0bb750008_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:cd6bbc33a59480c1c504a88f86ca4bb51de037db3c993581d18ee7e887c96dcc_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:2bd43ed14d916a13f2d631f8dc350313c47619033134463399d76e77688f4c2e_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:92c7cf4ce69644ffa955c78b1e18aab5f9c3a843f889703a326ea9e6697455af_s390x",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:e1abb6a3be342350f7b3f641f9e036e2bd998e5fd6bd215730f3d39526e1d16f_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a714121fa385acb6fe75bb74f402be8cf6da85372fd4a34abfbb9b546782e9c0_amd64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a9cdb157400f7826b8c5075591d26dd9e25628e94189de3b90c8e9389e3181ed_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:ab289e798f909cf238f410984b7388db2f0a20794a3d55a06031fd9771efeaf7_arm64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:f5e5b787848d5838aaaeb58e3b8836ff67b4fcf9a2d3c9d19f27e06818fdf295_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:4b79f14a1d5130673921c4d711c0b919377307dd6d76d14386f9f83a5e1b4ecd_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:60ca8f2d341b1f1a09710a37c40f4c803c6b1b2d09fc1a7f53f9a979ad6643d6_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:92bd51fa0a6ee62be70dda32f5d922e70f4aea630b70bc7b5b74d0bf3c1d3a66_amd64",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:f518a439b56354f01a647d3c0550c909b42a879607982ce50bbbc0b6403a58f9_arm64",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5700bc3e6aadfa1890bb81bcc70f0ef026b5bd0d38f1e4bd35d04d5ceee7808d_ppc64le",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5972ba4c75e54f1670ec5ffb0a5a749a6992967ea0dd6e5d442019fa64dc1515_s390x",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:67108dd96a553925f2759cc5359447315aff09e7628a8228e71b04a8dee25f63_amd64",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:43334d92af32e97a11691d0fa7069746d59d6f73a0a2c0b97bbbfdc7937f117a_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8512465ad8828593d0f4b6d4208a6c60a0f297f70ef26a0c4c874f6ddf4798d2_s390x",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8b0583cf72b39299e6769f9c9fdc4321b7e384405aec8d1519d4ea5ac060fd05_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:ab568f027f842174927e1ccc7ca00448068e9241f40f53034d9ba74aaf062aa1_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:c4b5c7247825d7265f83ae5fb5e8a0f62fbb69cdbaf535d0d83320b817d7ef48_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:cf07146641dab9fe090c2b44d8f533375a5d04b8fcdedb42f75f10916b5b6ba6_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:3a4ec2b8d194134fc4a3cb9077306ba71eaef4e4544177f590c73ae7e40d490b_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:87e2d4e45b3d308e6937791d906c277df67c45321c7b760cca528f36e68d263d_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:8a090360648affdb24c12d7c2efaffc07bc21deb8b29f4ad3c12cf0a5ee6e19b_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:aff1de5e9ad24bbfacda0bf34bb6b28d27c3f9ce646ed53e93b4c87eb0bda93c_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:162f35a85baabd9055c53717463c908247769a9bf617a4b457adf398d2e972be_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:272f038ebe7fd778c6c24dcc27524f3aa807465576177681b8b80a6adb32be99_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:41064d2db3c4c1e651f2df89d6cd4a19027c6930edc6ab66b5535a2cd7f39f49_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:859301df4f104e3d36efc2446929c86805e586c3c5ac07548d0277442d5df6ca_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:2ca34569661d388d50cc0e9f5949ea7a404ceb266981855b3251c329dab88e11_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:d77cb43b5019248b790134edc980d7fb260c4dcb884f8e54d27c33b876a5f897_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:f9f73b9781288b1a52b06edb752efc9475a315e1dd9a445e28cc47d571762cfc_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:1ab09e10bfe23ed2e08513d887bd36c4bed003d6bcb7f1885364ef5a606ec010_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:9a42214d500a600785bb9a7bdd5b9580a5f8cfbf16980eb48bde3ae4ce855f3c_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:e87b8be96be2c5042af949785dd0c543e28d9432914a9543b08fd38d4a1e11ff_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:2eb40b0c565a4d150229ab504adfb2e0a2b4a5b25ff8ccb690e6d2dcae3bf424_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:36a0a82ab0c1e9d67d31aa8afe81bc1485541e3aefa221dbbc2a6822edfe8515_arm64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:8a8f7e1126adc73d210cdf8454c64356e2229e3aefc5bb4ba5a8bc7755a5d469_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:ef3d403c990fa7f2af167a123af043970cadc00b78b454b93dd9a4bca2699d2b_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:0ee210a535f1f11de40e1a0ee55a10855ce13c09dab9791ee4d35c59949ca934_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:3dc59c38e0cde2c9974d3fa5a7ce1c9f98589a5aeb486fdc8a8e7717656522fe_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:44c6bb264bbbd0ad67978dd2b4e01c530e653baf14b15f8a1eddff675fa760bd_amd64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:631643362d4345fdefb3fb34416ca09626b634c92fde970e1494a95fe5bdfc87_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:21c8ba4e41692cc24ce0127b4198413183451eff19a461941e9efb6bd140bfb4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:24d9bcb0da6e061f9de31768e94b660f955323e130f7eb0fc9e8746c1709d3f8_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:8ef36128140b9a90403fb672178d07be7fd16ddf9809ec628a693e0e2dd6d4a9_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:078bd92b92c28c3899986f4c6755950f3de044ca6b7214353cc0e84d2a67d570_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:0b08f6aba84c9f64b3253f5f23efaa0bba47be37f2582378509849b73db165e4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:64ca1e84e10bbc7522da216e4965658e06c540fce8c18f2976dab5c3236ea256_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0976ab8ba60319bf9ef20503de0fa249055e18a82ab36113affe7ad177b3f187_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:1d7f610fea74bb30b0276aa40556d9c03762c10f3bb71618afb5e6f5af718688_amd64",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:cf81ea45b333424981129e464f1374739a4f309efdcb26b9f7df2df4d346c1a9_ppc64le",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:dd9ca8286f54ba8e4151414afc65cbc4d619430676ab2735afc2a1e086b17921_arm64",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:1d89cd1a73d1bbd66988ce2224de39b799ecfa1cfe96d0ec2619ccc059c11d20_ppc64le",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:efdcf383abcb962ea0fdb92a9fa31f60a150a2c48174303881b550e5d9dec6f7_s390x",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:f500d5f16ea39d262ad4c52a9be03953e6e7ffa0f4349860976c41a70d8bb0e5_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:491a5b629d9777815ee6d28356cf82a7fd7939f2a39e65ae833440af1831b1db_s390x",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:80f47a30616834100466219c9e4d8c67fcef9554b2075c2bf81905c86b03d46b_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:cd38debd1e2088a81a31ac95eda219ad9d58d255ac0ed157a804837b00a87ac0_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:096d6e38c34c0c89e2b2e49d6c8b61acf9f88033d3b2814eefa62abee30d4993_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:4d03e157d3ed69eef8a8ee8a6c8f9e0746c16baa6ccff7c5c8a7457e9a8b9a56_s390x",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:d556581772224fe60606ece392a210f1a3b3de01a26959197c594634694d6ebb_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:0ef121586e961be58480d76ba988719daaa82e606a8cc3649a0d01ef75227bc0_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:3452dc4a07cb296d2102f3fbc34865496dcd418f602dc117cb327893f6464e71_ppc64le",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:61fb5b6ebf9ee44b9271eb3526cb3175c9a135f86223e165c05b73a390f617ea_arm64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:c6b46eca6dfec3a8fb48b61393707e11e8cc573aad7eb6ff95c4661092e913f0_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:79ad5ac0ee525277a8a1bd550428a5e0a04da73aa1d9df23d085ec888d12d45b_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:911c38bf283079dd024087bda48a37ddf0ec981da4589596565706e5dfcd6dad_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:c1f4872828308bf7f0477697fb74a0ab7c3f595e2c33e29ee873232efca1960d_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:0df69e6e3d2add83c5a74faff76837a49333184b1d170acee968d4c064933bcf_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:5c3c4bbf1bf820995a13588d02a8cf692e1343da25def005dab981078b14d970_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:e1a7fd2bf349908c710237a1f832a4e161e049d09691d36c453bc8ddb0e0eebe_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24785"
},
{
"category": "external",
"summary": "RHBZ#2268022",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268022"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24785",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24785"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24785",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24785"
},
{
"category": "external",
"summary": "https://go.dev/cl/564196",
"url": "https://go.dev/cl/564196"
},
{
"category": "external",
"summary": "https://go.dev/issue/65697",
"url": "https://go.dev/issue/65697"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg",
"url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2024-2610.json",
"url": "https://vuln.go.dev/ID/GO-2024-2610.json"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-07-17T13:09:39+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:5fbef84c4a88ad4ea88a1b2232cc0d6630fa47c8e3ae874a485c971c6d5951b9_ppc64le",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:ac0c3a8d86539bc4668e1a6de82e1f8439a1fbbb17a3b4102cabf078f021b41f_amd64",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:c94f20ad65f5411c7cabafd574e52f2fcb52d2f917003ae71adc736028f962bf_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:4591"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:5fbef84c4a88ad4ea88a1b2232cc0d6630fa47c8e3ae874a485c971c6d5951b9_ppc64le",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:ac0c3a8d86539bc4668e1a6de82e1f8439a1fbbb17a3b4102cabf078f021b41f_amd64",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:c94f20ad65f5411c7cabafd574e52f2fcb52d2f917003ae71adc736028f962bf_s390x",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:088b9e19fc16a4fbb655b81ab1fbe78aa82ebce2ad5ad0df67fc8b361b4fe170_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:2c29d14c5d64f810cc68fdb894700819f5122a354d5cbb473cf73f517f5315e9_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:5c2628c9c3de8ff9eaf6c727eaa2b4382741f21afeb4154329714b404fb4e1df_arm64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:f4a85d993ae326570a5e4dd8bdf9e5cec586c2f8b55a962940457f39787d6af8_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:061fc659ec847d38201a7b049b813df1fddac1e97d2caddaaac3d91d5e05fd46_amd64",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:3cc0e4ec3f46d066bfc5546a2efdab3a44aa38f2d6dc961509bee8f7f9cb5ddb_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:7c00300daa75158d7a406317be71f2a8932a613b769144ae92a5ae225f4feb1e_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:193a773d4f1ed8ec6097579507dddd3863301ec546e325e38b5290235f06c802_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:968deb95e9fde6ba12565e3ef601bfc60551ac6ac7c122b2bdacea09b6574266_arm64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:d608a1d128733b31b552d8410c1d95cb740646cea32b79ee401d2de178e08ca9_amd64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:f717a955a7ca2c3b1eac84e4b192ab38dcf1e98f6baea0ef592071c60f389bd1_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:46486b7e3b087bfec9c7b0dd4547af1190cee2be55dee7400ec90e6dc4b434f4_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a20b4235cee3193794be549c645164c2811a044498a777591437ff440264a7da_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a552dbccf217e8deaec318bcaf9b40877d3be1e88d091ae1684959f48367e0f2_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:8f650cf5915d5b7a15931e4a11d7c6be43d16068132f4cb4ef3e0c3e3cfbc17c_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:978017d3524aded83f4c63710e0b10dc2a453a22b5bc9ef801c7e70ac13aee40_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:9c3b15da5ddf22af93ae1617329ef41fddb4e6c00bbf9ea12567c4fc2c14cfdf_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:41c7883aafc2938852f5920ac2a178e1b0f39e0acdb817678696adec90fa2686_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:95a047d3be90468e15a9f246f8e0fbfd159f18f7a9841d07c75e6c3f30c7c80a_arm64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:d383069c5e89e051a15e95e61e9bd5197edf4f91fde60df8b8ed7d4e8269452e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:f2ab9f9eb9e502f0d78b32159dfc5aeae77ec9698ed3a2aeecd184407388f1e3_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:38d7fe0b8fa164df79d08fe2d20af60d7530e2691e7d4f183d71f138a00a128e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:a8f0e209e62e02a20648f982360e5b5ec7e62c294b4f7eb7df53ccd0bb750008_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:cd6bbc33a59480c1c504a88f86ca4bb51de037db3c993581d18ee7e887c96dcc_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:2bd43ed14d916a13f2d631f8dc350313c47619033134463399d76e77688f4c2e_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:92c7cf4ce69644ffa955c78b1e18aab5f9c3a843f889703a326ea9e6697455af_s390x",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:e1abb6a3be342350f7b3f641f9e036e2bd998e5fd6bd215730f3d39526e1d16f_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a714121fa385acb6fe75bb74f402be8cf6da85372fd4a34abfbb9b546782e9c0_amd64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a9cdb157400f7826b8c5075591d26dd9e25628e94189de3b90c8e9389e3181ed_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:ab289e798f909cf238f410984b7388db2f0a20794a3d55a06031fd9771efeaf7_arm64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:f5e5b787848d5838aaaeb58e3b8836ff67b4fcf9a2d3c9d19f27e06818fdf295_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:4b79f14a1d5130673921c4d711c0b919377307dd6d76d14386f9f83a5e1b4ecd_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:60ca8f2d341b1f1a09710a37c40f4c803c6b1b2d09fc1a7f53f9a979ad6643d6_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:92bd51fa0a6ee62be70dda32f5d922e70f4aea630b70bc7b5b74d0bf3c1d3a66_amd64",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:f518a439b56354f01a647d3c0550c909b42a879607982ce50bbbc0b6403a58f9_arm64",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5700bc3e6aadfa1890bb81bcc70f0ef026b5bd0d38f1e4bd35d04d5ceee7808d_ppc64le",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5972ba4c75e54f1670ec5ffb0a5a749a6992967ea0dd6e5d442019fa64dc1515_s390x",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:67108dd96a553925f2759cc5359447315aff09e7628a8228e71b04a8dee25f63_amd64",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:43334d92af32e97a11691d0fa7069746d59d6f73a0a2c0b97bbbfdc7937f117a_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8512465ad8828593d0f4b6d4208a6c60a0f297f70ef26a0c4c874f6ddf4798d2_s390x",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8b0583cf72b39299e6769f9c9fdc4321b7e384405aec8d1519d4ea5ac060fd05_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:ab568f027f842174927e1ccc7ca00448068e9241f40f53034d9ba74aaf062aa1_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:c4b5c7247825d7265f83ae5fb5e8a0f62fbb69cdbaf535d0d83320b817d7ef48_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:cf07146641dab9fe090c2b44d8f533375a5d04b8fcdedb42f75f10916b5b6ba6_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:3a4ec2b8d194134fc4a3cb9077306ba71eaef4e4544177f590c73ae7e40d490b_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:87e2d4e45b3d308e6937791d906c277df67c45321c7b760cca528f36e68d263d_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:8a090360648affdb24c12d7c2efaffc07bc21deb8b29f4ad3c12cf0a5ee6e19b_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:aff1de5e9ad24bbfacda0bf34bb6b28d27c3f9ce646ed53e93b4c87eb0bda93c_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:162f35a85baabd9055c53717463c908247769a9bf617a4b457adf398d2e972be_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:272f038ebe7fd778c6c24dcc27524f3aa807465576177681b8b80a6adb32be99_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:41064d2db3c4c1e651f2df89d6cd4a19027c6930edc6ab66b5535a2cd7f39f49_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:859301df4f104e3d36efc2446929c86805e586c3c5ac07548d0277442d5df6ca_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:2ca34569661d388d50cc0e9f5949ea7a404ceb266981855b3251c329dab88e11_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:d77cb43b5019248b790134edc980d7fb260c4dcb884f8e54d27c33b876a5f897_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:f9f73b9781288b1a52b06edb752efc9475a315e1dd9a445e28cc47d571762cfc_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:1ab09e10bfe23ed2e08513d887bd36c4bed003d6bcb7f1885364ef5a606ec010_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:9a42214d500a600785bb9a7bdd5b9580a5f8cfbf16980eb48bde3ae4ce855f3c_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:e87b8be96be2c5042af949785dd0c543e28d9432914a9543b08fd38d4a1e11ff_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:2eb40b0c565a4d150229ab504adfb2e0a2b4a5b25ff8ccb690e6d2dcae3bf424_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:36a0a82ab0c1e9d67d31aa8afe81bc1485541e3aefa221dbbc2a6822edfe8515_arm64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:8a8f7e1126adc73d210cdf8454c64356e2229e3aefc5bb4ba5a8bc7755a5d469_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:ef3d403c990fa7f2af167a123af043970cadc00b78b454b93dd9a4bca2699d2b_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:0ee210a535f1f11de40e1a0ee55a10855ce13c09dab9791ee4d35c59949ca934_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:3dc59c38e0cde2c9974d3fa5a7ce1c9f98589a5aeb486fdc8a8e7717656522fe_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:44c6bb264bbbd0ad67978dd2b4e01c530e653baf14b15f8a1eddff675fa760bd_amd64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:631643362d4345fdefb3fb34416ca09626b634c92fde970e1494a95fe5bdfc87_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:21c8ba4e41692cc24ce0127b4198413183451eff19a461941e9efb6bd140bfb4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:24d9bcb0da6e061f9de31768e94b660f955323e130f7eb0fc9e8746c1709d3f8_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:8ef36128140b9a90403fb672178d07be7fd16ddf9809ec628a693e0e2dd6d4a9_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:078bd92b92c28c3899986f4c6755950f3de044ca6b7214353cc0e84d2a67d570_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:0b08f6aba84c9f64b3253f5f23efaa0bba47be37f2582378509849b73db165e4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:64ca1e84e10bbc7522da216e4965658e06c540fce8c18f2976dab5c3236ea256_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0976ab8ba60319bf9ef20503de0fa249055e18a82ab36113affe7ad177b3f187_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:1d7f610fea74bb30b0276aa40556d9c03762c10f3bb71618afb5e6f5af718688_amd64",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:cf81ea45b333424981129e464f1374739a4f309efdcb26b9f7df2df4d346c1a9_ppc64le",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:dd9ca8286f54ba8e4151414afc65cbc4d619430676ab2735afc2a1e086b17921_arm64",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:1d89cd1a73d1bbd66988ce2224de39b799ecfa1cfe96d0ec2619ccc059c11d20_ppc64le",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:efdcf383abcb962ea0fdb92a9fa31f60a150a2c48174303881b550e5d9dec6f7_s390x",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:f500d5f16ea39d262ad4c52a9be03953e6e7ffa0f4349860976c41a70d8bb0e5_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:491a5b629d9777815ee6d28356cf82a7fd7939f2a39e65ae833440af1831b1db_s390x",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:80f47a30616834100466219c9e4d8c67fcef9554b2075c2bf81905c86b03d46b_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:cd38debd1e2088a81a31ac95eda219ad9d58d255ac0ed157a804837b00a87ac0_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:096d6e38c34c0c89e2b2e49d6c8b61acf9f88033d3b2814eefa62abee30d4993_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:4d03e157d3ed69eef8a8ee8a6c8f9e0746c16baa6ccff7c5c8a7457e9a8b9a56_s390x",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:d556581772224fe60606ece392a210f1a3b3de01a26959197c594634694d6ebb_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:0ef121586e961be58480d76ba988719daaa82e606a8cc3649a0d01ef75227bc0_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:3452dc4a07cb296d2102f3fbc34865496dcd418f602dc117cb327893f6464e71_ppc64le",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:61fb5b6ebf9ee44b9271eb3526cb3175c9a135f86223e165c05b73a390f617ea_arm64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:c6b46eca6dfec3a8fb48b61393707e11e8cc573aad7eb6ff95c4661092e913f0_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:79ad5ac0ee525277a8a1bd550428a5e0a04da73aa1d9df23d085ec888d12d45b_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:911c38bf283079dd024087bda48a37ddf0ec981da4589596565706e5dfcd6dad_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:c1f4872828308bf7f0477697fb74a0ab7c3f595e2c33e29ee873232efca1960d_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:0df69e6e3d2add83c5a74faff76837a49333184b1d170acee968d4c064933bcf_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:5c3c4bbf1bf820995a13588d02a8cf692e1343da25def005dab981078b14d970_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:e1a7fd2bf349908c710237a1f832a4e161e049d09691d36c453bc8ddb0e0eebe_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:5fbef84c4a88ad4ea88a1b2232cc0d6630fa47c8e3ae874a485c971c6d5951b9_ppc64le",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:ac0c3a8d86539bc4668e1a6de82e1f8439a1fbbb17a3b4102cabf078f021b41f_amd64",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:c94f20ad65f5411c7cabafd574e52f2fcb52d2f917003ae71adc736028f962bf_s390x",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:088b9e19fc16a4fbb655b81ab1fbe78aa82ebce2ad5ad0df67fc8b361b4fe170_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:2c29d14c5d64f810cc68fdb894700819f5122a354d5cbb473cf73f517f5315e9_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:5c2628c9c3de8ff9eaf6c727eaa2b4382741f21afeb4154329714b404fb4e1df_arm64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:f4a85d993ae326570a5e4dd8bdf9e5cec586c2f8b55a962940457f39787d6af8_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:061fc659ec847d38201a7b049b813df1fddac1e97d2caddaaac3d91d5e05fd46_amd64",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:3cc0e4ec3f46d066bfc5546a2efdab3a44aa38f2d6dc961509bee8f7f9cb5ddb_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:7c00300daa75158d7a406317be71f2a8932a613b769144ae92a5ae225f4feb1e_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:193a773d4f1ed8ec6097579507dddd3863301ec546e325e38b5290235f06c802_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:968deb95e9fde6ba12565e3ef601bfc60551ac6ac7c122b2bdacea09b6574266_arm64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:d608a1d128733b31b552d8410c1d95cb740646cea32b79ee401d2de178e08ca9_amd64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:f717a955a7ca2c3b1eac84e4b192ab38dcf1e98f6baea0ef592071c60f389bd1_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:46486b7e3b087bfec9c7b0dd4547af1190cee2be55dee7400ec90e6dc4b434f4_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a20b4235cee3193794be549c645164c2811a044498a777591437ff440264a7da_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a552dbccf217e8deaec318bcaf9b40877d3be1e88d091ae1684959f48367e0f2_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:8f650cf5915d5b7a15931e4a11d7c6be43d16068132f4cb4ef3e0c3e3cfbc17c_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:978017d3524aded83f4c63710e0b10dc2a453a22b5bc9ef801c7e70ac13aee40_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:9c3b15da5ddf22af93ae1617329ef41fddb4e6c00bbf9ea12567c4fc2c14cfdf_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:41c7883aafc2938852f5920ac2a178e1b0f39e0acdb817678696adec90fa2686_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:95a047d3be90468e15a9f246f8e0fbfd159f18f7a9841d07c75e6c3f30c7c80a_arm64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:d383069c5e89e051a15e95e61e9bd5197edf4f91fde60df8b8ed7d4e8269452e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:f2ab9f9eb9e502f0d78b32159dfc5aeae77ec9698ed3a2aeecd184407388f1e3_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:38d7fe0b8fa164df79d08fe2d20af60d7530e2691e7d4f183d71f138a00a128e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:a8f0e209e62e02a20648f982360e5b5ec7e62c294b4f7eb7df53ccd0bb750008_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:cd6bbc33a59480c1c504a88f86ca4bb51de037db3c993581d18ee7e887c96dcc_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:2bd43ed14d916a13f2d631f8dc350313c47619033134463399d76e77688f4c2e_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:92c7cf4ce69644ffa955c78b1e18aab5f9c3a843f889703a326ea9e6697455af_s390x",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:e1abb6a3be342350f7b3f641f9e036e2bd998e5fd6bd215730f3d39526e1d16f_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a714121fa385acb6fe75bb74f402be8cf6da85372fd4a34abfbb9b546782e9c0_amd64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a9cdb157400f7826b8c5075591d26dd9e25628e94189de3b90c8e9389e3181ed_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:ab289e798f909cf238f410984b7388db2f0a20794a3d55a06031fd9771efeaf7_arm64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:f5e5b787848d5838aaaeb58e3b8836ff67b4fcf9a2d3c9d19f27e06818fdf295_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:4b79f14a1d5130673921c4d711c0b919377307dd6d76d14386f9f83a5e1b4ecd_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:60ca8f2d341b1f1a09710a37c40f4c803c6b1b2d09fc1a7f53f9a979ad6643d6_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:92bd51fa0a6ee62be70dda32f5d922e70f4aea630b70bc7b5b74d0bf3c1d3a66_amd64",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:f518a439b56354f01a647d3c0550c909b42a879607982ce50bbbc0b6403a58f9_arm64",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5700bc3e6aadfa1890bb81bcc70f0ef026b5bd0d38f1e4bd35d04d5ceee7808d_ppc64le",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5972ba4c75e54f1670ec5ffb0a5a749a6992967ea0dd6e5d442019fa64dc1515_s390x",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:67108dd96a553925f2759cc5359447315aff09e7628a8228e71b04a8dee25f63_amd64",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:43334d92af32e97a11691d0fa7069746d59d6f73a0a2c0b97bbbfdc7937f117a_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8512465ad8828593d0f4b6d4208a6c60a0f297f70ef26a0c4c874f6ddf4798d2_s390x",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8b0583cf72b39299e6769f9c9fdc4321b7e384405aec8d1519d4ea5ac060fd05_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:ab568f027f842174927e1ccc7ca00448068e9241f40f53034d9ba74aaf062aa1_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:c4b5c7247825d7265f83ae5fb5e8a0f62fbb69cdbaf535d0d83320b817d7ef48_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:cf07146641dab9fe090c2b44d8f533375a5d04b8fcdedb42f75f10916b5b6ba6_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:3a4ec2b8d194134fc4a3cb9077306ba71eaef4e4544177f590c73ae7e40d490b_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:87e2d4e45b3d308e6937791d906c277df67c45321c7b760cca528f36e68d263d_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:8a090360648affdb24c12d7c2efaffc07bc21deb8b29f4ad3c12cf0a5ee6e19b_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:aff1de5e9ad24bbfacda0bf34bb6b28d27c3f9ce646ed53e93b4c87eb0bda93c_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:162f35a85baabd9055c53717463c908247769a9bf617a4b457adf398d2e972be_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:272f038ebe7fd778c6c24dcc27524f3aa807465576177681b8b80a6adb32be99_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:41064d2db3c4c1e651f2df89d6cd4a19027c6930edc6ab66b5535a2cd7f39f49_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:859301df4f104e3d36efc2446929c86805e586c3c5ac07548d0277442d5df6ca_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:2ca34569661d388d50cc0e9f5949ea7a404ceb266981855b3251c329dab88e11_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:d77cb43b5019248b790134edc980d7fb260c4dcb884f8e54d27c33b876a5f897_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:f9f73b9781288b1a52b06edb752efc9475a315e1dd9a445e28cc47d571762cfc_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:1ab09e10bfe23ed2e08513d887bd36c4bed003d6bcb7f1885364ef5a606ec010_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:9a42214d500a600785bb9a7bdd5b9580a5f8cfbf16980eb48bde3ae4ce855f3c_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:e87b8be96be2c5042af949785dd0c543e28d9432914a9543b08fd38d4a1e11ff_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:2eb40b0c565a4d150229ab504adfb2e0a2b4a5b25ff8ccb690e6d2dcae3bf424_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:36a0a82ab0c1e9d67d31aa8afe81bc1485541e3aefa221dbbc2a6822edfe8515_arm64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:8a8f7e1126adc73d210cdf8454c64356e2229e3aefc5bb4ba5a8bc7755a5d469_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:ef3d403c990fa7f2af167a123af043970cadc00b78b454b93dd9a4bca2699d2b_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:0ee210a535f1f11de40e1a0ee55a10855ce13c09dab9791ee4d35c59949ca934_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:3dc59c38e0cde2c9974d3fa5a7ce1c9f98589a5aeb486fdc8a8e7717656522fe_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:44c6bb264bbbd0ad67978dd2b4e01c530e653baf14b15f8a1eddff675fa760bd_amd64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:631643362d4345fdefb3fb34416ca09626b634c92fde970e1494a95fe5bdfc87_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:21c8ba4e41692cc24ce0127b4198413183451eff19a461941e9efb6bd140bfb4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:24d9bcb0da6e061f9de31768e94b660f955323e130f7eb0fc9e8746c1709d3f8_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:8ef36128140b9a90403fb672178d07be7fd16ddf9809ec628a693e0e2dd6d4a9_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:078bd92b92c28c3899986f4c6755950f3de044ca6b7214353cc0e84d2a67d570_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:0b08f6aba84c9f64b3253f5f23efaa0bba47be37f2582378509849b73db165e4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:64ca1e84e10bbc7522da216e4965658e06c540fce8c18f2976dab5c3236ea256_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0976ab8ba60319bf9ef20503de0fa249055e18a82ab36113affe7ad177b3f187_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:1d7f610fea74bb30b0276aa40556d9c03762c10f3bb71618afb5e6f5af718688_amd64",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:cf81ea45b333424981129e464f1374739a4f309efdcb26b9f7df2df4d346c1a9_ppc64le",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:dd9ca8286f54ba8e4151414afc65cbc4d619430676ab2735afc2a1e086b17921_arm64",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:1d89cd1a73d1bbd66988ce2224de39b799ecfa1cfe96d0ec2619ccc059c11d20_ppc64le",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:efdcf383abcb962ea0fdb92a9fa31f60a150a2c48174303881b550e5d9dec6f7_s390x",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:f500d5f16ea39d262ad4c52a9be03953e6e7ffa0f4349860976c41a70d8bb0e5_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:491a5b629d9777815ee6d28356cf82a7fd7939f2a39e65ae833440af1831b1db_s390x",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:80f47a30616834100466219c9e4d8c67fcef9554b2075c2bf81905c86b03d46b_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:cd38debd1e2088a81a31ac95eda219ad9d58d255ac0ed157a804837b00a87ac0_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:096d6e38c34c0c89e2b2e49d6c8b61acf9f88033d3b2814eefa62abee30d4993_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:4d03e157d3ed69eef8a8ee8a6c8f9e0746c16baa6ccff7c5c8a7457e9a8b9a56_s390x",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:d556581772224fe60606ece392a210f1a3b3de01a26959197c594634694d6ebb_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:0ef121586e961be58480d76ba988719daaa82e606a8cc3649a0d01ef75227bc0_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:3452dc4a07cb296d2102f3fbc34865496dcd418f602dc117cb327893f6464e71_ppc64le",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:61fb5b6ebf9ee44b9271eb3526cb3175c9a135f86223e165c05b73a390f617ea_arm64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:c6b46eca6dfec3a8fb48b61393707e11e8cc573aad7eb6ff95c4661092e913f0_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:79ad5ac0ee525277a8a1bd550428a5e0a04da73aa1d9df23d085ec888d12d45b_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:911c38bf283079dd024087bda48a37ddf0ec981da4589596565706e5dfcd6dad_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:c1f4872828308bf7f0477697fb74a0ab7c3f595e2c33e29ee873232efca1960d_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:0df69e6e3d2add83c5a74faff76837a49333184b1d170acee968d4c064933bcf_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:5c3c4bbf1bf820995a13588d02a8cf692e1343da25def005dab981078b14d970_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:e1a7fd2bf349908c710237a1f832a4e161e049d09691d36c453bc8ddb0e0eebe_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: errors returned from MarshalJSON methods may break template escaping"
},
{
"cve": "CVE-2024-24786",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2024-03-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:5fbef84c4a88ad4ea88a1b2232cc0d6630fa47c8e3ae874a485c971c6d5951b9_ppc64le",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:ac0c3a8d86539bc4668e1a6de82e1f8439a1fbbb17a3b4102cabf078f021b41f_amd64",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:c94f20ad65f5411c7cabafd574e52f2fcb52d2f917003ae71adc736028f962bf_s390x",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:088b9e19fc16a4fbb655b81ab1fbe78aa82ebce2ad5ad0df67fc8b361b4fe170_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:2c29d14c5d64f810cc68fdb894700819f5122a354d5cbb473cf73f517f5315e9_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:5c2628c9c3de8ff9eaf6c727eaa2b4382741f21afeb4154329714b404fb4e1df_arm64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:f4a85d993ae326570a5e4dd8bdf9e5cec586c2f8b55a962940457f39787d6af8_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:061fc659ec847d38201a7b049b813df1fddac1e97d2caddaaac3d91d5e05fd46_amd64",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:3cc0e4ec3f46d066bfc5546a2efdab3a44aa38f2d6dc961509bee8f7f9cb5ddb_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:7c00300daa75158d7a406317be71f2a8932a613b769144ae92a5ae225f4feb1e_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:193a773d4f1ed8ec6097579507dddd3863301ec546e325e38b5290235f06c802_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:968deb95e9fde6ba12565e3ef601bfc60551ac6ac7c122b2bdacea09b6574266_arm64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:d608a1d128733b31b552d8410c1d95cb740646cea32b79ee401d2de178e08ca9_amd64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:f717a955a7ca2c3b1eac84e4b192ab38dcf1e98f6baea0ef592071c60f389bd1_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:46486b7e3b087bfec9c7b0dd4547af1190cee2be55dee7400ec90e6dc4b434f4_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a20b4235cee3193794be549c645164c2811a044498a777591437ff440264a7da_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a552dbccf217e8deaec318bcaf9b40877d3be1e88d091ae1684959f48367e0f2_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:8f650cf5915d5b7a15931e4a11d7c6be43d16068132f4cb4ef3e0c3e3cfbc17c_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:978017d3524aded83f4c63710e0b10dc2a453a22b5bc9ef801c7e70ac13aee40_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:9c3b15da5ddf22af93ae1617329ef41fddb4e6c00bbf9ea12567c4fc2c14cfdf_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:41c7883aafc2938852f5920ac2a178e1b0f39e0acdb817678696adec90fa2686_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:95a047d3be90468e15a9f246f8e0fbfd159f18f7a9841d07c75e6c3f30c7c80a_arm64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:d383069c5e89e051a15e95e61e9bd5197edf4f91fde60df8b8ed7d4e8269452e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:f2ab9f9eb9e502f0d78b32159dfc5aeae77ec9698ed3a2aeecd184407388f1e3_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:38d7fe0b8fa164df79d08fe2d20af60d7530e2691e7d4f183d71f138a00a128e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:a8f0e209e62e02a20648f982360e5b5ec7e62c294b4f7eb7df53ccd0bb750008_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:cd6bbc33a59480c1c504a88f86ca4bb51de037db3c993581d18ee7e887c96dcc_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:2bd43ed14d916a13f2d631f8dc350313c47619033134463399d76e77688f4c2e_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:92c7cf4ce69644ffa955c78b1e18aab5f9c3a843f889703a326ea9e6697455af_s390x",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:e1abb6a3be342350f7b3f641f9e036e2bd998e5fd6bd215730f3d39526e1d16f_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:4b79f14a1d5130673921c4d711c0b919377307dd6d76d14386f9f83a5e1b4ecd_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:60ca8f2d341b1f1a09710a37c40f4c803c6b1b2d09fc1a7f53f9a979ad6643d6_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:92bd51fa0a6ee62be70dda32f5d922e70f4aea630b70bc7b5b74d0bf3c1d3a66_amd64",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:f518a439b56354f01a647d3c0550c909b42a879607982ce50bbbc0b6403a58f9_arm64",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5700bc3e6aadfa1890bb81bcc70f0ef026b5bd0d38f1e4bd35d04d5ceee7808d_ppc64le",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5972ba4c75e54f1670ec5ffb0a5a749a6992967ea0dd6e5d442019fa64dc1515_s390x",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:67108dd96a553925f2759cc5359447315aff09e7628a8228e71b04a8dee25f63_amd64",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:43334d92af32e97a11691d0fa7069746d59d6f73a0a2c0b97bbbfdc7937f117a_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8512465ad8828593d0f4b6d4208a6c60a0f297f70ef26a0c4c874f6ddf4798d2_s390x",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8b0583cf72b39299e6769f9c9fdc4321b7e384405aec8d1519d4ea5ac060fd05_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:ab568f027f842174927e1ccc7ca00448068e9241f40f53034d9ba74aaf062aa1_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:c4b5c7247825d7265f83ae5fb5e8a0f62fbb69cdbaf535d0d83320b817d7ef48_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:cf07146641dab9fe090c2b44d8f533375a5d04b8fcdedb42f75f10916b5b6ba6_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:3a4ec2b8d194134fc4a3cb9077306ba71eaef4e4544177f590c73ae7e40d490b_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:87e2d4e45b3d308e6937791d906c277df67c45321c7b760cca528f36e68d263d_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:8a090360648affdb24c12d7c2efaffc07bc21deb8b29f4ad3c12cf0a5ee6e19b_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:aff1de5e9ad24bbfacda0bf34bb6b28d27c3f9ce646ed53e93b4c87eb0bda93c_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:162f35a85baabd9055c53717463c908247769a9bf617a4b457adf398d2e972be_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:272f038ebe7fd778c6c24dcc27524f3aa807465576177681b8b80a6adb32be99_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:41064d2db3c4c1e651f2df89d6cd4a19027c6930edc6ab66b5535a2cd7f39f49_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:859301df4f104e3d36efc2446929c86805e586c3c5ac07548d0277442d5df6ca_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:2ca34569661d388d50cc0e9f5949ea7a404ceb266981855b3251c329dab88e11_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:d77cb43b5019248b790134edc980d7fb260c4dcb884f8e54d27c33b876a5f897_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:f9f73b9781288b1a52b06edb752efc9475a315e1dd9a445e28cc47d571762cfc_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:1ab09e10bfe23ed2e08513d887bd36c4bed003d6bcb7f1885364ef5a606ec010_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:9a42214d500a600785bb9a7bdd5b9580a5f8cfbf16980eb48bde3ae4ce855f3c_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:e87b8be96be2c5042af949785dd0c543e28d9432914a9543b08fd38d4a1e11ff_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:2eb40b0c565a4d150229ab504adfb2e0a2b4a5b25ff8ccb690e6d2dcae3bf424_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:36a0a82ab0c1e9d67d31aa8afe81bc1485541e3aefa221dbbc2a6822edfe8515_arm64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:8a8f7e1126adc73d210cdf8454c64356e2229e3aefc5bb4ba5a8bc7755a5d469_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:ef3d403c990fa7f2af167a123af043970cadc00b78b454b93dd9a4bca2699d2b_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:0ee210a535f1f11de40e1a0ee55a10855ce13c09dab9791ee4d35c59949ca934_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:3dc59c38e0cde2c9974d3fa5a7ce1c9f98589a5aeb486fdc8a8e7717656522fe_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:44c6bb264bbbd0ad67978dd2b4e01c530e653baf14b15f8a1eddff675fa760bd_amd64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:631643362d4345fdefb3fb34416ca09626b634c92fde970e1494a95fe5bdfc87_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:21c8ba4e41692cc24ce0127b4198413183451eff19a461941e9efb6bd140bfb4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:24d9bcb0da6e061f9de31768e94b660f955323e130f7eb0fc9e8746c1709d3f8_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:8ef36128140b9a90403fb672178d07be7fd16ddf9809ec628a693e0e2dd6d4a9_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:078bd92b92c28c3899986f4c6755950f3de044ca6b7214353cc0e84d2a67d570_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:0b08f6aba84c9f64b3253f5f23efaa0bba47be37f2582378509849b73db165e4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:64ca1e84e10bbc7522da216e4965658e06c540fce8c18f2976dab5c3236ea256_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0976ab8ba60319bf9ef20503de0fa249055e18a82ab36113affe7ad177b3f187_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:1d7f610fea74bb30b0276aa40556d9c03762c10f3bb71618afb5e6f5af718688_amd64",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:cf81ea45b333424981129e464f1374739a4f309efdcb26b9f7df2df4d346c1a9_ppc64le",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:dd9ca8286f54ba8e4151414afc65cbc4d619430676ab2735afc2a1e086b17921_arm64",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:1d89cd1a73d1bbd66988ce2224de39b799ecfa1cfe96d0ec2619ccc059c11d20_ppc64le",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:efdcf383abcb962ea0fdb92a9fa31f60a150a2c48174303881b550e5d9dec6f7_s390x",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:f500d5f16ea39d262ad4c52a9be03953e6e7ffa0f4349860976c41a70d8bb0e5_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:491a5b629d9777815ee6d28356cf82a7fd7939f2a39e65ae833440af1831b1db_s390x",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:80f47a30616834100466219c9e4d8c67fcef9554b2075c2bf81905c86b03d46b_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:cd38debd1e2088a81a31ac95eda219ad9d58d255ac0ed157a804837b00a87ac0_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:096d6e38c34c0c89e2b2e49d6c8b61acf9f88033d3b2814eefa62abee30d4993_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:4d03e157d3ed69eef8a8ee8a6c8f9e0746c16baa6ccff7c5c8a7457e9a8b9a56_s390x",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:d556581772224fe60606ece392a210f1a3b3de01a26959197c594634694d6ebb_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:79ad5ac0ee525277a8a1bd550428a5e0a04da73aa1d9df23d085ec888d12d45b_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:911c38bf283079dd024087bda48a37ddf0ec981da4589596565706e5dfcd6dad_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:c1f4872828308bf7f0477697fb74a0ab7c3f595e2c33e29ee873232efca1960d_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:0df69e6e3d2add83c5a74faff76837a49333184b1d170acee968d4c064933bcf_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:5c3c4bbf1bf820995a13588d02a8cf692e1343da25def005dab981078b14d970_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:e1a7fd2bf349908c710237a1f832a4e161e049d09691d36c453bc8ddb0e0eebe_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268046"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang\u0027s protobuf module, where the unmarshal function can enter an infinite loop when processing certain invalid inputs. This issue occurs during unmarshaling into a message that includes a google.protobuf.Any or when the UnmarshalOptions.DiscardUnknown option is enabled. This flaw allows an attacker to craft malicious input tailored to trigger the identified flaw in the unmarshal function. By providing carefully constructed invalid inputs, they could potentially cause the function to enter an infinite loop, resulting in a denial of service condition or other unintended behaviors in the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang-protobuf: encoding/protojson, internal/encoding/json: infinite loop in protojson.Unmarshal when unmarshaling certain forms of invalid JSON",
"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.16:odf4/ocs-rhel9-operator@sha256:a714121fa385acb6fe75bb74f402be8cf6da85372fd4a34abfbb9b546782e9c0_amd64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a9cdb157400f7826b8c5075591d26dd9e25628e94189de3b90c8e9389e3181ed_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:ab289e798f909cf238f410984b7388db2f0a20794a3d55a06031fd9771efeaf7_arm64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:f5e5b787848d5838aaaeb58e3b8836ff67b4fcf9a2d3c9d19f27e06818fdf295_s390x",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:0ef121586e961be58480d76ba988719daaa82e606a8cc3649a0d01ef75227bc0_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:3452dc4a07cb296d2102f3fbc34865496dcd418f602dc117cb327893f6464e71_ppc64le",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:61fb5b6ebf9ee44b9271eb3526cb3175c9a135f86223e165c05b73a390f617ea_arm64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:c6b46eca6dfec3a8fb48b61393707e11e8cc573aad7eb6ff95c4661092e913f0_s390x"
],
"known_not_affected": [
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:5fbef84c4a88ad4ea88a1b2232cc0d6630fa47c8e3ae874a485c971c6d5951b9_ppc64le",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:ac0c3a8d86539bc4668e1a6de82e1f8439a1fbbb17a3b4102cabf078f021b41f_amd64",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:c94f20ad65f5411c7cabafd574e52f2fcb52d2f917003ae71adc736028f962bf_s390x",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:088b9e19fc16a4fbb655b81ab1fbe78aa82ebce2ad5ad0df67fc8b361b4fe170_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:2c29d14c5d64f810cc68fdb894700819f5122a354d5cbb473cf73f517f5315e9_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:5c2628c9c3de8ff9eaf6c727eaa2b4382741f21afeb4154329714b404fb4e1df_arm64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:f4a85d993ae326570a5e4dd8bdf9e5cec586c2f8b55a962940457f39787d6af8_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:061fc659ec847d38201a7b049b813df1fddac1e97d2caddaaac3d91d5e05fd46_amd64",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:3cc0e4ec3f46d066bfc5546a2efdab3a44aa38f2d6dc961509bee8f7f9cb5ddb_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:7c00300daa75158d7a406317be71f2a8932a613b769144ae92a5ae225f4feb1e_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:193a773d4f1ed8ec6097579507dddd3863301ec546e325e38b5290235f06c802_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:968deb95e9fde6ba12565e3ef601bfc60551ac6ac7c122b2bdacea09b6574266_arm64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:d608a1d128733b31b552d8410c1d95cb740646cea32b79ee401d2de178e08ca9_amd64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:f717a955a7ca2c3b1eac84e4b192ab38dcf1e98f6baea0ef592071c60f389bd1_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:46486b7e3b087bfec9c7b0dd4547af1190cee2be55dee7400ec90e6dc4b434f4_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a20b4235cee3193794be549c645164c2811a044498a777591437ff440264a7da_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a552dbccf217e8deaec318bcaf9b40877d3be1e88d091ae1684959f48367e0f2_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:8f650cf5915d5b7a15931e4a11d7c6be43d16068132f4cb4ef3e0c3e3cfbc17c_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:978017d3524aded83f4c63710e0b10dc2a453a22b5bc9ef801c7e70ac13aee40_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:9c3b15da5ddf22af93ae1617329ef41fddb4e6c00bbf9ea12567c4fc2c14cfdf_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:41c7883aafc2938852f5920ac2a178e1b0f39e0acdb817678696adec90fa2686_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:95a047d3be90468e15a9f246f8e0fbfd159f18f7a9841d07c75e6c3f30c7c80a_arm64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:d383069c5e89e051a15e95e61e9bd5197edf4f91fde60df8b8ed7d4e8269452e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:f2ab9f9eb9e502f0d78b32159dfc5aeae77ec9698ed3a2aeecd184407388f1e3_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:38d7fe0b8fa164df79d08fe2d20af60d7530e2691e7d4f183d71f138a00a128e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:a8f0e209e62e02a20648f982360e5b5ec7e62c294b4f7eb7df53ccd0bb750008_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:cd6bbc33a59480c1c504a88f86ca4bb51de037db3c993581d18ee7e887c96dcc_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:2bd43ed14d916a13f2d631f8dc350313c47619033134463399d76e77688f4c2e_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:92c7cf4ce69644ffa955c78b1e18aab5f9c3a843f889703a326ea9e6697455af_s390x",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:e1abb6a3be342350f7b3f641f9e036e2bd998e5fd6bd215730f3d39526e1d16f_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:4b79f14a1d5130673921c4d711c0b919377307dd6d76d14386f9f83a5e1b4ecd_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:60ca8f2d341b1f1a09710a37c40f4c803c6b1b2d09fc1a7f53f9a979ad6643d6_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:92bd51fa0a6ee62be70dda32f5d922e70f4aea630b70bc7b5b74d0bf3c1d3a66_amd64",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:f518a439b56354f01a647d3c0550c909b42a879607982ce50bbbc0b6403a58f9_arm64",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5700bc3e6aadfa1890bb81bcc70f0ef026b5bd0d38f1e4bd35d04d5ceee7808d_ppc64le",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5972ba4c75e54f1670ec5ffb0a5a749a6992967ea0dd6e5d442019fa64dc1515_s390x",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:67108dd96a553925f2759cc5359447315aff09e7628a8228e71b04a8dee25f63_amd64",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:43334d92af32e97a11691d0fa7069746d59d6f73a0a2c0b97bbbfdc7937f117a_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8512465ad8828593d0f4b6d4208a6c60a0f297f70ef26a0c4c874f6ddf4798d2_s390x",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8b0583cf72b39299e6769f9c9fdc4321b7e384405aec8d1519d4ea5ac060fd05_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:ab568f027f842174927e1ccc7ca00448068e9241f40f53034d9ba74aaf062aa1_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:c4b5c7247825d7265f83ae5fb5e8a0f62fbb69cdbaf535d0d83320b817d7ef48_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:cf07146641dab9fe090c2b44d8f533375a5d04b8fcdedb42f75f10916b5b6ba6_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:3a4ec2b8d194134fc4a3cb9077306ba71eaef4e4544177f590c73ae7e40d490b_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:87e2d4e45b3d308e6937791d906c277df67c45321c7b760cca528f36e68d263d_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:8a090360648affdb24c12d7c2efaffc07bc21deb8b29f4ad3c12cf0a5ee6e19b_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:aff1de5e9ad24bbfacda0bf34bb6b28d27c3f9ce646ed53e93b4c87eb0bda93c_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:162f35a85baabd9055c53717463c908247769a9bf617a4b457adf398d2e972be_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:272f038ebe7fd778c6c24dcc27524f3aa807465576177681b8b80a6adb32be99_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:41064d2db3c4c1e651f2df89d6cd4a19027c6930edc6ab66b5535a2cd7f39f49_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:859301df4f104e3d36efc2446929c86805e586c3c5ac07548d0277442d5df6ca_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:2ca34569661d388d50cc0e9f5949ea7a404ceb266981855b3251c329dab88e11_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:d77cb43b5019248b790134edc980d7fb260c4dcb884f8e54d27c33b876a5f897_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:f9f73b9781288b1a52b06edb752efc9475a315e1dd9a445e28cc47d571762cfc_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:1ab09e10bfe23ed2e08513d887bd36c4bed003d6bcb7f1885364ef5a606ec010_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:9a42214d500a600785bb9a7bdd5b9580a5f8cfbf16980eb48bde3ae4ce855f3c_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:e87b8be96be2c5042af949785dd0c543e28d9432914a9543b08fd38d4a1e11ff_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:2eb40b0c565a4d150229ab504adfb2e0a2b4a5b25ff8ccb690e6d2dcae3bf424_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:36a0a82ab0c1e9d67d31aa8afe81bc1485541e3aefa221dbbc2a6822edfe8515_arm64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:8a8f7e1126adc73d210cdf8454c64356e2229e3aefc5bb4ba5a8bc7755a5d469_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:ef3d403c990fa7f2af167a123af043970cadc00b78b454b93dd9a4bca2699d2b_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:0ee210a535f1f11de40e1a0ee55a10855ce13c09dab9791ee4d35c59949ca934_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:3dc59c38e0cde2c9974d3fa5a7ce1c9f98589a5aeb486fdc8a8e7717656522fe_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:44c6bb264bbbd0ad67978dd2b4e01c530e653baf14b15f8a1eddff675fa760bd_amd64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:631643362d4345fdefb3fb34416ca09626b634c92fde970e1494a95fe5bdfc87_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:21c8ba4e41692cc24ce0127b4198413183451eff19a461941e9efb6bd140bfb4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:24d9bcb0da6e061f9de31768e94b660f955323e130f7eb0fc9e8746c1709d3f8_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:8ef36128140b9a90403fb672178d07be7fd16ddf9809ec628a693e0e2dd6d4a9_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:078bd92b92c28c3899986f4c6755950f3de044ca6b7214353cc0e84d2a67d570_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:0b08f6aba84c9f64b3253f5f23efaa0bba47be37f2582378509849b73db165e4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:64ca1e84e10bbc7522da216e4965658e06c540fce8c18f2976dab5c3236ea256_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0976ab8ba60319bf9ef20503de0fa249055e18a82ab36113affe7ad177b3f187_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:1d7f610fea74bb30b0276aa40556d9c03762c10f3bb71618afb5e6f5af718688_amd64",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:cf81ea45b333424981129e464f1374739a4f309efdcb26b9f7df2df4d346c1a9_ppc64le",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:dd9ca8286f54ba8e4151414afc65cbc4d619430676ab2735afc2a1e086b17921_arm64",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:1d89cd1a73d1bbd66988ce2224de39b799ecfa1cfe96d0ec2619ccc059c11d20_ppc64le",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:efdcf383abcb962ea0fdb92a9fa31f60a150a2c48174303881b550e5d9dec6f7_s390x",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:f500d5f16ea39d262ad4c52a9be03953e6e7ffa0f4349860976c41a70d8bb0e5_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:491a5b629d9777815ee6d28356cf82a7fd7939f2a39e65ae833440af1831b1db_s390x",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:80f47a30616834100466219c9e4d8c67fcef9554b2075c2bf81905c86b03d46b_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:cd38debd1e2088a81a31ac95eda219ad9d58d255ac0ed157a804837b00a87ac0_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:096d6e38c34c0c89e2b2e49d6c8b61acf9f88033d3b2814eefa62abee30d4993_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:4d03e157d3ed69eef8a8ee8a6c8f9e0746c16baa6ccff7c5c8a7457e9a8b9a56_s390x",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:d556581772224fe60606ece392a210f1a3b3de01a26959197c594634694d6ebb_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:79ad5ac0ee525277a8a1bd550428a5e0a04da73aa1d9df23d085ec888d12d45b_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:911c38bf283079dd024087bda48a37ddf0ec981da4589596565706e5dfcd6dad_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:c1f4872828308bf7f0477697fb74a0ab7c3f595e2c33e29ee873232efca1960d_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:0df69e6e3d2add83c5a74faff76837a49333184b1d170acee968d4c064933bcf_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:5c3c4bbf1bf820995a13588d02a8cf692e1343da25def005dab981078b14d970_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:e1a7fd2bf349908c710237a1f832a4e161e049d09691d36c453bc8ddb0e0eebe_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24786"
},
{
"category": "external",
"summary": "RHBZ#2268046",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268046"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24786",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24786"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24786",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24786"
},
{
"category": "external",
"summary": "https://go.dev/cl/569356",
"url": "https://go.dev/cl/569356"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/ArQ6CDgtEjY/",
"url": "https://groups.google.com/g/golang-announce/c/ArQ6CDgtEjY/"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2611",
"url": "https://pkg.go.dev/vuln/GO-2024-2611"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-07-17T13:09:39+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a714121fa385acb6fe75bb74f402be8cf6da85372fd4a34abfbb9b546782e9c0_amd64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a9cdb157400f7826b8c5075591d26dd9e25628e94189de3b90c8e9389e3181ed_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:ab289e798f909cf238f410984b7388db2f0a20794a3d55a06031fd9771efeaf7_arm64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:f5e5b787848d5838aaaeb58e3b8836ff67b4fcf9a2d3c9d19f27e06818fdf295_s390x",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:0ef121586e961be58480d76ba988719daaa82e606a8cc3649a0d01ef75227bc0_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:3452dc4a07cb296d2102f3fbc34865496dcd418f602dc117cb327893f6464e71_ppc64le",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:61fb5b6ebf9ee44b9271eb3526cb3175c9a135f86223e165c05b73a390f617ea_arm64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:c6b46eca6dfec3a8fb48b61393707e11e8cc573aad7eb6ff95c4661092e913f0_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:4591"
},
{
"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.16:odf4/cephcsi-rhel9@sha256:5fbef84c4a88ad4ea88a1b2232cc0d6630fa47c8e3ae874a485c971c6d5951b9_ppc64le",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:ac0c3a8d86539bc4668e1a6de82e1f8439a1fbbb17a3b4102cabf078f021b41f_amd64",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:c94f20ad65f5411c7cabafd574e52f2fcb52d2f917003ae71adc736028f962bf_s390x",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:088b9e19fc16a4fbb655b81ab1fbe78aa82ebce2ad5ad0df67fc8b361b4fe170_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:2c29d14c5d64f810cc68fdb894700819f5122a354d5cbb473cf73f517f5315e9_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:5c2628c9c3de8ff9eaf6c727eaa2b4382741f21afeb4154329714b404fb4e1df_arm64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:f4a85d993ae326570a5e4dd8bdf9e5cec586c2f8b55a962940457f39787d6af8_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:061fc659ec847d38201a7b049b813df1fddac1e97d2caddaaac3d91d5e05fd46_amd64",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:3cc0e4ec3f46d066bfc5546a2efdab3a44aa38f2d6dc961509bee8f7f9cb5ddb_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:7c00300daa75158d7a406317be71f2a8932a613b769144ae92a5ae225f4feb1e_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:193a773d4f1ed8ec6097579507dddd3863301ec546e325e38b5290235f06c802_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:968deb95e9fde6ba12565e3ef601bfc60551ac6ac7c122b2bdacea09b6574266_arm64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:d608a1d128733b31b552d8410c1d95cb740646cea32b79ee401d2de178e08ca9_amd64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:f717a955a7ca2c3b1eac84e4b192ab38dcf1e98f6baea0ef592071c60f389bd1_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:46486b7e3b087bfec9c7b0dd4547af1190cee2be55dee7400ec90e6dc4b434f4_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a20b4235cee3193794be549c645164c2811a044498a777591437ff440264a7da_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a552dbccf217e8deaec318bcaf9b40877d3be1e88d091ae1684959f48367e0f2_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:8f650cf5915d5b7a15931e4a11d7c6be43d16068132f4cb4ef3e0c3e3cfbc17c_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:978017d3524aded83f4c63710e0b10dc2a453a22b5bc9ef801c7e70ac13aee40_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:9c3b15da5ddf22af93ae1617329ef41fddb4e6c00bbf9ea12567c4fc2c14cfdf_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:41c7883aafc2938852f5920ac2a178e1b0f39e0acdb817678696adec90fa2686_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:95a047d3be90468e15a9f246f8e0fbfd159f18f7a9841d07c75e6c3f30c7c80a_arm64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:d383069c5e89e051a15e95e61e9bd5197edf4f91fde60df8b8ed7d4e8269452e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:f2ab9f9eb9e502f0d78b32159dfc5aeae77ec9698ed3a2aeecd184407388f1e3_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:38d7fe0b8fa164df79d08fe2d20af60d7530e2691e7d4f183d71f138a00a128e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:a8f0e209e62e02a20648f982360e5b5ec7e62c294b4f7eb7df53ccd0bb750008_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:cd6bbc33a59480c1c504a88f86ca4bb51de037db3c993581d18ee7e887c96dcc_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:2bd43ed14d916a13f2d631f8dc350313c47619033134463399d76e77688f4c2e_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:92c7cf4ce69644ffa955c78b1e18aab5f9c3a843f889703a326ea9e6697455af_s390x",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:e1abb6a3be342350f7b3f641f9e036e2bd998e5fd6bd215730f3d39526e1d16f_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a714121fa385acb6fe75bb74f402be8cf6da85372fd4a34abfbb9b546782e9c0_amd64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a9cdb157400f7826b8c5075591d26dd9e25628e94189de3b90c8e9389e3181ed_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:ab289e798f909cf238f410984b7388db2f0a20794a3d55a06031fd9771efeaf7_arm64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:f5e5b787848d5838aaaeb58e3b8836ff67b4fcf9a2d3c9d19f27e06818fdf295_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:4b79f14a1d5130673921c4d711c0b919377307dd6d76d14386f9f83a5e1b4ecd_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:60ca8f2d341b1f1a09710a37c40f4c803c6b1b2d09fc1a7f53f9a979ad6643d6_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:92bd51fa0a6ee62be70dda32f5d922e70f4aea630b70bc7b5b74d0bf3c1d3a66_amd64",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:f518a439b56354f01a647d3c0550c909b42a879607982ce50bbbc0b6403a58f9_arm64",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5700bc3e6aadfa1890bb81bcc70f0ef026b5bd0d38f1e4bd35d04d5ceee7808d_ppc64le",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5972ba4c75e54f1670ec5ffb0a5a749a6992967ea0dd6e5d442019fa64dc1515_s390x",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:67108dd96a553925f2759cc5359447315aff09e7628a8228e71b04a8dee25f63_amd64",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:43334d92af32e97a11691d0fa7069746d59d6f73a0a2c0b97bbbfdc7937f117a_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8512465ad8828593d0f4b6d4208a6c60a0f297f70ef26a0c4c874f6ddf4798d2_s390x",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8b0583cf72b39299e6769f9c9fdc4321b7e384405aec8d1519d4ea5ac060fd05_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:ab568f027f842174927e1ccc7ca00448068e9241f40f53034d9ba74aaf062aa1_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:c4b5c7247825d7265f83ae5fb5e8a0f62fbb69cdbaf535d0d83320b817d7ef48_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:cf07146641dab9fe090c2b44d8f533375a5d04b8fcdedb42f75f10916b5b6ba6_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:3a4ec2b8d194134fc4a3cb9077306ba71eaef4e4544177f590c73ae7e40d490b_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:87e2d4e45b3d308e6937791d906c277df67c45321c7b760cca528f36e68d263d_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:8a090360648affdb24c12d7c2efaffc07bc21deb8b29f4ad3c12cf0a5ee6e19b_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:aff1de5e9ad24bbfacda0bf34bb6b28d27c3f9ce646ed53e93b4c87eb0bda93c_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:162f35a85baabd9055c53717463c908247769a9bf617a4b457adf398d2e972be_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:272f038ebe7fd778c6c24dcc27524f3aa807465576177681b8b80a6adb32be99_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:41064d2db3c4c1e651f2df89d6cd4a19027c6930edc6ab66b5535a2cd7f39f49_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:859301df4f104e3d36efc2446929c86805e586c3c5ac07548d0277442d5df6ca_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:2ca34569661d388d50cc0e9f5949ea7a404ceb266981855b3251c329dab88e11_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:d77cb43b5019248b790134edc980d7fb260c4dcb884f8e54d27c33b876a5f897_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:f9f73b9781288b1a52b06edb752efc9475a315e1dd9a445e28cc47d571762cfc_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:1ab09e10bfe23ed2e08513d887bd36c4bed003d6bcb7f1885364ef5a606ec010_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:9a42214d500a600785bb9a7bdd5b9580a5f8cfbf16980eb48bde3ae4ce855f3c_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:e87b8be96be2c5042af949785dd0c543e28d9432914a9543b08fd38d4a1e11ff_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:2eb40b0c565a4d150229ab504adfb2e0a2b4a5b25ff8ccb690e6d2dcae3bf424_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:36a0a82ab0c1e9d67d31aa8afe81bc1485541e3aefa221dbbc2a6822edfe8515_arm64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:8a8f7e1126adc73d210cdf8454c64356e2229e3aefc5bb4ba5a8bc7755a5d469_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:ef3d403c990fa7f2af167a123af043970cadc00b78b454b93dd9a4bca2699d2b_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:0ee210a535f1f11de40e1a0ee55a10855ce13c09dab9791ee4d35c59949ca934_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:3dc59c38e0cde2c9974d3fa5a7ce1c9f98589a5aeb486fdc8a8e7717656522fe_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:44c6bb264bbbd0ad67978dd2b4e01c530e653baf14b15f8a1eddff675fa760bd_amd64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:631643362d4345fdefb3fb34416ca09626b634c92fde970e1494a95fe5bdfc87_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:21c8ba4e41692cc24ce0127b4198413183451eff19a461941e9efb6bd140bfb4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:24d9bcb0da6e061f9de31768e94b660f955323e130f7eb0fc9e8746c1709d3f8_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:8ef36128140b9a90403fb672178d07be7fd16ddf9809ec628a693e0e2dd6d4a9_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:078bd92b92c28c3899986f4c6755950f3de044ca6b7214353cc0e84d2a67d570_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:0b08f6aba84c9f64b3253f5f23efaa0bba47be37f2582378509849b73db165e4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:64ca1e84e10bbc7522da216e4965658e06c540fce8c18f2976dab5c3236ea256_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0976ab8ba60319bf9ef20503de0fa249055e18a82ab36113affe7ad177b3f187_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:1d7f610fea74bb30b0276aa40556d9c03762c10f3bb71618afb5e6f5af718688_amd64",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:cf81ea45b333424981129e464f1374739a4f309efdcb26b9f7df2df4d346c1a9_ppc64le",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:dd9ca8286f54ba8e4151414afc65cbc4d619430676ab2735afc2a1e086b17921_arm64",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:1d89cd1a73d1bbd66988ce2224de39b799ecfa1cfe96d0ec2619ccc059c11d20_ppc64le",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:efdcf383abcb962ea0fdb92a9fa31f60a150a2c48174303881b550e5d9dec6f7_s390x",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:f500d5f16ea39d262ad4c52a9be03953e6e7ffa0f4349860976c41a70d8bb0e5_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:491a5b629d9777815ee6d28356cf82a7fd7939f2a39e65ae833440af1831b1db_s390x",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:80f47a30616834100466219c9e4d8c67fcef9554b2075c2bf81905c86b03d46b_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:cd38debd1e2088a81a31ac95eda219ad9d58d255ac0ed157a804837b00a87ac0_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:096d6e38c34c0c89e2b2e49d6c8b61acf9f88033d3b2814eefa62abee30d4993_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:4d03e157d3ed69eef8a8ee8a6c8f9e0746c16baa6ccff7c5c8a7457e9a8b9a56_s390x",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:d556581772224fe60606ece392a210f1a3b3de01a26959197c594634694d6ebb_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:0ef121586e961be58480d76ba988719daaa82e606a8cc3649a0d01ef75227bc0_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:3452dc4a07cb296d2102f3fbc34865496dcd418f602dc117cb327893f6464e71_ppc64le",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:61fb5b6ebf9ee44b9271eb3526cb3175c9a135f86223e165c05b73a390f617ea_arm64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:c6b46eca6dfec3a8fb48b61393707e11e8cc573aad7eb6ff95c4661092e913f0_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:79ad5ac0ee525277a8a1bd550428a5e0a04da73aa1d9df23d085ec888d12d45b_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:911c38bf283079dd024087bda48a37ddf0ec981da4589596565706e5dfcd6dad_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:c1f4872828308bf7f0477697fb74a0ab7c3f595e2c33e29ee873232efca1960d_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:0df69e6e3d2add83c5a74faff76837a49333184b1d170acee968d4c064933bcf_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:5c3c4bbf1bf820995a13588d02a8cf692e1343da25def005dab981078b14d970_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:e1a7fd2bf349908c710237a1f832a4e161e049d09691d36c453bc8ddb0e0eebe_ppc64le"
]
}
],
"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.16:odf4/cephcsi-rhel9@sha256:5fbef84c4a88ad4ea88a1b2232cc0d6630fa47c8e3ae874a485c971c6d5951b9_ppc64le",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:ac0c3a8d86539bc4668e1a6de82e1f8439a1fbbb17a3b4102cabf078f021b41f_amd64",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:c94f20ad65f5411c7cabafd574e52f2fcb52d2f917003ae71adc736028f962bf_s390x",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:088b9e19fc16a4fbb655b81ab1fbe78aa82ebce2ad5ad0df67fc8b361b4fe170_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:2c29d14c5d64f810cc68fdb894700819f5122a354d5cbb473cf73f517f5315e9_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:5c2628c9c3de8ff9eaf6c727eaa2b4382741f21afeb4154329714b404fb4e1df_arm64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:f4a85d993ae326570a5e4dd8bdf9e5cec586c2f8b55a962940457f39787d6af8_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:061fc659ec847d38201a7b049b813df1fddac1e97d2caddaaac3d91d5e05fd46_amd64",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:3cc0e4ec3f46d066bfc5546a2efdab3a44aa38f2d6dc961509bee8f7f9cb5ddb_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:7c00300daa75158d7a406317be71f2a8932a613b769144ae92a5ae225f4feb1e_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:193a773d4f1ed8ec6097579507dddd3863301ec546e325e38b5290235f06c802_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:968deb95e9fde6ba12565e3ef601bfc60551ac6ac7c122b2bdacea09b6574266_arm64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:d608a1d128733b31b552d8410c1d95cb740646cea32b79ee401d2de178e08ca9_amd64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:f717a955a7ca2c3b1eac84e4b192ab38dcf1e98f6baea0ef592071c60f389bd1_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:46486b7e3b087bfec9c7b0dd4547af1190cee2be55dee7400ec90e6dc4b434f4_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a20b4235cee3193794be549c645164c2811a044498a777591437ff440264a7da_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a552dbccf217e8deaec318bcaf9b40877d3be1e88d091ae1684959f48367e0f2_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:8f650cf5915d5b7a15931e4a11d7c6be43d16068132f4cb4ef3e0c3e3cfbc17c_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:978017d3524aded83f4c63710e0b10dc2a453a22b5bc9ef801c7e70ac13aee40_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:9c3b15da5ddf22af93ae1617329ef41fddb4e6c00bbf9ea12567c4fc2c14cfdf_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:41c7883aafc2938852f5920ac2a178e1b0f39e0acdb817678696adec90fa2686_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:95a047d3be90468e15a9f246f8e0fbfd159f18f7a9841d07c75e6c3f30c7c80a_arm64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:d383069c5e89e051a15e95e61e9bd5197edf4f91fde60df8b8ed7d4e8269452e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:f2ab9f9eb9e502f0d78b32159dfc5aeae77ec9698ed3a2aeecd184407388f1e3_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:38d7fe0b8fa164df79d08fe2d20af60d7530e2691e7d4f183d71f138a00a128e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:a8f0e209e62e02a20648f982360e5b5ec7e62c294b4f7eb7df53ccd0bb750008_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:cd6bbc33a59480c1c504a88f86ca4bb51de037db3c993581d18ee7e887c96dcc_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:2bd43ed14d916a13f2d631f8dc350313c47619033134463399d76e77688f4c2e_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:92c7cf4ce69644ffa955c78b1e18aab5f9c3a843f889703a326ea9e6697455af_s390x",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:e1abb6a3be342350f7b3f641f9e036e2bd998e5fd6bd215730f3d39526e1d16f_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a714121fa385acb6fe75bb74f402be8cf6da85372fd4a34abfbb9b546782e9c0_amd64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a9cdb157400f7826b8c5075591d26dd9e25628e94189de3b90c8e9389e3181ed_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:ab289e798f909cf238f410984b7388db2f0a20794a3d55a06031fd9771efeaf7_arm64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:f5e5b787848d5838aaaeb58e3b8836ff67b4fcf9a2d3c9d19f27e06818fdf295_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:4b79f14a1d5130673921c4d711c0b919377307dd6d76d14386f9f83a5e1b4ecd_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:60ca8f2d341b1f1a09710a37c40f4c803c6b1b2d09fc1a7f53f9a979ad6643d6_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:92bd51fa0a6ee62be70dda32f5d922e70f4aea630b70bc7b5b74d0bf3c1d3a66_amd64",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:f518a439b56354f01a647d3c0550c909b42a879607982ce50bbbc0b6403a58f9_arm64",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5700bc3e6aadfa1890bb81bcc70f0ef026b5bd0d38f1e4bd35d04d5ceee7808d_ppc64le",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5972ba4c75e54f1670ec5ffb0a5a749a6992967ea0dd6e5d442019fa64dc1515_s390x",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:67108dd96a553925f2759cc5359447315aff09e7628a8228e71b04a8dee25f63_amd64",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:43334d92af32e97a11691d0fa7069746d59d6f73a0a2c0b97bbbfdc7937f117a_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8512465ad8828593d0f4b6d4208a6c60a0f297f70ef26a0c4c874f6ddf4798d2_s390x",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8b0583cf72b39299e6769f9c9fdc4321b7e384405aec8d1519d4ea5ac060fd05_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:ab568f027f842174927e1ccc7ca00448068e9241f40f53034d9ba74aaf062aa1_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:c4b5c7247825d7265f83ae5fb5e8a0f62fbb69cdbaf535d0d83320b817d7ef48_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:cf07146641dab9fe090c2b44d8f533375a5d04b8fcdedb42f75f10916b5b6ba6_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:3a4ec2b8d194134fc4a3cb9077306ba71eaef4e4544177f590c73ae7e40d490b_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:87e2d4e45b3d308e6937791d906c277df67c45321c7b760cca528f36e68d263d_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:8a090360648affdb24c12d7c2efaffc07bc21deb8b29f4ad3c12cf0a5ee6e19b_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:aff1de5e9ad24bbfacda0bf34bb6b28d27c3f9ce646ed53e93b4c87eb0bda93c_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:162f35a85baabd9055c53717463c908247769a9bf617a4b457adf398d2e972be_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:272f038ebe7fd778c6c24dcc27524f3aa807465576177681b8b80a6adb32be99_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:41064d2db3c4c1e651f2df89d6cd4a19027c6930edc6ab66b5535a2cd7f39f49_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:859301df4f104e3d36efc2446929c86805e586c3c5ac07548d0277442d5df6ca_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:2ca34569661d388d50cc0e9f5949ea7a404ceb266981855b3251c329dab88e11_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:d77cb43b5019248b790134edc980d7fb260c4dcb884f8e54d27c33b876a5f897_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:f9f73b9781288b1a52b06edb752efc9475a315e1dd9a445e28cc47d571762cfc_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:1ab09e10bfe23ed2e08513d887bd36c4bed003d6bcb7f1885364ef5a606ec010_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:9a42214d500a600785bb9a7bdd5b9580a5f8cfbf16980eb48bde3ae4ce855f3c_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:e87b8be96be2c5042af949785dd0c543e28d9432914a9543b08fd38d4a1e11ff_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:2eb40b0c565a4d150229ab504adfb2e0a2b4a5b25ff8ccb690e6d2dcae3bf424_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:36a0a82ab0c1e9d67d31aa8afe81bc1485541e3aefa221dbbc2a6822edfe8515_arm64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:8a8f7e1126adc73d210cdf8454c64356e2229e3aefc5bb4ba5a8bc7755a5d469_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:ef3d403c990fa7f2af167a123af043970cadc00b78b454b93dd9a4bca2699d2b_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:0ee210a535f1f11de40e1a0ee55a10855ce13c09dab9791ee4d35c59949ca934_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:3dc59c38e0cde2c9974d3fa5a7ce1c9f98589a5aeb486fdc8a8e7717656522fe_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:44c6bb264bbbd0ad67978dd2b4e01c530e653baf14b15f8a1eddff675fa760bd_amd64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:631643362d4345fdefb3fb34416ca09626b634c92fde970e1494a95fe5bdfc87_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:21c8ba4e41692cc24ce0127b4198413183451eff19a461941e9efb6bd140bfb4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:24d9bcb0da6e061f9de31768e94b660f955323e130f7eb0fc9e8746c1709d3f8_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:8ef36128140b9a90403fb672178d07be7fd16ddf9809ec628a693e0e2dd6d4a9_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:078bd92b92c28c3899986f4c6755950f3de044ca6b7214353cc0e84d2a67d570_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:0b08f6aba84c9f64b3253f5f23efaa0bba47be37f2582378509849b73db165e4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:64ca1e84e10bbc7522da216e4965658e06c540fce8c18f2976dab5c3236ea256_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0976ab8ba60319bf9ef20503de0fa249055e18a82ab36113affe7ad177b3f187_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:1d7f610fea74bb30b0276aa40556d9c03762c10f3bb71618afb5e6f5af718688_amd64",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:cf81ea45b333424981129e464f1374739a4f309efdcb26b9f7df2df4d346c1a9_ppc64le",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:dd9ca8286f54ba8e4151414afc65cbc4d619430676ab2735afc2a1e086b17921_arm64",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:1d89cd1a73d1bbd66988ce2224de39b799ecfa1cfe96d0ec2619ccc059c11d20_ppc64le",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:efdcf383abcb962ea0fdb92a9fa31f60a150a2c48174303881b550e5d9dec6f7_s390x",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:f500d5f16ea39d262ad4c52a9be03953e6e7ffa0f4349860976c41a70d8bb0e5_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:491a5b629d9777815ee6d28356cf82a7fd7939f2a39e65ae833440af1831b1db_s390x",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:80f47a30616834100466219c9e4d8c67fcef9554b2075c2bf81905c86b03d46b_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:cd38debd1e2088a81a31ac95eda219ad9d58d255ac0ed157a804837b00a87ac0_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:096d6e38c34c0c89e2b2e49d6c8b61acf9f88033d3b2814eefa62abee30d4993_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:4d03e157d3ed69eef8a8ee8a6c8f9e0746c16baa6ccff7c5c8a7457e9a8b9a56_s390x",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:d556581772224fe60606ece392a210f1a3b3de01a26959197c594634694d6ebb_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:0ef121586e961be58480d76ba988719daaa82e606a8cc3649a0d01ef75227bc0_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:3452dc4a07cb296d2102f3fbc34865496dcd418f602dc117cb327893f6464e71_ppc64le",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:61fb5b6ebf9ee44b9271eb3526cb3175c9a135f86223e165c05b73a390f617ea_arm64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:c6b46eca6dfec3a8fb48b61393707e11e8cc573aad7eb6ff95c4661092e913f0_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:79ad5ac0ee525277a8a1bd550428a5e0a04da73aa1d9df23d085ec888d12d45b_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:911c38bf283079dd024087bda48a37ddf0ec981da4589596565706e5dfcd6dad_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:c1f4872828308bf7f0477697fb74a0ab7c3f595e2c33e29ee873232efca1960d_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:0df69e6e3d2add83c5a74faff76837a49333184b1d170acee968d4c064933bcf_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:5c3c4bbf1bf820995a13588d02a8cf692e1343da25def005dab981078b14d970_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:e1a7fd2bf349908c710237a1f832a4e161e049d09691d36c453bc8ddb0e0eebe_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang-protobuf: encoding/protojson, internal/encoding/json: infinite loop in protojson.Unmarshal when unmarshaling certain forms of invalid JSON"
},
{
"cve": "CVE-2024-28176",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2024-03-10T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:088b9e19fc16a4fbb655b81ab1fbe78aa82ebce2ad5ad0df67fc8b361b4fe170_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:2c29d14c5d64f810cc68fdb894700819f5122a354d5cbb473cf73f517f5315e9_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:5c2628c9c3de8ff9eaf6c727eaa2b4382741f21afeb4154329714b404fb4e1df_arm64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:f4a85d993ae326570a5e4dd8bdf9e5cec586c2f8b55a962940457f39787d6af8_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:061fc659ec847d38201a7b049b813df1fddac1e97d2caddaaac3d91d5e05fd46_amd64",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:3cc0e4ec3f46d066bfc5546a2efdab3a44aa38f2d6dc961509bee8f7f9cb5ddb_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:7c00300daa75158d7a406317be71f2a8932a613b769144ae92a5ae225f4feb1e_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:193a773d4f1ed8ec6097579507dddd3863301ec546e325e38b5290235f06c802_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:968deb95e9fde6ba12565e3ef601bfc60551ac6ac7c122b2bdacea09b6574266_arm64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:d608a1d128733b31b552d8410c1d95cb740646cea32b79ee401d2de178e08ca9_amd64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:f717a955a7ca2c3b1eac84e4b192ab38dcf1e98f6baea0ef592071c60f389bd1_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:46486b7e3b087bfec9c7b0dd4547af1190cee2be55dee7400ec90e6dc4b434f4_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a20b4235cee3193794be549c645164c2811a044498a777591437ff440264a7da_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a552dbccf217e8deaec318bcaf9b40877d3be1e88d091ae1684959f48367e0f2_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:8f650cf5915d5b7a15931e4a11d7c6be43d16068132f4cb4ef3e0c3e3cfbc17c_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:978017d3524aded83f4c63710e0b10dc2a453a22b5bc9ef801c7e70ac13aee40_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:9c3b15da5ddf22af93ae1617329ef41fddb4e6c00bbf9ea12567c4fc2c14cfdf_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:41c7883aafc2938852f5920ac2a178e1b0f39e0acdb817678696adec90fa2686_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:95a047d3be90468e15a9f246f8e0fbfd159f18f7a9841d07c75e6c3f30c7c80a_arm64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:d383069c5e89e051a15e95e61e9bd5197edf4f91fde60df8b8ed7d4e8269452e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:f2ab9f9eb9e502f0d78b32159dfc5aeae77ec9698ed3a2aeecd184407388f1e3_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:38d7fe0b8fa164df79d08fe2d20af60d7530e2691e7d4f183d71f138a00a128e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:a8f0e209e62e02a20648f982360e5b5ec7e62c294b4f7eb7df53ccd0bb750008_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:cd6bbc33a59480c1c504a88f86ca4bb51de037db3c993581d18ee7e887c96dcc_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:2bd43ed14d916a13f2d631f8dc350313c47619033134463399d76e77688f4c2e_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:92c7cf4ce69644ffa955c78b1e18aab5f9c3a843f889703a326ea9e6697455af_s390x",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:e1abb6a3be342350f7b3f641f9e036e2bd998e5fd6bd215730f3d39526e1d16f_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a714121fa385acb6fe75bb74f402be8cf6da85372fd4a34abfbb9b546782e9c0_amd64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a9cdb157400f7826b8c5075591d26dd9e25628e94189de3b90c8e9389e3181ed_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:ab289e798f909cf238f410984b7388db2f0a20794a3d55a06031fd9771efeaf7_arm64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:f5e5b787848d5838aaaeb58e3b8836ff67b4fcf9a2d3c9d19f27e06818fdf295_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:4b79f14a1d5130673921c4d711c0b919377307dd6d76d14386f9f83a5e1b4ecd_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:60ca8f2d341b1f1a09710a37c40f4c803c6b1b2d09fc1a7f53f9a979ad6643d6_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:92bd51fa0a6ee62be70dda32f5d922e70f4aea630b70bc7b5b74d0bf3c1d3a66_amd64",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:f518a439b56354f01a647d3c0550c909b42a879607982ce50bbbc0b6403a58f9_arm64",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5700bc3e6aadfa1890bb81bcc70f0ef026b5bd0d38f1e4bd35d04d5ceee7808d_ppc64le",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5972ba4c75e54f1670ec5ffb0a5a749a6992967ea0dd6e5d442019fa64dc1515_s390x",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:67108dd96a553925f2759cc5359447315aff09e7628a8228e71b04a8dee25f63_amd64",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:43334d92af32e97a11691d0fa7069746d59d6f73a0a2c0b97bbbfdc7937f117a_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8512465ad8828593d0f4b6d4208a6c60a0f297f70ef26a0c4c874f6ddf4798d2_s390x",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8b0583cf72b39299e6769f9c9fdc4321b7e384405aec8d1519d4ea5ac060fd05_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:ab568f027f842174927e1ccc7ca00448068e9241f40f53034d9ba74aaf062aa1_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:c4b5c7247825d7265f83ae5fb5e8a0f62fbb69cdbaf535d0d83320b817d7ef48_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:cf07146641dab9fe090c2b44d8f533375a5d04b8fcdedb42f75f10916b5b6ba6_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:3a4ec2b8d194134fc4a3cb9077306ba71eaef4e4544177f590c73ae7e40d490b_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:87e2d4e45b3d308e6937791d906c277df67c45321c7b760cca528f36e68d263d_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:8a090360648affdb24c12d7c2efaffc07bc21deb8b29f4ad3c12cf0a5ee6e19b_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:aff1de5e9ad24bbfacda0bf34bb6b28d27c3f9ce646ed53e93b4c87eb0bda93c_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:162f35a85baabd9055c53717463c908247769a9bf617a4b457adf398d2e972be_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:272f038ebe7fd778c6c24dcc27524f3aa807465576177681b8b80a6adb32be99_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:41064d2db3c4c1e651f2df89d6cd4a19027c6930edc6ab66b5535a2cd7f39f49_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:859301df4f104e3d36efc2446929c86805e586c3c5ac07548d0277442d5df6ca_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:2ca34569661d388d50cc0e9f5949ea7a404ceb266981855b3251c329dab88e11_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:d77cb43b5019248b790134edc980d7fb260c4dcb884f8e54d27c33b876a5f897_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:f9f73b9781288b1a52b06edb752efc9475a315e1dd9a445e28cc47d571762cfc_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:1ab09e10bfe23ed2e08513d887bd36c4bed003d6bcb7f1885364ef5a606ec010_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:9a42214d500a600785bb9a7bdd5b9580a5f8cfbf16980eb48bde3ae4ce855f3c_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:e87b8be96be2c5042af949785dd0c543e28d9432914a9543b08fd38d4a1e11ff_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:2eb40b0c565a4d150229ab504adfb2e0a2b4a5b25ff8ccb690e6d2dcae3bf424_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:36a0a82ab0c1e9d67d31aa8afe81bc1485541e3aefa221dbbc2a6822edfe8515_arm64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:8a8f7e1126adc73d210cdf8454c64356e2229e3aefc5bb4ba5a8bc7755a5d469_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:ef3d403c990fa7f2af167a123af043970cadc00b78b454b93dd9a4bca2699d2b_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:0ee210a535f1f11de40e1a0ee55a10855ce13c09dab9791ee4d35c59949ca934_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:3dc59c38e0cde2c9974d3fa5a7ce1c9f98589a5aeb486fdc8a8e7717656522fe_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:44c6bb264bbbd0ad67978dd2b4e01c530e653baf14b15f8a1eddff675fa760bd_amd64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:631643362d4345fdefb3fb34416ca09626b634c92fde970e1494a95fe5bdfc87_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:21c8ba4e41692cc24ce0127b4198413183451eff19a461941e9efb6bd140bfb4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:24d9bcb0da6e061f9de31768e94b660f955323e130f7eb0fc9e8746c1709d3f8_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:8ef36128140b9a90403fb672178d07be7fd16ddf9809ec628a693e0e2dd6d4a9_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:078bd92b92c28c3899986f4c6755950f3de044ca6b7214353cc0e84d2a67d570_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:0b08f6aba84c9f64b3253f5f23efaa0bba47be37f2582378509849b73db165e4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:64ca1e84e10bbc7522da216e4965658e06c540fce8c18f2976dab5c3236ea256_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0976ab8ba60319bf9ef20503de0fa249055e18a82ab36113affe7ad177b3f187_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:1d7f610fea74bb30b0276aa40556d9c03762c10f3bb71618afb5e6f5af718688_amd64",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:cf81ea45b333424981129e464f1374739a4f309efdcb26b9f7df2df4d346c1a9_ppc64le",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:dd9ca8286f54ba8e4151414afc65cbc4d619430676ab2735afc2a1e086b17921_arm64",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:1d89cd1a73d1bbd66988ce2224de39b799ecfa1cfe96d0ec2619ccc059c11d20_ppc64le",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:efdcf383abcb962ea0fdb92a9fa31f60a150a2c48174303881b550e5d9dec6f7_s390x",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:f500d5f16ea39d262ad4c52a9be03953e6e7ffa0f4349860976c41a70d8bb0e5_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:491a5b629d9777815ee6d28356cf82a7fd7939f2a39e65ae833440af1831b1db_s390x",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:80f47a30616834100466219c9e4d8c67fcef9554b2075c2bf81905c86b03d46b_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:cd38debd1e2088a81a31ac95eda219ad9d58d255ac0ed157a804837b00a87ac0_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:096d6e38c34c0c89e2b2e49d6c8b61acf9f88033d3b2814eefa62abee30d4993_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:4d03e157d3ed69eef8a8ee8a6c8f9e0746c16baa6ccff7c5c8a7457e9a8b9a56_s390x",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:d556581772224fe60606ece392a210f1a3b3de01a26959197c594634694d6ebb_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:0ef121586e961be58480d76ba988719daaa82e606a8cc3649a0d01ef75227bc0_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:3452dc4a07cb296d2102f3fbc34865496dcd418f602dc117cb327893f6464e71_ppc64le",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:61fb5b6ebf9ee44b9271eb3526cb3175c9a135f86223e165c05b73a390f617ea_arm64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:c6b46eca6dfec3a8fb48b61393707e11e8cc573aad7eb6ff95c4661092e913f0_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:79ad5ac0ee525277a8a1bd550428a5e0a04da73aa1d9df23d085ec888d12d45b_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:911c38bf283079dd024087bda48a37ddf0ec981da4589596565706e5dfcd6dad_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:c1f4872828308bf7f0477697fb74a0ab7c3f595e2c33e29ee873232efca1960d_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:0df69e6e3d2add83c5a74faff76837a49333184b1d170acee968d4c064933bcf_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:5c3c4bbf1bf820995a13588d02a8cf692e1343da25def005dab981078b14d970_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:e1a7fd2bf349908c710237a1f832a4e161e049d09691d36c453bc8ddb0e0eebe_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268820"
}
],
"notes": [
{
"category": "description",
"text": "Jose was found to have an uncontrolled resource consumption vulnerability. Under certain conditions, the user\u0027s environment can consume an unreasonable amount of CPU time or memory during JWE decryption operations, leading to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jose: resource exhaustion",
"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.16:odf4/cephcsi-rhel9@sha256:5fbef84c4a88ad4ea88a1b2232cc0d6630fa47c8e3ae874a485c971c6d5951b9_ppc64le",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:ac0c3a8d86539bc4668e1a6de82e1f8439a1fbbb17a3b4102cabf078f021b41f_amd64",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:c94f20ad65f5411c7cabafd574e52f2fcb52d2f917003ae71adc736028f962bf_s390x"
],
"known_not_affected": [
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:088b9e19fc16a4fbb655b81ab1fbe78aa82ebce2ad5ad0df67fc8b361b4fe170_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:2c29d14c5d64f810cc68fdb894700819f5122a354d5cbb473cf73f517f5315e9_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:5c2628c9c3de8ff9eaf6c727eaa2b4382741f21afeb4154329714b404fb4e1df_arm64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:f4a85d993ae326570a5e4dd8bdf9e5cec586c2f8b55a962940457f39787d6af8_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:061fc659ec847d38201a7b049b813df1fddac1e97d2caddaaac3d91d5e05fd46_amd64",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:3cc0e4ec3f46d066bfc5546a2efdab3a44aa38f2d6dc961509bee8f7f9cb5ddb_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:7c00300daa75158d7a406317be71f2a8932a613b769144ae92a5ae225f4feb1e_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:193a773d4f1ed8ec6097579507dddd3863301ec546e325e38b5290235f06c802_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:968deb95e9fde6ba12565e3ef601bfc60551ac6ac7c122b2bdacea09b6574266_arm64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:d608a1d128733b31b552d8410c1d95cb740646cea32b79ee401d2de178e08ca9_amd64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:f717a955a7ca2c3b1eac84e4b192ab38dcf1e98f6baea0ef592071c60f389bd1_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:46486b7e3b087bfec9c7b0dd4547af1190cee2be55dee7400ec90e6dc4b434f4_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a20b4235cee3193794be549c645164c2811a044498a777591437ff440264a7da_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a552dbccf217e8deaec318bcaf9b40877d3be1e88d091ae1684959f48367e0f2_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:8f650cf5915d5b7a15931e4a11d7c6be43d16068132f4cb4ef3e0c3e3cfbc17c_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:978017d3524aded83f4c63710e0b10dc2a453a22b5bc9ef801c7e70ac13aee40_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:9c3b15da5ddf22af93ae1617329ef41fddb4e6c00bbf9ea12567c4fc2c14cfdf_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:41c7883aafc2938852f5920ac2a178e1b0f39e0acdb817678696adec90fa2686_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:95a047d3be90468e15a9f246f8e0fbfd159f18f7a9841d07c75e6c3f30c7c80a_arm64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:d383069c5e89e051a15e95e61e9bd5197edf4f91fde60df8b8ed7d4e8269452e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:f2ab9f9eb9e502f0d78b32159dfc5aeae77ec9698ed3a2aeecd184407388f1e3_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:38d7fe0b8fa164df79d08fe2d20af60d7530e2691e7d4f183d71f138a00a128e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:a8f0e209e62e02a20648f982360e5b5ec7e62c294b4f7eb7df53ccd0bb750008_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:cd6bbc33a59480c1c504a88f86ca4bb51de037db3c993581d18ee7e887c96dcc_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:2bd43ed14d916a13f2d631f8dc350313c47619033134463399d76e77688f4c2e_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:92c7cf4ce69644ffa955c78b1e18aab5f9c3a843f889703a326ea9e6697455af_s390x",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:e1abb6a3be342350f7b3f641f9e036e2bd998e5fd6bd215730f3d39526e1d16f_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a714121fa385acb6fe75bb74f402be8cf6da85372fd4a34abfbb9b546782e9c0_amd64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a9cdb157400f7826b8c5075591d26dd9e25628e94189de3b90c8e9389e3181ed_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:ab289e798f909cf238f410984b7388db2f0a20794a3d55a06031fd9771efeaf7_arm64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:f5e5b787848d5838aaaeb58e3b8836ff67b4fcf9a2d3c9d19f27e06818fdf295_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:4b79f14a1d5130673921c4d711c0b919377307dd6d76d14386f9f83a5e1b4ecd_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:60ca8f2d341b1f1a09710a37c40f4c803c6b1b2d09fc1a7f53f9a979ad6643d6_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:92bd51fa0a6ee62be70dda32f5d922e70f4aea630b70bc7b5b74d0bf3c1d3a66_amd64",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:f518a439b56354f01a647d3c0550c909b42a879607982ce50bbbc0b6403a58f9_arm64",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5700bc3e6aadfa1890bb81bcc70f0ef026b5bd0d38f1e4bd35d04d5ceee7808d_ppc64le",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5972ba4c75e54f1670ec5ffb0a5a749a6992967ea0dd6e5d442019fa64dc1515_s390x",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:67108dd96a553925f2759cc5359447315aff09e7628a8228e71b04a8dee25f63_amd64",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:43334d92af32e97a11691d0fa7069746d59d6f73a0a2c0b97bbbfdc7937f117a_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8512465ad8828593d0f4b6d4208a6c60a0f297f70ef26a0c4c874f6ddf4798d2_s390x",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8b0583cf72b39299e6769f9c9fdc4321b7e384405aec8d1519d4ea5ac060fd05_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:ab568f027f842174927e1ccc7ca00448068e9241f40f53034d9ba74aaf062aa1_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:c4b5c7247825d7265f83ae5fb5e8a0f62fbb69cdbaf535d0d83320b817d7ef48_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:cf07146641dab9fe090c2b44d8f533375a5d04b8fcdedb42f75f10916b5b6ba6_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:3a4ec2b8d194134fc4a3cb9077306ba71eaef4e4544177f590c73ae7e40d490b_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:87e2d4e45b3d308e6937791d906c277df67c45321c7b760cca528f36e68d263d_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:8a090360648affdb24c12d7c2efaffc07bc21deb8b29f4ad3c12cf0a5ee6e19b_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:aff1de5e9ad24bbfacda0bf34bb6b28d27c3f9ce646ed53e93b4c87eb0bda93c_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:162f35a85baabd9055c53717463c908247769a9bf617a4b457adf398d2e972be_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:272f038ebe7fd778c6c24dcc27524f3aa807465576177681b8b80a6adb32be99_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:41064d2db3c4c1e651f2df89d6cd4a19027c6930edc6ab66b5535a2cd7f39f49_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:859301df4f104e3d36efc2446929c86805e586c3c5ac07548d0277442d5df6ca_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:2ca34569661d388d50cc0e9f5949ea7a404ceb266981855b3251c329dab88e11_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:d77cb43b5019248b790134edc980d7fb260c4dcb884f8e54d27c33b876a5f897_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:f9f73b9781288b1a52b06edb752efc9475a315e1dd9a445e28cc47d571762cfc_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:1ab09e10bfe23ed2e08513d887bd36c4bed003d6bcb7f1885364ef5a606ec010_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:9a42214d500a600785bb9a7bdd5b9580a5f8cfbf16980eb48bde3ae4ce855f3c_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:e87b8be96be2c5042af949785dd0c543e28d9432914a9543b08fd38d4a1e11ff_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:2eb40b0c565a4d150229ab504adfb2e0a2b4a5b25ff8ccb690e6d2dcae3bf424_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:36a0a82ab0c1e9d67d31aa8afe81bc1485541e3aefa221dbbc2a6822edfe8515_arm64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:8a8f7e1126adc73d210cdf8454c64356e2229e3aefc5bb4ba5a8bc7755a5d469_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:ef3d403c990fa7f2af167a123af043970cadc00b78b454b93dd9a4bca2699d2b_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:0ee210a535f1f11de40e1a0ee55a10855ce13c09dab9791ee4d35c59949ca934_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:3dc59c38e0cde2c9974d3fa5a7ce1c9f98589a5aeb486fdc8a8e7717656522fe_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:44c6bb264bbbd0ad67978dd2b4e01c530e653baf14b15f8a1eddff675fa760bd_amd64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:631643362d4345fdefb3fb34416ca09626b634c92fde970e1494a95fe5bdfc87_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:21c8ba4e41692cc24ce0127b4198413183451eff19a461941e9efb6bd140bfb4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:24d9bcb0da6e061f9de31768e94b660f955323e130f7eb0fc9e8746c1709d3f8_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:8ef36128140b9a90403fb672178d07be7fd16ddf9809ec628a693e0e2dd6d4a9_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:078bd92b92c28c3899986f4c6755950f3de044ca6b7214353cc0e84d2a67d570_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:0b08f6aba84c9f64b3253f5f23efaa0bba47be37f2582378509849b73db165e4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:64ca1e84e10bbc7522da216e4965658e06c540fce8c18f2976dab5c3236ea256_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0976ab8ba60319bf9ef20503de0fa249055e18a82ab36113affe7ad177b3f187_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:1d7f610fea74bb30b0276aa40556d9c03762c10f3bb71618afb5e6f5af718688_amd64",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:cf81ea45b333424981129e464f1374739a4f309efdcb26b9f7df2df4d346c1a9_ppc64le",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:dd9ca8286f54ba8e4151414afc65cbc4d619430676ab2735afc2a1e086b17921_arm64",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:1d89cd1a73d1bbd66988ce2224de39b799ecfa1cfe96d0ec2619ccc059c11d20_ppc64le",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:efdcf383abcb962ea0fdb92a9fa31f60a150a2c48174303881b550e5d9dec6f7_s390x",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:f500d5f16ea39d262ad4c52a9be03953e6e7ffa0f4349860976c41a70d8bb0e5_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:491a5b629d9777815ee6d28356cf82a7fd7939f2a39e65ae833440af1831b1db_s390x",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:80f47a30616834100466219c9e4d8c67fcef9554b2075c2bf81905c86b03d46b_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:cd38debd1e2088a81a31ac95eda219ad9d58d255ac0ed157a804837b00a87ac0_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:096d6e38c34c0c89e2b2e49d6c8b61acf9f88033d3b2814eefa62abee30d4993_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:4d03e157d3ed69eef8a8ee8a6c8f9e0746c16baa6ccff7c5c8a7457e9a8b9a56_s390x",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:d556581772224fe60606ece392a210f1a3b3de01a26959197c594634694d6ebb_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:0ef121586e961be58480d76ba988719daaa82e606a8cc3649a0d01ef75227bc0_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:3452dc4a07cb296d2102f3fbc34865496dcd418f602dc117cb327893f6464e71_ppc64le",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:61fb5b6ebf9ee44b9271eb3526cb3175c9a135f86223e165c05b73a390f617ea_arm64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:c6b46eca6dfec3a8fb48b61393707e11e8cc573aad7eb6ff95c4661092e913f0_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:79ad5ac0ee525277a8a1bd550428a5e0a04da73aa1d9df23d085ec888d12d45b_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:911c38bf283079dd024087bda48a37ddf0ec981da4589596565706e5dfcd6dad_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:c1f4872828308bf7f0477697fb74a0ab7c3f595e2c33e29ee873232efca1960d_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:0df69e6e3d2add83c5a74faff76837a49333184b1d170acee968d4c064933bcf_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:5c3c4bbf1bf820995a13588d02a8cf692e1343da25def005dab981078b14d970_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:e1a7fd2bf349908c710237a1f832a4e161e049d09691d36c453bc8ddb0e0eebe_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-28176"
},
{
"category": "external",
"summary": "RHBZ#2268820",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268820"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-28176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28176"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-28176",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-28176"
},
{
"category": "external",
"summary": "https://github.com/panva/jose/security/advisories/GHSA-hhhv-q57g-882q",
"url": "https://github.com/panva/jose/security/advisories/GHSA-hhhv-q57g-882q"
}
],
"release_date": "2024-03-09T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-07-17T13:09:39+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:5fbef84c4a88ad4ea88a1b2232cc0d6630fa47c8e3ae874a485c971c6d5951b9_ppc64le",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:ac0c3a8d86539bc4668e1a6de82e1f8439a1fbbb17a3b4102cabf078f021b41f_amd64",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:c94f20ad65f5411c7cabafd574e52f2fcb52d2f917003ae71adc736028f962bf_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:4591"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:5fbef84c4a88ad4ea88a1b2232cc0d6630fa47c8e3ae874a485c971c6d5951b9_ppc64le",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:ac0c3a8d86539bc4668e1a6de82e1f8439a1fbbb17a3b4102cabf078f021b41f_amd64",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:c94f20ad65f5411c7cabafd574e52f2fcb52d2f917003ae71adc736028f962bf_s390x",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:088b9e19fc16a4fbb655b81ab1fbe78aa82ebce2ad5ad0df67fc8b361b4fe170_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:2c29d14c5d64f810cc68fdb894700819f5122a354d5cbb473cf73f517f5315e9_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:5c2628c9c3de8ff9eaf6c727eaa2b4382741f21afeb4154329714b404fb4e1df_arm64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:f4a85d993ae326570a5e4dd8bdf9e5cec586c2f8b55a962940457f39787d6af8_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:061fc659ec847d38201a7b049b813df1fddac1e97d2caddaaac3d91d5e05fd46_amd64",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:3cc0e4ec3f46d066bfc5546a2efdab3a44aa38f2d6dc961509bee8f7f9cb5ddb_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:7c00300daa75158d7a406317be71f2a8932a613b769144ae92a5ae225f4feb1e_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:193a773d4f1ed8ec6097579507dddd3863301ec546e325e38b5290235f06c802_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:968deb95e9fde6ba12565e3ef601bfc60551ac6ac7c122b2bdacea09b6574266_arm64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:d608a1d128733b31b552d8410c1d95cb740646cea32b79ee401d2de178e08ca9_amd64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:f717a955a7ca2c3b1eac84e4b192ab38dcf1e98f6baea0ef592071c60f389bd1_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:46486b7e3b087bfec9c7b0dd4547af1190cee2be55dee7400ec90e6dc4b434f4_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a20b4235cee3193794be549c645164c2811a044498a777591437ff440264a7da_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a552dbccf217e8deaec318bcaf9b40877d3be1e88d091ae1684959f48367e0f2_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:8f650cf5915d5b7a15931e4a11d7c6be43d16068132f4cb4ef3e0c3e3cfbc17c_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:978017d3524aded83f4c63710e0b10dc2a453a22b5bc9ef801c7e70ac13aee40_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:9c3b15da5ddf22af93ae1617329ef41fddb4e6c00bbf9ea12567c4fc2c14cfdf_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:41c7883aafc2938852f5920ac2a178e1b0f39e0acdb817678696adec90fa2686_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:95a047d3be90468e15a9f246f8e0fbfd159f18f7a9841d07c75e6c3f30c7c80a_arm64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:d383069c5e89e051a15e95e61e9bd5197edf4f91fde60df8b8ed7d4e8269452e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:f2ab9f9eb9e502f0d78b32159dfc5aeae77ec9698ed3a2aeecd184407388f1e3_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:38d7fe0b8fa164df79d08fe2d20af60d7530e2691e7d4f183d71f138a00a128e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:a8f0e209e62e02a20648f982360e5b5ec7e62c294b4f7eb7df53ccd0bb750008_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:cd6bbc33a59480c1c504a88f86ca4bb51de037db3c993581d18ee7e887c96dcc_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:2bd43ed14d916a13f2d631f8dc350313c47619033134463399d76e77688f4c2e_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:92c7cf4ce69644ffa955c78b1e18aab5f9c3a843f889703a326ea9e6697455af_s390x",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:e1abb6a3be342350f7b3f641f9e036e2bd998e5fd6bd215730f3d39526e1d16f_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a714121fa385acb6fe75bb74f402be8cf6da85372fd4a34abfbb9b546782e9c0_amd64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a9cdb157400f7826b8c5075591d26dd9e25628e94189de3b90c8e9389e3181ed_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:ab289e798f909cf238f410984b7388db2f0a20794a3d55a06031fd9771efeaf7_arm64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:f5e5b787848d5838aaaeb58e3b8836ff67b4fcf9a2d3c9d19f27e06818fdf295_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:4b79f14a1d5130673921c4d711c0b919377307dd6d76d14386f9f83a5e1b4ecd_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:60ca8f2d341b1f1a09710a37c40f4c803c6b1b2d09fc1a7f53f9a979ad6643d6_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:92bd51fa0a6ee62be70dda32f5d922e70f4aea630b70bc7b5b74d0bf3c1d3a66_amd64",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:f518a439b56354f01a647d3c0550c909b42a879607982ce50bbbc0b6403a58f9_arm64",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5700bc3e6aadfa1890bb81bcc70f0ef026b5bd0d38f1e4bd35d04d5ceee7808d_ppc64le",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5972ba4c75e54f1670ec5ffb0a5a749a6992967ea0dd6e5d442019fa64dc1515_s390x",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:67108dd96a553925f2759cc5359447315aff09e7628a8228e71b04a8dee25f63_amd64",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:43334d92af32e97a11691d0fa7069746d59d6f73a0a2c0b97bbbfdc7937f117a_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8512465ad8828593d0f4b6d4208a6c60a0f297f70ef26a0c4c874f6ddf4798d2_s390x",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8b0583cf72b39299e6769f9c9fdc4321b7e384405aec8d1519d4ea5ac060fd05_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:ab568f027f842174927e1ccc7ca00448068e9241f40f53034d9ba74aaf062aa1_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:c4b5c7247825d7265f83ae5fb5e8a0f62fbb69cdbaf535d0d83320b817d7ef48_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:cf07146641dab9fe090c2b44d8f533375a5d04b8fcdedb42f75f10916b5b6ba6_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:3a4ec2b8d194134fc4a3cb9077306ba71eaef4e4544177f590c73ae7e40d490b_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:87e2d4e45b3d308e6937791d906c277df67c45321c7b760cca528f36e68d263d_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:8a090360648affdb24c12d7c2efaffc07bc21deb8b29f4ad3c12cf0a5ee6e19b_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:aff1de5e9ad24bbfacda0bf34bb6b28d27c3f9ce646ed53e93b4c87eb0bda93c_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:162f35a85baabd9055c53717463c908247769a9bf617a4b457adf398d2e972be_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:272f038ebe7fd778c6c24dcc27524f3aa807465576177681b8b80a6adb32be99_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:41064d2db3c4c1e651f2df89d6cd4a19027c6930edc6ab66b5535a2cd7f39f49_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:859301df4f104e3d36efc2446929c86805e586c3c5ac07548d0277442d5df6ca_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:2ca34569661d388d50cc0e9f5949ea7a404ceb266981855b3251c329dab88e11_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:d77cb43b5019248b790134edc980d7fb260c4dcb884f8e54d27c33b876a5f897_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:f9f73b9781288b1a52b06edb752efc9475a315e1dd9a445e28cc47d571762cfc_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:1ab09e10bfe23ed2e08513d887bd36c4bed003d6bcb7f1885364ef5a606ec010_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:9a42214d500a600785bb9a7bdd5b9580a5f8cfbf16980eb48bde3ae4ce855f3c_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:e87b8be96be2c5042af949785dd0c543e28d9432914a9543b08fd38d4a1e11ff_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:2eb40b0c565a4d150229ab504adfb2e0a2b4a5b25ff8ccb690e6d2dcae3bf424_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:36a0a82ab0c1e9d67d31aa8afe81bc1485541e3aefa221dbbc2a6822edfe8515_arm64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:8a8f7e1126adc73d210cdf8454c64356e2229e3aefc5bb4ba5a8bc7755a5d469_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:ef3d403c990fa7f2af167a123af043970cadc00b78b454b93dd9a4bca2699d2b_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:0ee210a535f1f11de40e1a0ee55a10855ce13c09dab9791ee4d35c59949ca934_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:3dc59c38e0cde2c9974d3fa5a7ce1c9f98589a5aeb486fdc8a8e7717656522fe_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:44c6bb264bbbd0ad67978dd2b4e01c530e653baf14b15f8a1eddff675fa760bd_amd64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:631643362d4345fdefb3fb34416ca09626b634c92fde970e1494a95fe5bdfc87_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:21c8ba4e41692cc24ce0127b4198413183451eff19a461941e9efb6bd140bfb4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:24d9bcb0da6e061f9de31768e94b660f955323e130f7eb0fc9e8746c1709d3f8_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:8ef36128140b9a90403fb672178d07be7fd16ddf9809ec628a693e0e2dd6d4a9_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:078bd92b92c28c3899986f4c6755950f3de044ca6b7214353cc0e84d2a67d570_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:0b08f6aba84c9f64b3253f5f23efaa0bba47be37f2582378509849b73db165e4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:64ca1e84e10bbc7522da216e4965658e06c540fce8c18f2976dab5c3236ea256_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0976ab8ba60319bf9ef20503de0fa249055e18a82ab36113affe7ad177b3f187_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:1d7f610fea74bb30b0276aa40556d9c03762c10f3bb71618afb5e6f5af718688_amd64",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:cf81ea45b333424981129e464f1374739a4f309efdcb26b9f7df2df4d346c1a9_ppc64le",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:dd9ca8286f54ba8e4151414afc65cbc4d619430676ab2735afc2a1e086b17921_arm64",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:1d89cd1a73d1bbd66988ce2224de39b799ecfa1cfe96d0ec2619ccc059c11d20_ppc64le",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:efdcf383abcb962ea0fdb92a9fa31f60a150a2c48174303881b550e5d9dec6f7_s390x",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:f500d5f16ea39d262ad4c52a9be03953e6e7ffa0f4349860976c41a70d8bb0e5_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:491a5b629d9777815ee6d28356cf82a7fd7939f2a39e65ae833440af1831b1db_s390x",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:80f47a30616834100466219c9e4d8c67fcef9554b2075c2bf81905c86b03d46b_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:cd38debd1e2088a81a31ac95eda219ad9d58d255ac0ed157a804837b00a87ac0_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:096d6e38c34c0c89e2b2e49d6c8b61acf9f88033d3b2814eefa62abee30d4993_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:4d03e157d3ed69eef8a8ee8a6c8f9e0746c16baa6ccff7c5c8a7457e9a8b9a56_s390x",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:d556581772224fe60606ece392a210f1a3b3de01a26959197c594634694d6ebb_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:0ef121586e961be58480d76ba988719daaa82e606a8cc3649a0d01ef75227bc0_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:3452dc4a07cb296d2102f3fbc34865496dcd418f602dc117cb327893f6464e71_ppc64le",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:61fb5b6ebf9ee44b9271eb3526cb3175c9a135f86223e165c05b73a390f617ea_arm64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:c6b46eca6dfec3a8fb48b61393707e11e8cc573aad7eb6ff95c4661092e913f0_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:79ad5ac0ee525277a8a1bd550428a5e0a04da73aa1d9df23d085ec888d12d45b_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:911c38bf283079dd024087bda48a37ddf0ec981da4589596565706e5dfcd6dad_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:c1f4872828308bf7f0477697fb74a0ab7c3f595e2c33e29ee873232efca1960d_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:0df69e6e3d2add83c5a74faff76837a49333184b1d170acee968d4c064933bcf_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:5c3c4bbf1bf820995a13588d02a8cf692e1343da25def005dab981078b14d970_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:e1a7fd2bf349908c710237a1f832a4e161e049d09691d36c453bc8ddb0e0eebe_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:5fbef84c4a88ad4ea88a1b2232cc0d6630fa47c8e3ae874a485c971c6d5951b9_ppc64le",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:ac0c3a8d86539bc4668e1a6de82e1f8439a1fbbb17a3b4102cabf078f021b41f_amd64",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:c94f20ad65f5411c7cabafd574e52f2fcb52d2f917003ae71adc736028f962bf_s390x",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:088b9e19fc16a4fbb655b81ab1fbe78aa82ebce2ad5ad0df67fc8b361b4fe170_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:2c29d14c5d64f810cc68fdb894700819f5122a354d5cbb473cf73f517f5315e9_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:5c2628c9c3de8ff9eaf6c727eaa2b4382741f21afeb4154329714b404fb4e1df_arm64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:f4a85d993ae326570a5e4dd8bdf9e5cec586c2f8b55a962940457f39787d6af8_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:061fc659ec847d38201a7b049b813df1fddac1e97d2caddaaac3d91d5e05fd46_amd64",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:3cc0e4ec3f46d066bfc5546a2efdab3a44aa38f2d6dc961509bee8f7f9cb5ddb_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:7c00300daa75158d7a406317be71f2a8932a613b769144ae92a5ae225f4feb1e_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:193a773d4f1ed8ec6097579507dddd3863301ec546e325e38b5290235f06c802_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:968deb95e9fde6ba12565e3ef601bfc60551ac6ac7c122b2bdacea09b6574266_arm64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:d608a1d128733b31b552d8410c1d95cb740646cea32b79ee401d2de178e08ca9_amd64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:f717a955a7ca2c3b1eac84e4b192ab38dcf1e98f6baea0ef592071c60f389bd1_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:46486b7e3b087bfec9c7b0dd4547af1190cee2be55dee7400ec90e6dc4b434f4_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a20b4235cee3193794be549c645164c2811a044498a777591437ff440264a7da_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a552dbccf217e8deaec318bcaf9b40877d3be1e88d091ae1684959f48367e0f2_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:8f650cf5915d5b7a15931e4a11d7c6be43d16068132f4cb4ef3e0c3e3cfbc17c_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:978017d3524aded83f4c63710e0b10dc2a453a22b5bc9ef801c7e70ac13aee40_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:9c3b15da5ddf22af93ae1617329ef41fddb4e6c00bbf9ea12567c4fc2c14cfdf_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:41c7883aafc2938852f5920ac2a178e1b0f39e0acdb817678696adec90fa2686_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:95a047d3be90468e15a9f246f8e0fbfd159f18f7a9841d07c75e6c3f30c7c80a_arm64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:d383069c5e89e051a15e95e61e9bd5197edf4f91fde60df8b8ed7d4e8269452e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:f2ab9f9eb9e502f0d78b32159dfc5aeae77ec9698ed3a2aeecd184407388f1e3_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:38d7fe0b8fa164df79d08fe2d20af60d7530e2691e7d4f183d71f138a00a128e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:a8f0e209e62e02a20648f982360e5b5ec7e62c294b4f7eb7df53ccd0bb750008_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:cd6bbc33a59480c1c504a88f86ca4bb51de037db3c993581d18ee7e887c96dcc_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:2bd43ed14d916a13f2d631f8dc350313c47619033134463399d76e77688f4c2e_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:92c7cf4ce69644ffa955c78b1e18aab5f9c3a843f889703a326ea9e6697455af_s390x",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:e1abb6a3be342350f7b3f641f9e036e2bd998e5fd6bd215730f3d39526e1d16f_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a714121fa385acb6fe75bb74f402be8cf6da85372fd4a34abfbb9b546782e9c0_amd64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a9cdb157400f7826b8c5075591d26dd9e25628e94189de3b90c8e9389e3181ed_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:ab289e798f909cf238f410984b7388db2f0a20794a3d55a06031fd9771efeaf7_arm64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:f5e5b787848d5838aaaeb58e3b8836ff67b4fcf9a2d3c9d19f27e06818fdf295_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:4b79f14a1d5130673921c4d711c0b919377307dd6d76d14386f9f83a5e1b4ecd_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:60ca8f2d341b1f1a09710a37c40f4c803c6b1b2d09fc1a7f53f9a979ad6643d6_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:92bd51fa0a6ee62be70dda32f5d922e70f4aea630b70bc7b5b74d0bf3c1d3a66_amd64",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:f518a439b56354f01a647d3c0550c909b42a879607982ce50bbbc0b6403a58f9_arm64",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5700bc3e6aadfa1890bb81bcc70f0ef026b5bd0d38f1e4bd35d04d5ceee7808d_ppc64le",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5972ba4c75e54f1670ec5ffb0a5a749a6992967ea0dd6e5d442019fa64dc1515_s390x",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:67108dd96a553925f2759cc5359447315aff09e7628a8228e71b04a8dee25f63_amd64",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:43334d92af32e97a11691d0fa7069746d59d6f73a0a2c0b97bbbfdc7937f117a_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8512465ad8828593d0f4b6d4208a6c60a0f297f70ef26a0c4c874f6ddf4798d2_s390x",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8b0583cf72b39299e6769f9c9fdc4321b7e384405aec8d1519d4ea5ac060fd05_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:ab568f027f842174927e1ccc7ca00448068e9241f40f53034d9ba74aaf062aa1_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:c4b5c7247825d7265f83ae5fb5e8a0f62fbb69cdbaf535d0d83320b817d7ef48_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:cf07146641dab9fe090c2b44d8f533375a5d04b8fcdedb42f75f10916b5b6ba6_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:3a4ec2b8d194134fc4a3cb9077306ba71eaef4e4544177f590c73ae7e40d490b_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:87e2d4e45b3d308e6937791d906c277df67c45321c7b760cca528f36e68d263d_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:8a090360648affdb24c12d7c2efaffc07bc21deb8b29f4ad3c12cf0a5ee6e19b_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:aff1de5e9ad24bbfacda0bf34bb6b28d27c3f9ce646ed53e93b4c87eb0bda93c_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:162f35a85baabd9055c53717463c908247769a9bf617a4b457adf398d2e972be_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:272f038ebe7fd778c6c24dcc27524f3aa807465576177681b8b80a6adb32be99_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:41064d2db3c4c1e651f2df89d6cd4a19027c6930edc6ab66b5535a2cd7f39f49_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:859301df4f104e3d36efc2446929c86805e586c3c5ac07548d0277442d5df6ca_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:2ca34569661d388d50cc0e9f5949ea7a404ceb266981855b3251c329dab88e11_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:d77cb43b5019248b790134edc980d7fb260c4dcb884f8e54d27c33b876a5f897_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:f9f73b9781288b1a52b06edb752efc9475a315e1dd9a445e28cc47d571762cfc_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:1ab09e10bfe23ed2e08513d887bd36c4bed003d6bcb7f1885364ef5a606ec010_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:9a42214d500a600785bb9a7bdd5b9580a5f8cfbf16980eb48bde3ae4ce855f3c_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:e87b8be96be2c5042af949785dd0c543e28d9432914a9543b08fd38d4a1e11ff_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:2eb40b0c565a4d150229ab504adfb2e0a2b4a5b25ff8ccb690e6d2dcae3bf424_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:36a0a82ab0c1e9d67d31aa8afe81bc1485541e3aefa221dbbc2a6822edfe8515_arm64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:8a8f7e1126adc73d210cdf8454c64356e2229e3aefc5bb4ba5a8bc7755a5d469_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:ef3d403c990fa7f2af167a123af043970cadc00b78b454b93dd9a4bca2699d2b_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:0ee210a535f1f11de40e1a0ee55a10855ce13c09dab9791ee4d35c59949ca934_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:3dc59c38e0cde2c9974d3fa5a7ce1c9f98589a5aeb486fdc8a8e7717656522fe_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:44c6bb264bbbd0ad67978dd2b4e01c530e653baf14b15f8a1eddff675fa760bd_amd64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:631643362d4345fdefb3fb34416ca09626b634c92fde970e1494a95fe5bdfc87_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:21c8ba4e41692cc24ce0127b4198413183451eff19a461941e9efb6bd140bfb4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:24d9bcb0da6e061f9de31768e94b660f955323e130f7eb0fc9e8746c1709d3f8_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:8ef36128140b9a90403fb672178d07be7fd16ddf9809ec628a693e0e2dd6d4a9_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:078bd92b92c28c3899986f4c6755950f3de044ca6b7214353cc0e84d2a67d570_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:0b08f6aba84c9f64b3253f5f23efaa0bba47be37f2582378509849b73db165e4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:64ca1e84e10bbc7522da216e4965658e06c540fce8c18f2976dab5c3236ea256_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0976ab8ba60319bf9ef20503de0fa249055e18a82ab36113affe7ad177b3f187_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:1d7f610fea74bb30b0276aa40556d9c03762c10f3bb71618afb5e6f5af718688_amd64",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:cf81ea45b333424981129e464f1374739a4f309efdcb26b9f7df2df4d346c1a9_ppc64le",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:dd9ca8286f54ba8e4151414afc65cbc4d619430676ab2735afc2a1e086b17921_arm64",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:1d89cd1a73d1bbd66988ce2224de39b799ecfa1cfe96d0ec2619ccc059c11d20_ppc64le",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:efdcf383abcb962ea0fdb92a9fa31f60a150a2c48174303881b550e5d9dec6f7_s390x",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:f500d5f16ea39d262ad4c52a9be03953e6e7ffa0f4349860976c41a70d8bb0e5_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:491a5b629d9777815ee6d28356cf82a7fd7939f2a39e65ae833440af1831b1db_s390x",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:80f47a30616834100466219c9e4d8c67fcef9554b2075c2bf81905c86b03d46b_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:cd38debd1e2088a81a31ac95eda219ad9d58d255ac0ed157a804837b00a87ac0_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:096d6e38c34c0c89e2b2e49d6c8b61acf9f88033d3b2814eefa62abee30d4993_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:4d03e157d3ed69eef8a8ee8a6c8f9e0746c16baa6ccff7c5c8a7457e9a8b9a56_s390x",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:d556581772224fe60606ece392a210f1a3b3de01a26959197c594634694d6ebb_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:0ef121586e961be58480d76ba988719daaa82e606a8cc3649a0d01ef75227bc0_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:3452dc4a07cb296d2102f3fbc34865496dcd418f602dc117cb327893f6464e71_ppc64le",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:61fb5b6ebf9ee44b9271eb3526cb3175c9a135f86223e165c05b73a390f617ea_arm64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:c6b46eca6dfec3a8fb48b61393707e11e8cc573aad7eb6ff95c4661092e913f0_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:79ad5ac0ee525277a8a1bd550428a5e0a04da73aa1d9df23d085ec888d12d45b_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:911c38bf283079dd024087bda48a37ddf0ec981da4589596565706e5dfcd6dad_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:c1f4872828308bf7f0477697fb74a0ab7c3f595e2c33e29ee873232efca1960d_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:0df69e6e3d2add83c5a74faff76837a49333184b1d170acee968d4c064933bcf_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:5c3c4bbf1bf820995a13588d02a8cf692e1343da25def005dab981078b14d970_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:e1a7fd2bf349908c710237a1f832a4e161e049d09691d36c453bc8ddb0e0eebe_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "jose: resource exhaustion"
},
{
"cve": "CVE-2024-28180",
"cwe": {
"id": "CWE-409",
"name": "Improper Handling of Highly Compressed Data (Data Amplification)"
},
"discovery_date": "2024-03-10T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:5fbef84c4a88ad4ea88a1b2232cc0d6630fa47c8e3ae874a485c971c6d5951b9_ppc64le",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:ac0c3a8d86539bc4668e1a6de82e1f8439a1fbbb17a3b4102cabf078f021b41f_amd64",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:c94f20ad65f5411c7cabafd574e52f2fcb52d2f917003ae71adc736028f962bf_s390x",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:088b9e19fc16a4fbb655b81ab1fbe78aa82ebce2ad5ad0df67fc8b361b4fe170_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:2c29d14c5d64f810cc68fdb894700819f5122a354d5cbb473cf73f517f5315e9_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:5c2628c9c3de8ff9eaf6c727eaa2b4382741f21afeb4154329714b404fb4e1df_arm64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:f4a85d993ae326570a5e4dd8bdf9e5cec586c2f8b55a962940457f39787d6af8_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:061fc659ec847d38201a7b049b813df1fddac1e97d2caddaaac3d91d5e05fd46_amd64",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:3cc0e4ec3f46d066bfc5546a2efdab3a44aa38f2d6dc961509bee8f7f9cb5ddb_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:7c00300daa75158d7a406317be71f2a8932a613b769144ae92a5ae225f4feb1e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:46486b7e3b087bfec9c7b0dd4547af1190cee2be55dee7400ec90e6dc4b434f4_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a20b4235cee3193794be549c645164c2811a044498a777591437ff440264a7da_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a552dbccf217e8deaec318bcaf9b40877d3be1e88d091ae1684959f48367e0f2_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:8f650cf5915d5b7a15931e4a11d7c6be43d16068132f4cb4ef3e0c3e3cfbc17c_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:978017d3524aded83f4c63710e0b10dc2a453a22b5bc9ef801c7e70ac13aee40_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:9c3b15da5ddf22af93ae1617329ef41fddb4e6c00bbf9ea12567c4fc2c14cfdf_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:41c7883aafc2938852f5920ac2a178e1b0f39e0acdb817678696adec90fa2686_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:95a047d3be90468e15a9f246f8e0fbfd159f18f7a9841d07c75e6c3f30c7c80a_arm64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:d383069c5e89e051a15e95e61e9bd5197edf4f91fde60df8b8ed7d4e8269452e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:f2ab9f9eb9e502f0d78b32159dfc5aeae77ec9698ed3a2aeecd184407388f1e3_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:38d7fe0b8fa164df79d08fe2d20af60d7530e2691e7d4f183d71f138a00a128e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:a8f0e209e62e02a20648f982360e5b5ec7e62c294b4f7eb7df53ccd0bb750008_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:cd6bbc33a59480c1c504a88f86ca4bb51de037db3c993581d18ee7e887c96dcc_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:2bd43ed14d916a13f2d631f8dc350313c47619033134463399d76e77688f4c2e_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:92c7cf4ce69644ffa955c78b1e18aab5f9c3a843f889703a326ea9e6697455af_s390x",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:e1abb6a3be342350f7b3f641f9e036e2bd998e5fd6bd215730f3d39526e1d16f_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a714121fa385acb6fe75bb74f402be8cf6da85372fd4a34abfbb9b546782e9c0_amd64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a9cdb157400f7826b8c5075591d26dd9e25628e94189de3b90c8e9389e3181ed_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:ab289e798f909cf238f410984b7388db2f0a20794a3d55a06031fd9771efeaf7_arm64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:f5e5b787848d5838aaaeb58e3b8836ff67b4fcf9a2d3c9d19f27e06818fdf295_s390x",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5700bc3e6aadfa1890bb81bcc70f0ef026b5bd0d38f1e4bd35d04d5ceee7808d_ppc64le",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5972ba4c75e54f1670ec5ffb0a5a749a6992967ea0dd6e5d442019fa64dc1515_s390x",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:67108dd96a553925f2759cc5359447315aff09e7628a8228e71b04a8dee25f63_amd64",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:43334d92af32e97a11691d0fa7069746d59d6f73a0a2c0b97bbbfdc7937f117a_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8512465ad8828593d0f4b6d4208a6c60a0f297f70ef26a0c4c874f6ddf4798d2_s390x",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8b0583cf72b39299e6769f9c9fdc4321b7e384405aec8d1519d4ea5ac060fd05_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:ab568f027f842174927e1ccc7ca00448068e9241f40f53034d9ba74aaf062aa1_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:c4b5c7247825d7265f83ae5fb5e8a0f62fbb69cdbaf535d0d83320b817d7ef48_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:cf07146641dab9fe090c2b44d8f533375a5d04b8fcdedb42f75f10916b5b6ba6_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:3a4ec2b8d194134fc4a3cb9077306ba71eaef4e4544177f590c73ae7e40d490b_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:87e2d4e45b3d308e6937791d906c277df67c45321c7b760cca528f36e68d263d_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:8a090360648affdb24c12d7c2efaffc07bc21deb8b29f4ad3c12cf0a5ee6e19b_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:aff1de5e9ad24bbfacda0bf34bb6b28d27c3f9ce646ed53e93b4c87eb0bda93c_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:162f35a85baabd9055c53717463c908247769a9bf617a4b457adf398d2e972be_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:272f038ebe7fd778c6c24dcc27524f3aa807465576177681b8b80a6adb32be99_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:41064d2db3c4c1e651f2df89d6cd4a19027c6930edc6ab66b5535a2cd7f39f49_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:859301df4f104e3d36efc2446929c86805e586c3c5ac07548d0277442d5df6ca_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:2ca34569661d388d50cc0e9f5949ea7a404ceb266981855b3251c329dab88e11_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:d77cb43b5019248b790134edc980d7fb260c4dcb884f8e54d27c33b876a5f897_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:f9f73b9781288b1a52b06edb752efc9475a315e1dd9a445e28cc47d571762cfc_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:1ab09e10bfe23ed2e08513d887bd36c4bed003d6bcb7f1885364ef5a606ec010_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:9a42214d500a600785bb9a7bdd5b9580a5f8cfbf16980eb48bde3ae4ce855f3c_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:e87b8be96be2c5042af949785dd0c543e28d9432914a9543b08fd38d4a1e11ff_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:0ee210a535f1f11de40e1a0ee55a10855ce13c09dab9791ee4d35c59949ca934_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:3dc59c38e0cde2c9974d3fa5a7ce1c9f98589a5aeb486fdc8a8e7717656522fe_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:44c6bb264bbbd0ad67978dd2b4e01c530e653baf14b15f8a1eddff675fa760bd_amd64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:631643362d4345fdefb3fb34416ca09626b634c92fde970e1494a95fe5bdfc87_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:21c8ba4e41692cc24ce0127b4198413183451eff19a461941e9efb6bd140bfb4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:24d9bcb0da6e061f9de31768e94b660f955323e130f7eb0fc9e8746c1709d3f8_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:8ef36128140b9a90403fb672178d07be7fd16ddf9809ec628a693e0e2dd6d4a9_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:078bd92b92c28c3899986f4c6755950f3de044ca6b7214353cc0e84d2a67d570_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:0b08f6aba84c9f64b3253f5f23efaa0bba47be37f2582378509849b73db165e4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:64ca1e84e10bbc7522da216e4965658e06c540fce8c18f2976dab5c3236ea256_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0976ab8ba60319bf9ef20503de0fa249055e18a82ab36113affe7ad177b3f187_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:1d7f610fea74bb30b0276aa40556d9c03762c10f3bb71618afb5e6f5af718688_amd64",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:cf81ea45b333424981129e464f1374739a4f309efdcb26b9f7df2df4d346c1a9_ppc64le",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:dd9ca8286f54ba8e4151414afc65cbc4d619430676ab2735afc2a1e086b17921_arm64",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:1d89cd1a73d1bbd66988ce2224de39b799ecfa1cfe96d0ec2619ccc059c11d20_ppc64le",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:efdcf383abcb962ea0fdb92a9fa31f60a150a2c48174303881b550e5d9dec6f7_s390x",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:f500d5f16ea39d262ad4c52a9be03953e6e7ffa0f4349860976c41a70d8bb0e5_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:491a5b629d9777815ee6d28356cf82a7fd7939f2a39e65ae833440af1831b1db_s390x",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:80f47a30616834100466219c9e4d8c67fcef9554b2075c2bf81905c86b03d46b_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:cd38debd1e2088a81a31ac95eda219ad9d58d255ac0ed157a804837b00a87ac0_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:096d6e38c34c0c89e2b2e49d6c8b61acf9f88033d3b2814eefa62abee30d4993_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:4d03e157d3ed69eef8a8ee8a6c8f9e0746c16baa6ccff7c5c8a7457e9a8b9a56_s390x",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:d556581772224fe60606ece392a210f1a3b3de01a26959197c594634694d6ebb_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:0ef121586e961be58480d76ba988719daaa82e606a8cc3649a0d01ef75227bc0_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:3452dc4a07cb296d2102f3fbc34865496dcd418f602dc117cb327893f6464e71_ppc64le",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:61fb5b6ebf9ee44b9271eb3526cb3175c9a135f86223e165c05b73a390f617ea_arm64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:c6b46eca6dfec3a8fb48b61393707e11e8cc573aad7eb6ff95c4661092e913f0_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:79ad5ac0ee525277a8a1bd550428a5e0a04da73aa1d9df23d085ec888d12d45b_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:911c38bf283079dd024087bda48a37ddf0ec981da4589596565706e5dfcd6dad_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:c1f4872828308bf7f0477697fb74a0ab7c3f595e2c33e29ee873232efca1960d_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268854"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in Jose due to improper handling of highly compressed data. This issue could allow an attacker to send a JWE containing compressed data that uses large amounts of memory and CPU when decompressed by Decrypt or DecryptMulti.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jose-go: improper handling of highly compressed data",
"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.16:odf4/mcg-rhel9-operator@sha256:193a773d4f1ed8ec6097579507dddd3863301ec546e325e38b5290235f06c802_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:968deb95e9fde6ba12565e3ef601bfc60551ac6ac7c122b2bdacea09b6574266_arm64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:d608a1d128733b31b552d8410c1d95cb740646cea32b79ee401d2de178e08ca9_amd64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:f717a955a7ca2c3b1eac84e4b192ab38dcf1e98f6baea0ef592071c60f389bd1_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:4b79f14a1d5130673921c4d711c0b919377307dd6d76d14386f9f83a5e1b4ecd_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:60ca8f2d341b1f1a09710a37c40f4c803c6b1b2d09fc1a7f53f9a979ad6643d6_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:92bd51fa0a6ee62be70dda32f5d922e70f4aea630b70bc7b5b74d0bf3c1d3a66_amd64",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:f518a439b56354f01a647d3c0550c909b42a879607982ce50bbbc0b6403a58f9_arm64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:2eb40b0c565a4d150229ab504adfb2e0a2b4a5b25ff8ccb690e6d2dcae3bf424_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:36a0a82ab0c1e9d67d31aa8afe81bc1485541e3aefa221dbbc2a6822edfe8515_arm64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:8a8f7e1126adc73d210cdf8454c64356e2229e3aefc5bb4ba5a8bc7755a5d469_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:ef3d403c990fa7f2af167a123af043970cadc00b78b454b93dd9a4bca2699d2b_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:0df69e6e3d2add83c5a74faff76837a49333184b1d170acee968d4c064933bcf_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:5c3c4bbf1bf820995a13588d02a8cf692e1343da25def005dab981078b14d970_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:e1a7fd2bf349908c710237a1f832a4e161e049d09691d36c453bc8ddb0e0eebe_ppc64le"
],
"known_not_affected": [
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:5fbef84c4a88ad4ea88a1b2232cc0d6630fa47c8e3ae874a485c971c6d5951b9_ppc64le",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:ac0c3a8d86539bc4668e1a6de82e1f8439a1fbbb17a3b4102cabf078f021b41f_amd64",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:c94f20ad65f5411c7cabafd574e52f2fcb52d2f917003ae71adc736028f962bf_s390x",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:088b9e19fc16a4fbb655b81ab1fbe78aa82ebce2ad5ad0df67fc8b361b4fe170_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:2c29d14c5d64f810cc68fdb894700819f5122a354d5cbb473cf73f517f5315e9_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:5c2628c9c3de8ff9eaf6c727eaa2b4382741f21afeb4154329714b404fb4e1df_arm64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:f4a85d993ae326570a5e4dd8bdf9e5cec586c2f8b55a962940457f39787d6af8_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:061fc659ec847d38201a7b049b813df1fddac1e97d2caddaaac3d91d5e05fd46_amd64",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:3cc0e4ec3f46d066bfc5546a2efdab3a44aa38f2d6dc961509bee8f7f9cb5ddb_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:7c00300daa75158d7a406317be71f2a8932a613b769144ae92a5ae225f4feb1e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:46486b7e3b087bfec9c7b0dd4547af1190cee2be55dee7400ec90e6dc4b434f4_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a20b4235cee3193794be549c645164c2811a044498a777591437ff440264a7da_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a552dbccf217e8deaec318bcaf9b40877d3be1e88d091ae1684959f48367e0f2_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:8f650cf5915d5b7a15931e4a11d7c6be43d16068132f4cb4ef3e0c3e3cfbc17c_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:978017d3524aded83f4c63710e0b10dc2a453a22b5bc9ef801c7e70ac13aee40_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:9c3b15da5ddf22af93ae1617329ef41fddb4e6c00bbf9ea12567c4fc2c14cfdf_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:41c7883aafc2938852f5920ac2a178e1b0f39e0acdb817678696adec90fa2686_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:95a047d3be90468e15a9f246f8e0fbfd159f18f7a9841d07c75e6c3f30c7c80a_arm64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:d383069c5e89e051a15e95e61e9bd5197edf4f91fde60df8b8ed7d4e8269452e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:f2ab9f9eb9e502f0d78b32159dfc5aeae77ec9698ed3a2aeecd184407388f1e3_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:38d7fe0b8fa164df79d08fe2d20af60d7530e2691e7d4f183d71f138a00a128e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:a8f0e209e62e02a20648f982360e5b5ec7e62c294b4f7eb7df53ccd0bb750008_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:cd6bbc33a59480c1c504a88f86ca4bb51de037db3c993581d18ee7e887c96dcc_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:2bd43ed14d916a13f2d631f8dc350313c47619033134463399d76e77688f4c2e_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:92c7cf4ce69644ffa955c78b1e18aab5f9c3a843f889703a326ea9e6697455af_s390x",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:e1abb6a3be342350f7b3f641f9e036e2bd998e5fd6bd215730f3d39526e1d16f_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a714121fa385acb6fe75bb74f402be8cf6da85372fd4a34abfbb9b546782e9c0_amd64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a9cdb157400f7826b8c5075591d26dd9e25628e94189de3b90c8e9389e3181ed_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:ab289e798f909cf238f410984b7388db2f0a20794a3d55a06031fd9771efeaf7_arm64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:f5e5b787848d5838aaaeb58e3b8836ff67b4fcf9a2d3c9d19f27e06818fdf295_s390x",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5700bc3e6aadfa1890bb81bcc70f0ef026b5bd0d38f1e4bd35d04d5ceee7808d_ppc64le",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5972ba4c75e54f1670ec5ffb0a5a749a6992967ea0dd6e5d442019fa64dc1515_s390x",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:67108dd96a553925f2759cc5359447315aff09e7628a8228e71b04a8dee25f63_amd64",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:43334d92af32e97a11691d0fa7069746d59d6f73a0a2c0b97bbbfdc7937f117a_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8512465ad8828593d0f4b6d4208a6c60a0f297f70ef26a0c4c874f6ddf4798d2_s390x",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8b0583cf72b39299e6769f9c9fdc4321b7e384405aec8d1519d4ea5ac060fd05_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:ab568f027f842174927e1ccc7ca00448068e9241f40f53034d9ba74aaf062aa1_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:c4b5c7247825d7265f83ae5fb5e8a0f62fbb69cdbaf535d0d83320b817d7ef48_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:cf07146641dab9fe090c2b44d8f533375a5d04b8fcdedb42f75f10916b5b6ba6_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:3a4ec2b8d194134fc4a3cb9077306ba71eaef4e4544177f590c73ae7e40d490b_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:87e2d4e45b3d308e6937791d906c277df67c45321c7b760cca528f36e68d263d_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:8a090360648affdb24c12d7c2efaffc07bc21deb8b29f4ad3c12cf0a5ee6e19b_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:aff1de5e9ad24bbfacda0bf34bb6b28d27c3f9ce646ed53e93b4c87eb0bda93c_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:162f35a85baabd9055c53717463c908247769a9bf617a4b457adf398d2e972be_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:272f038ebe7fd778c6c24dcc27524f3aa807465576177681b8b80a6adb32be99_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:41064d2db3c4c1e651f2df89d6cd4a19027c6930edc6ab66b5535a2cd7f39f49_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:859301df4f104e3d36efc2446929c86805e586c3c5ac07548d0277442d5df6ca_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:2ca34569661d388d50cc0e9f5949ea7a404ceb266981855b3251c329dab88e11_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:d77cb43b5019248b790134edc980d7fb260c4dcb884f8e54d27c33b876a5f897_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:f9f73b9781288b1a52b06edb752efc9475a315e1dd9a445e28cc47d571762cfc_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:1ab09e10bfe23ed2e08513d887bd36c4bed003d6bcb7f1885364ef5a606ec010_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:9a42214d500a600785bb9a7bdd5b9580a5f8cfbf16980eb48bde3ae4ce855f3c_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:e87b8be96be2c5042af949785dd0c543e28d9432914a9543b08fd38d4a1e11ff_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:0ee210a535f1f11de40e1a0ee55a10855ce13c09dab9791ee4d35c59949ca934_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:3dc59c38e0cde2c9974d3fa5a7ce1c9f98589a5aeb486fdc8a8e7717656522fe_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:44c6bb264bbbd0ad67978dd2b4e01c530e653baf14b15f8a1eddff675fa760bd_amd64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:631643362d4345fdefb3fb34416ca09626b634c92fde970e1494a95fe5bdfc87_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:21c8ba4e41692cc24ce0127b4198413183451eff19a461941e9efb6bd140bfb4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:24d9bcb0da6e061f9de31768e94b660f955323e130f7eb0fc9e8746c1709d3f8_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:8ef36128140b9a90403fb672178d07be7fd16ddf9809ec628a693e0e2dd6d4a9_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:078bd92b92c28c3899986f4c6755950f3de044ca6b7214353cc0e84d2a67d570_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:0b08f6aba84c9f64b3253f5f23efaa0bba47be37f2582378509849b73db165e4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:64ca1e84e10bbc7522da216e4965658e06c540fce8c18f2976dab5c3236ea256_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0976ab8ba60319bf9ef20503de0fa249055e18a82ab36113affe7ad177b3f187_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:1d7f610fea74bb30b0276aa40556d9c03762c10f3bb71618afb5e6f5af718688_amd64",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:cf81ea45b333424981129e464f1374739a4f309efdcb26b9f7df2df4d346c1a9_ppc64le",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:dd9ca8286f54ba8e4151414afc65cbc4d619430676ab2735afc2a1e086b17921_arm64",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:1d89cd1a73d1bbd66988ce2224de39b799ecfa1cfe96d0ec2619ccc059c11d20_ppc64le",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:efdcf383abcb962ea0fdb92a9fa31f60a150a2c48174303881b550e5d9dec6f7_s390x",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:f500d5f16ea39d262ad4c52a9be03953e6e7ffa0f4349860976c41a70d8bb0e5_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:491a5b629d9777815ee6d28356cf82a7fd7939f2a39e65ae833440af1831b1db_s390x",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:80f47a30616834100466219c9e4d8c67fcef9554b2075c2bf81905c86b03d46b_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:cd38debd1e2088a81a31ac95eda219ad9d58d255ac0ed157a804837b00a87ac0_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:096d6e38c34c0c89e2b2e49d6c8b61acf9f88033d3b2814eefa62abee30d4993_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:4d03e157d3ed69eef8a8ee8a6c8f9e0746c16baa6ccff7c5c8a7457e9a8b9a56_s390x",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:d556581772224fe60606ece392a210f1a3b3de01a26959197c594634694d6ebb_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:0ef121586e961be58480d76ba988719daaa82e606a8cc3649a0d01ef75227bc0_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:3452dc4a07cb296d2102f3fbc34865496dcd418f602dc117cb327893f6464e71_ppc64le",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:61fb5b6ebf9ee44b9271eb3526cb3175c9a135f86223e165c05b73a390f617ea_arm64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:c6b46eca6dfec3a8fb48b61393707e11e8cc573aad7eb6ff95c4661092e913f0_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:79ad5ac0ee525277a8a1bd550428a5e0a04da73aa1d9df23d085ec888d12d45b_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:911c38bf283079dd024087bda48a37ddf0ec981da4589596565706e5dfcd6dad_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:c1f4872828308bf7f0477697fb74a0ab7c3f595e2c33e29ee873232efca1960d_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-28180"
},
{
"category": "external",
"summary": "RHBZ#2268854",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268854"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-28180",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28180"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-28180",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-28180"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/security/advisories/GHSA-c5q2-7r4c-mv6g",
"url": "https://github.com/go-jose/go-jose/security/advisories/GHSA-c5q2-7r4c-mv6g"
}
],
"release_date": "2024-03-09T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-07-17T13:09:39+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:193a773d4f1ed8ec6097579507dddd3863301ec546e325e38b5290235f06c802_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:968deb95e9fde6ba12565e3ef601bfc60551ac6ac7c122b2bdacea09b6574266_arm64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:d608a1d128733b31b552d8410c1d95cb740646cea32b79ee401d2de178e08ca9_amd64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:f717a955a7ca2c3b1eac84e4b192ab38dcf1e98f6baea0ef592071c60f389bd1_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:4b79f14a1d5130673921c4d711c0b919377307dd6d76d14386f9f83a5e1b4ecd_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:60ca8f2d341b1f1a09710a37c40f4c803c6b1b2d09fc1a7f53f9a979ad6643d6_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:92bd51fa0a6ee62be70dda32f5d922e70f4aea630b70bc7b5b74d0bf3c1d3a66_amd64",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:f518a439b56354f01a647d3c0550c909b42a879607982ce50bbbc0b6403a58f9_arm64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:2eb40b0c565a4d150229ab504adfb2e0a2b4a5b25ff8ccb690e6d2dcae3bf424_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:36a0a82ab0c1e9d67d31aa8afe81bc1485541e3aefa221dbbc2a6822edfe8515_arm64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:8a8f7e1126adc73d210cdf8454c64356e2229e3aefc5bb4ba5a8bc7755a5d469_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:ef3d403c990fa7f2af167a123af043970cadc00b78b454b93dd9a4bca2699d2b_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:0df69e6e3d2add83c5a74faff76837a49333184b1d170acee968d4c064933bcf_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:5c3c4bbf1bf820995a13588d02a8cf692e1343da25def005dab981078b14d970_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:e1a7fd2bf349908c710237a1f832a4e161e049d09691d36c453bc8ddb0e0eebe_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:4591"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:5fbef84c4a88ad4ea88a1b2232cc0d6630fa47c8e3ae874a485c971c6d5951b9_ppc64le",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:ac0c3a8d86539bc4668e1a6de82e1f8439a1fbbb17a3b4102cabf078f021b41f_amd64",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:c94f20ad65f5411c7cabafd574e52f2fcb52d2f917003ae71adc736028f962bf_s390x",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:088b9e19fc16a4fbb655b81ab1fbe78aa82ebce2ad5ad0df67fc8b361b4fe170_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:2c29d14c5d64f810cc68fdb894700819f5122a354d5cbb473cf73f517f5315e9_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:5c2628c9c3de8ff9eaf6c727eaa2b4382741f21afeb4154329714b404fb4e1df_arm64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:f4a85d993ae326570a5e4dd8bdf9e5cec586c2f8b55a962940457f39787d6af8_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:061fc659ec847d38201a7b049b813df1fddac1e97d2caddaaac3d91d5e05fd46_amd64",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:3cc0e4ec3f46d066bfc5546a2efdab3a44aa38f2d6dc961509bee8f7f9cb5ddb_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:7c00300daa75158d7a406317be71f2a8932a613b769144ae92a5ae225f4feb1e_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:193a773d4f1ed8ec6097579507dddd3863301ec546e325e38b5290235f06c802_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:968deb95e9fde6ba12565e3ef601bfc60551ac6ac7c122b2bdacea09b6574266_arm64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:d608a1d128733b31b552d8410c1d95cb740646cea32b79ee401d2de178e08ca9_amd64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:f717a955a7ca2c3b1eac84e4b192ab38dcf1e98f6baea0ef592071c60f389bd1_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:46486b7e3b087bfec9c7b0dd4547af1190cee2be55dee7400ec90e6dc4b434f4_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a20b4235cee3193794be549c645164c2811a044498a777591437ff440264a7da_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a552dbccf217e8deaec318bcaf9b40877d3be1e88d091ae1684959f48367e0f2_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:8f650cf5915d5b7a15931e4a11d7c6be43d16068132f4cb4ef3e0c3e3cfbc17c_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:978017d3524aded83f4c63710e0b10dc2a453a22b5bc9ef801c7e70ac13aee40_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:9c3b15da5ddf22af93ae1617329ef41fddb4e6c00bbf9ea12567c4fc2c14cfdf_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:41c7883aafc2938852f5920ac2a178e1b0f39e0acdb817678696adec90fa2686_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:95a047d3be90468e15a9f246f8e0fbfd159f18f7a9841d07c75e6c3f30c7c80a_arm64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:d383069c5e89e051a15e95e61e9bd5197edf4f91fde60df8b8ed7d4e8269452e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:f2ab9f9eb9e502f0d78b32159dfc5aeae77ec9698ed3a2aeecd184407388f1e3_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:38d7fe0b8fa164df79d08fe2d20af60d7530e2691e7d4f183d71f138a00a128e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:a8f0e209e62e02a20648f982360e5b5ec7e62c294b4f7eb7df53ccd0bb750008_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:cd6bbc33a59480c1c504a88f86ca4bb51de037db3c993581d18ee7e887c96dcc_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:2bd43ed14d916a13f2d631f8dc350313c47619033134463399d76e77688f4c2e_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:92c7cf4ce69644ffa955c78b1e18aab5f9c3a843f889703a326ea9e6697455af_s390x",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:e1abb6a3be342350f7b3f641f9e036e2bd998e5fd6bd215730f3d39526e1d16f_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a714121fa385acb6fe75bb74f402be8cf6da85372fd4a34abfbb9b546782e9c0_amd64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a9cdb157400f7826b8c5075591d26dd9e25628e94189de3b90c8e9389e3181ed_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:ab289e798f909cf238f410984b7388db2f0a20794a3d55a06031fd9771efeaf7_arm64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:f5e5b787848d5838aaaeb58e3b8836ff67b4fcf9a2d3c9d19f27e06818fdf295_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:4b79f14a1d5130673921c4d711c0b919377307dd6d76d14386f9f83a5e1b4ecd_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:60ca8f2d341b1f1a09710a37c40f4c803c6b1b2d09fc1a7f53f9a979ad6643d6_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:92bd51fa0a6ee62be70dda32f5d922e70f4aea630b70bc7b5b74d0bf3c1d3a66_amd64",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:f518a439b56354f01a647d3c0550c909b42a879607982ce50bbbc0b6403a58f9_arm64",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5700bc3e6aadfa1890bb81bcc70f0ef026b5bd0d38f1e4bd35d04d5ceee7808d_ppc64le",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5972ba4c75e54f1670ec5ffb0a5a749a6992967ea0dd6e5d442019fa64dc1515_s390x",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:67108dd96a553925f2759cc5359447315aff09e7628a8228e71b04a8dee25f63_amd64",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:43334d92af32e97a11691d0fa7069746d59d6f73a0a2c0b97bbbfdc7937f117a_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8512465ad8828593d0f4b6d4208a6c60a0f297f70ef26a0c4c874f6ddf4798d2_s390x",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8b0583cf72b39299e6769f9c9fdc4321b7e384405aec8d1519d4ea5ac060fd05_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:ab568f027f842174927e1ccc7ca00448068e9241f40f53034d9ba74aaf062aa1_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:c4b5c7247825d7265f83ae5fb5e8a0f62fbb69cdbaf535d0d83320b817d7ef48_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:cf07146641dab9fe090c2b44d8f533375a5d04b8fcdedb42f75f10916b5b6ba6_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:3a4ec2b8d194134fc4a3cb9077306ba71eaef4e4544177f590c73ae7e40d490b_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:87e2d4e45b3d308e6937791d906c277df67c45321c7b760cca528f36e68d263d_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:8a090360648affdb24c12d7c2efaffc07bc21deb8b29f4ad3c12cf0a5ee6e19b_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:aff1de5e9ad24bbfacda0bf34bb6b28d27c3f9ce646ed53e93b4c87eb0bda93c_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:162f35a85baabd9055c53717463c908247769a9bf617a4b457adf398d2e972be_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:272f038ebe7fd778c6c24dcc27524f3aa807465576177681b8b80a6adb32be99_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:41064d2db3c4c1e651f2df89d6cd4a19027c6930edc6ab66b5535a2cd7f39f49_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:859301df4f104e3d36efc2446929c86805e586c3c5ac07548d0277442d5df6ca_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:2ca34569661d388d50cc0e9f5949ea7a404ceb266981855b3251c329dab88e11_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:d77cb43b5019248b790134edc980d7fb260c4dcb884f8e54d27c33b876a5f897_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:f9f73b9781288b1a52b06edb752efc9475a315e1dd9a445e28cc47d571762cfc_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:1ab09e10bfe23ed2e08513d887bd36c4bed003d6bcb7f1885364ef5a606ec010_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:9a42214d500a600785bb9a7bdd5b9580a5f8cfbf16980eb48bde3ae4ce855f3c_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:e87b8be96be2c5042af949785dd0c543e28d9432914a9543b08fd38d4a1e11ff_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:2eb40b0c565a4d150229ab504adfb2e0a2b4a5b25ff8ccb690e6d2dcae3bf424_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:36a0a82ab0c1e9d67d31aa8afe81bc1485541e3aefa221dbbc2a6822edfe8515_arm64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:8a8f7e1126adc73d210cdf8454c64356e2229e3aefc5bb4ba5a8bc7755a5d469_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:ef3d403c990fa7f2af167a123af043970cadc00b78b454b93dd9a4bca2699d2b_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:0ee210a535f1f11de40e1a0ee55a10855ce13c09dab9791ee4d35c59949ca934_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:3dc59c38e0cde2c9974d3fa5a7ce1c9f98589a5aeb486fdc8a8e7717656522fe_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:44c6bb264bbbd0ad67978dd2b4e01c530e653baf14b15f8a1eddff675fa760bd_amd64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:631643362d4345fdefb3fb34416ca09626b634c92fde970e1494a95fe5bdfc87_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:21c8ba4e41692cc24ce0127b4198413183451eff19a461941e9efb6bd140bfb4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:24d9bcb0da6e061f9de31768e94b660f955323e130f7eb0fc9e8746c1709d3f8_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:8ef36128140b9a90403fb672178d07be7fd16ddf9809ec628a693e0e2dd6d4a9_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:078bd92b92c28c3899986f4c6755950f3de044ca6b7214353cc0e84d2a67d570_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:0b08f6aba84c9f64b3253f5f23efaa0bba47be37f2582378509849b73db165e4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:64ca1e84e10bbc7522da216e4965658e06c540fce8c18f2976dab5c3236ea256_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0976ab8ba60319bf9ef20503de0fa249055e18a82ab36113affe7ad177b3f187_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:1d7f610fea74bb30b0276aa40556d9c03762c10f3bb71618afb5e6f5af718688_amd64",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:cf81ea45b333424981129e464f1374739a4f309efdcb26b9f7df2df4d346c1a9_ppc64le",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:dd9ca8286f54ba8e4151414afc65cbc4d619430676ab2735afc2a1e086b17921_arm64",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:1d89cd1a73d1bbd66988ce2224de39b799ecfa1cfe96d0ec2619ccc059c11d20_ppc64le",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:efdcf383abcb962ea0fdb92a9fa31f60a150a2c48174303881b550e5d9dec6f7_s390x",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:f500d5f16ea39d262ad4c52a9be03953e6e7ffa0f4349860976c41a70d8bb0e5_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:491a5b629d9777815ee6d28356cf82a7fd7939f2a39e65ae833440af1831b1db_s390x",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:80f47a30616834100466219c9e4d8c67fcef9554b2075c2bf81905c86b03d46b_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:cd38debd1e2088a81a31ac95eda219ad9d58d255ac0ed157a804837b00a87ac0_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:096d6e38c34c0c89e2b2e49d6c8b61acf9f88033d3b2814eefa62abee30d4993_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:4d03e157d3ed69eef8a8ee8a6c8f9e0746c16baa6ccff7c5c8a7457e9a8b9a56_s390x",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:d556581772224fe60606ece392a210f1a3b3de01a26959197c594634694d6ebb_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:0ef121586e961be58480d76ba988719daaa82e606a8cc3649a0d01ef75227bc0_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:3452dc4a07cb296d2102f3fbc34865496dcd418f602dc117cb327893f6464e71_ppc64le",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:61fb5b6ebf9ee44b9271eb3526cb3175c9a135f86223e165c05b73a390f617ea_arm64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:c6b46eca6dfec3a8fb48b61393707e11e8cc573aad7eb6ff95c4661092e913f0_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:79ad5ac0ee525277a8a1bd550428a5e0a04da73aa1d9df23d085ec888d12d45b_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:911c38bf283079dd024087bda48a37ddf0ec981da4589596565706e5dfcd6dad_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:c1f4872828308bf7f0477697fb74a0ab7c3f595e2c33e29ee873232efca1960d_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:0df69e6e3d2add83c5a74faff76837a49333184b1d170acee968d4c064933bcf_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:5c3c4bbf1bf820995a13588d02a8cf692e1343da25def005dab981078b14d970_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:e1a7fd2bf349908c710237a1f832a4e161e049d09691d36c453bc8ddb0e0eebe_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 4.3,
"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:L",
"version": "3.1"
},
"products": [
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:5fbef84c4a88ad4ea88a1b2232cc0d6630fa47c8e3ae874a485c971c6d5951b9_ppc64le",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:ac0c3a8d86539bc4668e1a6de82e1f8439a1fbbb17a3b4102cabf078f021b41f_amd64",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:c94f20ad65f5411c7cabafd574e52f2fcb52d2f917003ae71adc736028f962bf_s390x",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:088b9e19fc16a4fbb655b81ab1fbe78aa82ebce2ad5ad0df67fc8b361b4fe170_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:2c29d14c5d64f810cc68fdb894700819f5122a354d5cbb473cf73f517f5315e9_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:5c2628c9c3de8ff9eaf6c727eaa2b4382741f21afeb4154329714b404fb4e1df_arm64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:f4a85d993ae326570a5e4dd8bdf9e5cec586c2f8b55a962940457f39787d6af8_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:061fc659ec847d38201a7b049b813df1fddac1e97d2caddaaac3d91d5e05fd46_amd64",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:3cc0e4ec3f46d066bfc5546a2efdab3a44aa38f2d6dc961509bee8f7f9cb5ddb_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:7c00300daa75158d7a406317be71f2a8932a613b769144ae92a5ae225f4feb1e_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:193a773d4f1ed8ec6097579507dddd3863301ec546e325e38b5290235f06c802_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:968deb95e9fde6ba12565e3ef601bfc60551ac6ac7c122b2bdacea09b6574266_arm64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:d608a1d128733b31b552d8410c1d95cb740646cea32b79ee401d2de178e08ca9_amd64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:f717a955a7ca2c3b1eac84e4b192ab38dcf1e98f6baea0ef592071c60f389bd1_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:46486b7e3b087bfec9c7b0dd4547af1190cee2be55dee7400ec90e6dc4b434f4_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a20b4235cee3193794be549c645164c2811a044498a777591437ff440264a7da_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a552dbccf217e8deaec318bcaf9b40877d3be1e88d091ae1684959f48367e0f2_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:8f650cf5915d5b7a15931e4a11d7c6be43d16068132f4cb4ef3e0c3e3cfbc17c_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:978017d3524aded83f4c63710e0b10dc2a453a22b5bc9ef801c7e70ac13aee40_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:9c3b15da5ddf22af93ae1617329ef41fddb4e6c00bbf9ea12567c4fc2c14cfdf_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:41c7883aafc2938852f5920ac2a178e1b0f39e0acdb817678696adec90fa2686_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:95a047d3be90468e15a9f246f8e0fbfd159f18f7a9841d07c75e6c3f30c7c80a_arm64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:d383069c5e89e051a15e95e61e9bd5197edf4f91fde60df8b8ed7d4e8269452e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:f2ab9f9eb9e502f0d78b32159dfc5aeae77ec9698ed3a2aeecd184407388f1e3_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:38d7fe0b8fa164df79d08fe2d20af60d7530e2691e7d4f183d71f138a00a128e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:a8f0e209e62e02a20648f982360e5b5ec7e62c294b4f7eb7df53ccd0bb750008_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:cd6bbc33a59480c1c504a88f86ca4bb51de037db3c993581d18ee7e887c96dcc_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:2bd43ed14d916a13f2d631f8dc350313c47619033134463399d76e77688f4c2e_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:92c7cf4ce69644ffa955c78b1e18aab5f9c3a843f889703a326ea9e6697455af_s390x",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:e1abb6a3be342350f7b3f641f9e036e2bd998e5fd6bd215730f3d39526e1d16f_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a714121fa385acb6fe75bb74f402be8cf6da85372fd4a34abfbb9b546782e9c0_amd64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a9cdb157400f7826b8c5075591d26dd9e25628e94189de3b90c8e9389e3181ed_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:ab289e798f909cf238f410984b7388db2f0a20794a3d55a06031fd9771efeaf7_arm64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:f5e5b787848d5838aaaeb58e3b8836ff67b4fcf9a2d3c9d19f27e06818fdf295_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:4b79f14a1d5130673921c4d711c0b919377307dd6d76d14386f9f83a5e1b4ecd_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:60ca8f2d341b1f1a09710a37c40f4c803c6b1b2d09fc1a7f53f9a979ad6643d6_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:92bd51fa0a6ee62be70dda32f5d922e70f4aea630b70bc7b5b74d0bf3c1d3a66_amd64",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:f518a439b56354f01a647d3c0550c909b42a879607982ce50bbbc0b6403a58f9_arm64",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5700bc3e6aadfa1890bb81bcc70f0ef026b5bd0d38f1e4bd35d04d5ceee7808d_ppc64le",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5972ba4c75e54f1670ec5ffb0a5a749a6992967ea0dd6e5d442019fa64dc1515_s390x",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:67108dd96a553925f2759cc5359447315aff09e7628a8228e71b04a8dee25f63_amd64",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:43334d92af32e97a11691d0fa7069746d59d6f73a0a2c0b97bbbfdc7937f117a_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8512465ad8828593d0f4b6d4208a6c60a0f297f70ef26a0c4c874f6ddf4798d2_s390x",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8b0583cf72b39299e6769f9c9fdc4321b7e384405aec8d1519d4ea5ac060fd05_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:ab568f027f842174927e1ccc7ca00448068e9241f40f53034d9ba74aaf062aa1_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:c4b5c7247825d7265f83ae5fb5e8a0f62fbb69cdbaf535d0d83320b817d7ef48_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:cf07146641dab9fe090c2b44d8f533375a5d04b8fcdedb42f75f10916b5b6ba6_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:3a4ec2b8d194134fc4a3cb9077306ba71eaef4e4544177f590c73ae7e40d490b_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:87e2d4e45b3d308e6937791d906c277df67c45321c7b760cca528f36e68d263d_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:8a090360648affdb24c12d7c2efaffc07bc21deb8b29f4ad3c12cf0a5ee6e19b_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:aff1de5e9ad24bbfacda0bf34bb6b28d27c3f9ce646ed53e93b4c87eb0bda93c_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:162f35a85baabd9055c53717463c908247769a9bf617a4b457adf398d2e972be_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:272f038ebe7fd778c6c24dcc27524f3aa807465576177681b8b80a6adb32be99_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:41064d2db3c4c1e651f2df89d6cd4a19027c6930edc6ab66b5535a2cd7f39f49_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:859301df4f104e3d36efc2446929c86805e586c3c5ac07548d0277442d5df6ca_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:2ca34569661d388d50cc0e9f5949ea7a404ceb266981855b3251c329dab88e11_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:d77cb43b5019248b790134edc980d7fb260c4dcb884f8e54d27c33b876a5f897_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:f9f73b9781288b1a52b06edb752efc9475a315e1dd9a445e28cc47d571762cfc_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:1ab09e10bfe23ed2e08513d887bd36c4bed003d6bcb7f1885364ef5a606ec010_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:9a42214d500a600785bb9a7bdd5b9580a5f8cfbf16980eb48bde3ae4ce855f3c_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:e87b8be96be2c5042af949785dd0c543e28d9432914a9543b08fd38d4a1e11ff_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:2eb40b0c565a4d150229ab504adfb2e0a2b4a5b25ff8ccb690e6d2dcae3bf424_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:36a0a82ab0c1e9d67d31aa8afe81bc1485541e3aefa221dbbc2a6822edfe8515_arm64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:8a8f7e1126adc73d210cdf8454c64356e2229e3aefc5bb4ba5a8bc7755a5d469_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:ef3d403c990fa7f2af167a123af043970cadc00b78b454b93dd9a4bca2699d2b_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:0ee210a535f1f11de40e1a0ee55a10855ce13c09dab9791ee4d35c59949ca934_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:3dc59c38e0cde2c9974d3fa5a7ce1c9f98589a5aeb486fdc8a8e7717656522fe_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:44c6bb264bbbd0ad67978dd2b4e01c530e653baf14b15f8a1eddff675fa760bd_amd64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:631643362d4345fdefb3fb34416ca09626b634c92fde970e1494a95fe5bdfc87_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:21c8ba4e41692cc24ce0127b4198413183451eff19a461941e9efb6bd140bfb4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:24d9bcb0da6e061f9de31768e94b660f955323e130f7eb0fc9e8746c1709d3f8_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:8ef36128140b9a90403fb672178d07be7fd16ddf9809ec628a693e0e2dd6d4a9_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:078bd92b92c28c3899986f4c6755950f3de044ca6b7214353cc0e84d2a67d570_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:0b08f6aba84c9f64b3253f5f23efaa0bba47be37f2582378509849b73db165e4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:64ca1e84e10bbc7522da216e4965658e06c540fce8c18f2976dab5c3236ea256_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0976ab8ba60319bf9ef20503de0fa249055e18a82ab36113affe7ad177b3f187_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:1d7f610fea74bb30b0276aa40556d9c03762c10f3bb71618afb5e6f5af718688_amd64",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:cf81ea45b333424981129e464f1374739a4f309efdcb26b9f7df2df4d346c1a9_ppc64le",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:dd9ca8286f54ba8e4151414afc65cbc4d619430676ab2735afc2a1e086b17921_arm64",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:1d89cd1a73d1bbd66988ce2224de39b799ecfa1cfe96d0ec2619ccc059c11d20_ppc64le",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:efdcf383abcb962ea0fdb92a9fa31f60a150a2c48174303881b550e5d9dec6f7_s390x",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:f500d5f16ea39d262ad4c52a9be03953e6e7ffa0f4349860976c41a70d8bb0e5_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:491a5b629d9777815ee6d28356cf82a7fd7939f2a39e65ae833440af1831b1db_s390x",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:80f47a30616834100466219c9e4d8c67fcef9554b2075c2bf81905c86b03d46b_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:cd38debd1e2088a81a31ac95eda219ad9d58d255ac0ed157a804837b00a87ac0_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:096d6e38c34c0c89e2b2e49d6c8b61acf9f88033d3b2814eefa62abee30d4993_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:4d03e157d3ed69eef8a8ee8a6c8f9e0746c16baa6ccff7c5c8a7457e9a8b9a56_s390x",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:d556581772224fe60606ece392a210f1a3b3de01a26959197c594634694d6ebb_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:0ef121586e961be58480d76ba988719daaa82e606a8cc3649a0d01ef75227bc0_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:3452dc4a07cb296d2102f3fbc34865496dcd418f602dc117cb327893f6464e71_ppc64le",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:61fb5b6ebf9ee44b9271eb3526cb3175c9a135f86223e165c05b73a390f617ea_arm64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:c6b46eca6dfec3a8fb48b61393707e11e8cc573aad7eb6ff95c4661092e913f0_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:79ad5ac0ee525277a8a1bd550428a5e0a04da73aa1d9df23d085ec888d12d45b_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:911c38bf283079dd024087bda48a37ddf0ec981da4589596565706e5dfcd6dad_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:c1f4872828308bf7f0477697fb74a0ab7c3f595e2c33e29ee873232efca1960d_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:0df69e6e3d2add83c5a74faff76837a49333184b1d170acee968d4c064933bcf_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:5c3c4bbf1bf820995a13588d02a8cf692e1343da25def005dab981078b14d970_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:e1a7fd2bf349908c710237a1f832a4e161e049d09691d36c453bc8ddb0e0eebe_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "jose-go: improper handling of highly compressed data"
},
{
"cve": "CVE-2024-28863",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2024-06-20T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:5fbef84c4a88ad4ea88a1b2232cc0d6630fa47c8e3ae874a485c971c6d5951b9_ppc64le",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:ac0c3a8d86539bc4668e1a6de82e1f8439a1fbbb17a3b4102cabf078f021b41f_amd64",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:c94f20ad65f5411c7cabafd574e52f2fcb52d2f917003ae71adc736028f962bf_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:061fc659ec847d38201a7b049b813df1fddac1e97d2caddaaac3d91d5e05fd46_amd64",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:3cc0e4ec3f46d066bfc5546a2efdab3a44aa38f2d6dc961509bee8f7f9cb5ddb_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:7c00300daa75158d7a406317be71f2a8932a613b769144ae92a5ae225f4feb1e_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:193a773d4f1ed8ec6097579507dddd3863301ec546e325e38b5290235f06c802_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:968deb95e9fde6ba12565e3ef601bfc60551ac6ac7c122b2bdacea09b6574266_arm64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:d608a1d128733b31b552d8410c1d95cb740646cea32b79ee401d2de178e08ca9_amd64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:f717a955a7ca2c3b1eac84e4b192ab38dcf1e98f6baea0ef592071c60f389bd1_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:46486b7e3b087bfec9c7b0dd4547af1190cee2be55dee7400ec90e6dc4b434f4_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a20b4235cee3193794be549c645164c2811a044498a777591437ff440264a7da_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a552dbccf217e8deaec318bcaf9b40877d3be1e88d091ae1684959f48367e0f2_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:8f650cf5915d5b7a15931e4a11d7c6be43d16068132f4cb4ef3e0c3e3cfbc17c_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:978017d3524aded83f4c63710e0b10dc2a453a22b5bc9ef801c7e70ac13aee40_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:9c3b15da5ddf22af93ae1617329ef41fddb4e6c00bbf9ea12567c4fc2c14cfdf_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:41c7883aafc2938852f5920ac2a178e1b0f39e0acdb817678696adec90fa2686_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:95a047d3be90468e15a9f246f8e0fbfd159f18f7a9841d07c75e6c3f30c7c80a_arm64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:d383069c5e89e051a15e95e61e9bd5197edf4f91fde60df8b8ed7d4e8269452e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:f2ab9f9eb9e502f0d78b32159dfc5aeae77ec9698ed3a2aeecd184407388f1e3_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:38d7fe0b8fa164df79d08fe2d20af60d7530e2691e7d4f183d71f138a00a128e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:a8f0e209e62e02a20648f982360e5b5ec7e62c294b4f7eb7df53ccd0bb750008_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:cd6bbc33a59480c1c504a88f86ca4bb51de037db3c993581d18ee7e887c96dcc_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:2bd43ed14d916a13f2d631f8dc350313c47619033134463399d76e77688f4c2e_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:92c7cf4ce69644ffa955c78b1e18aab5f9c3a843f889703a326ea9e6697455af_s390x",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:e1abb6a3be342350f7b3f641f9e036e2bd998e5fd6bd215730f3d39526e1d16f_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a714121fa385acb6fe75bb74f402be8cf6da85372fd4a34abfbb9b546782e9c0_amd64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a9cdb157400f7826b8c5075591d26dd9e25628e94189de3b90c8e9389e3181ed_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:ab289e798f909cf238f410984b7388db2f0a20794a3d55a06031fd9771efeaf7_arm64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:f5e5b787848d5838aaaeb58e3b8836ff67b4fcf9a2d3c9d19f27e06818fdf295_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:4b79f14a1d5130673921c4d711c0b919377307dd6d76d14386f9f83a5e1b4ecd_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:60ca8f2d341b1f1a09710a37c40f4c803c6b1b2d09fc1a7f53f9a979ad6643d6_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:92bd51fa0a6ee62be70dda32f5d922e70f4aea630b70bc7b5b74d0bf3c1d3a66_amd64",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:f518a439b56354f01a647d3c0550c909b42a879607982ce50bbbc0b6403a58f9_arm64",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5700bc3e6aadfa1890bb81bcc70f0ef026b5bd0d38f1e4bd35d04d5ceee7808d_ppc64le",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5972ba4c75e54f1670ec5ffb0a5a749a6992967ea0dd6e5d442019fa64dc1515_s390x",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:67108dd96a553925f2759cc5359447315aff09e7628a8228e71b04a8dee25f63_amd64",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:43334d92af32e97a11691d0fa7069746d59d6f73a0a2c0b97bbbfdc7937f117a_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8512465ad8828593d0f4b6d4208a6c60a0f297f70ef26a0c4c874f6ddf4798d2_s390x",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8b0583cf72b39299e6769f9c9fdc4321b7e384405aec8d1519d4ea5ac060fd05_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:ab568f027f842174927e1ccc7ca00448068e9241f40f53034d9ba74aaf062aa1_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:c4b5c7247825d7265f83ae5fb5e8a0f62fbb69cdbaf535d0d83320b817d7ef48_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:cf07146641dab9fe090c2b44d8f533375a5d04b8fcdedb42f75f10916b5b6ba6_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:3a4ec2b8d194134fc4a3cb9077306ba71eaef4e4544177f590c73ae7e40d490b_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:87e2d4e45b3d308e6937791d906c277df67c45321c7b760cca528f36e68d263d_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:8a090360648affdb24c12d7c2efaffc07bc21deb8b29f4ad3c12cf0a5ee6e19b_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:aff1de5e9ad24bbfacda0bf34bb6b28d27c3f9ce646ed53e93b4c87eb0bda93c_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:162f35a85baabd9055c53717463c908247769a9bf617a4b457adf398d2e972be_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:272f038ebe7fd778c6c24dcc27524f3aa807465576177681b8b80a6adb32be99_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:41064d2db3c4c1e651f2df89d6cd4a19027c6930edc6ab66b5535a2cd7f39f49_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:859301df4f104e3d36efc2446929c86805e586c3c5ac07548d0277442d5df6ca_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:2ca34569661d388d50cc0e9f5949ea7a404ceb266981855b3251c329dab88e11_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:d77cb43b5019248b790134edc980d7fb260c4dcb884f8e54d27c33b876a5f897_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:f9f73b9781288b1a52b06edb752efc9475a315e1dd9a445e28cc47d571762cfc_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:1ab09e10bfe23ed2e08513d887bd36c4bed003d6bcb7f1885364ef5a606ec010_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:9a42214d500a600785bb9a7bdd5b9580a5f8cfbf16980eb48bde3ae4ce855f3c_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:e87b8be96be2c5042af949785dd0c543e28d9432914a9543b08fd38d4a1e11ff_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:2eb40b0c565a4d150229ab504adfb2e0a2b4a5b25ff8ccb690e6d2dcae3bf424_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:36a0a82ab0c1e9d67d31aa8afe81bc1485541e3aefa221dbbc2a6822edfe8515_arm64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:8a8f7e1126adc73d210cdf8454c64356e2229e3aefc5bb4ba5a8bc7755a5d469_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:ef3d403c990fa7f2af167a123af043970cadc00b78b454b93dd9a4bca2699d2b_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:0ee210a535f1f11de40e1a0ee55a10855ce13c09dab9791ee4d35c59949ca934_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:3dc59c38e0cde2c9974d3fa5a7ce1c9f98589a5aeb486fdc8a8e7717656522fe_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:44c6bb264bbbd0ad67978dd2b4e01c530e653baf14b15f8a1eddff675fa760bd_amd64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:631643362d4345fdefb3fb34416ca09626b634c92fde970e1494a95fe5bdfc87_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:21c8ba4e41692cc24ce0127b4198413183451eff19a461941e9efb6bd140bfb4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:24d9bcb0da6e061f9de31768e94b660f955323e130f7eb0fc9e8746c1709d3f8_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:8ef36128140b9a90403fb672178d07be7fd16ddf9809ec628a693e0e2dd6d4a9_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:078bd92b92c28c3899986f4c6755950f3de044ca6b7214353cc0e84d2a67d570_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:0b08f6aba84c9f64b3253f5f23efaa0bba47be37f2582378509849b73db165e4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:64ca1e84e10bbc7522da216e4965658e06c540fce8c18f2976dab5c3236ea256_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0976ab8ba60319bf9ef20503de0fa249055e18a82ab36113affe7ad177b3f187_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:1d7f610fea74bb30b0276aa40556d9c03762c10f3bb71618afb5e6f5af718688_amd64",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:cf81ea45b333424981129e464f1374739a4f309efdcb26b9f7df2df4d346c1a9_ppc64le",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:dd9ca8286f54ba8e4151414afc65cbc4d619430676ab2735afc2a1e086b17921_arm64",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:1d89cd1a73d1bbd66988ce2224de39b799ecfa1cfe96d0ec2619ccc059c11d20_ppc64le",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:efdcf383abcb962ea0fdb92a9fa31f60a150a2c48174303881b550e5d9dec6f7_s390x",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:f500d5f16ea39d262ad4c52a9be03953e6e7ffa0f4349860976c41a70d8bb0e5_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:491a5b629d9777815ee6d28356cf82a7fd7939f2a39e65ae833440af1831b1db_s390x",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:80f47a30616834100466219c9e4d8c67fcef9554b2075c2bf81905c86b03d46b_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:cd38debd1e2088a81a31ac95eda219ad9d58d255ac0ed157a804837b00a87ac0_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:096d6e38c34c0c89e2b2e49d6c8b61acf9f88033d3b2814eefa62abee30d4993_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:4d03e157d3ed69eef8a8ee8a6c8f9e0746c16baa6ccff7c5c8a7457e9a8b9a56_s390x",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:d556581772224fe60606ece392a210f1a3b3de01a26959197c594634694d6ebb_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:0ef121586e961be58480d76ba988719daaa82e606a8cc3649a0d01ef75227bc0_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:3452dc4a07cb296d2102f3fbc34865496dcd418f602dc117cb327893f6464e71_ppc64le",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:61fb5b6ebf9ee44b9271eb3526cb3175c9a135f86223e165c05b73a390f617ea_arm64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:c6b46eca6dfec3a8fb48b61393707e11e8cc573aad7eb6ff95c4661092e913f0_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:79ad5ac0ee525277a8a1bd550428a5e0a04da73aa1d9df23d085ec888d12d45b_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:911c38bf283079dd024087bda48a37ddf0ec981da4589596565706e5dfcd6dad_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:c1f4872828308bf7f0477697fb74a0ab7c3f595e2c33e29ee873232efca1960d_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:0df69e6e3d2add83c5a74faff76837a49333184b1d170acee968d4c064933bcf_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:5c3c4bbf1bf820995a13588d02a8cf692e1343da25def005dab981078b14d970_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:e1a7fd2bf349908c710237a1f832a4e161e049d09691d36c453bc8ddb0e0eebe_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2293200"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in ISAACS\u0027s node-tar, where it is vulnerable to a denial of service, caused by the lack of folder count validation. The vulnerability exists due to the application not properly controlling the consumption of internal resources while parsing a tar file. By sending a specially crafted request, a remote attacker can trigger resource exhaustion and perform a denial of service (DoS) attack.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "node-tar: denial of service while parsing a tar file due to lack of folders depth validation",
"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.16:odf4/mcg-core-rhel9@sha256:088b9e19fc16a4fbb655b81ab1fbe78aa82ebce2ad5ad0df67fc8b361b4fe170_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:2c29d14c5d64f810cc68fdb894700819f5122a354d5cbb473cf73f517f5315e9_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:5c2628c9c3de8ff9eaf6c727eaa2b4382741f21afeb4154329714b404fb4e1df_arm64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:f4a85d993ae326570a5e4dd8bdf9e5cec586c2f8b55a962940457f39787d6af8_s390x"
],
"known_not_affected": [
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:5fbef84c4a88ad4ea88a1b2232cc0d6630fa47c8e3ae874a485c971c6d5951b9_ppc64le",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:ac0c3a8d86539bc4668e1a6de82e1f8439a1fbbb17a3b4102cabf078f021b41f_amd64",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:c94f20ad65f5411c7cabafd574e52f2fcb52d2f917003ae71adc736028f962bf_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:061fc659ec847d38201a7b049b813df1fddac1e97d2caddaaac3d91d5e05fd46_amd64",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:3cc0e4ec3f46d066bfc5546a2efdab3a44aa38f2d6dc961509bee8f7f9cb5ddb_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:7c00300daa75158d7a406317be71f2a8932a613b769144ae92a5ae225f4feb1e_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:193a773d4f1ed8ec6097579507dddd3863301ec546e325e38b5290235f06c802_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:968deb95e9fde6ba12565e3ef601bfc60551ac6ac7c122b2bdacea09b6574266_arm64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:d608a1d128733b31b552d8410c1d95cb740646cea32b79ee401d2de178e08ca9_amd64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:f717a955a7ca2c3b1eac84e4b192ab38dcf1e98f6baea0ef592071c60f389bd1_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:46486b7e3b087bfec9c7b0dd4547af1190cee2be55dee7400ec90e6dc4b434f4_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a20b4235cee3193794be549c645164c2811a044498a777591437ff440264a7da_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a552dbccf217e8deaec318bcaf9b40877d3be1e88d091ae1684959f48367e0f2_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:8f650cf5915d5b7a15931e4a11d7c6be43d16068132f4cb4ef3e0c3e3cfbc17c_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:978017d3524aded83f4c63710e0b10dc2a453a22b5bc9ef801c7e70ac13aee40_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:9c3b15da5ddf22af93ae1617329ef41fddb4e6c00bbf9ea12567c4fc2c14cfdf_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:41c7883aafc2938852f5920ac2a178e1b0f39e0acdb817678696adec90fa2686_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:95a047d3be90468e15a9f246f8e0fbfd159f18f7a9841d07c75e6c3f30c7c80a_arm64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:d383069c5e89e051a15e95e61e9bd5197edf4f91fde60df8b8ed7d4e8269452e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:f2ab9f9eb9e502f0d78b32159dfc5aeae77ec9698ed3a2aeecd184407388f1e3_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:38d7fe0b8fa164df79d08fe2d20af60d7530e2691e7d4f183d71f138a00a128e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:a8f0e209e62e02a20648f982360e5b5ec7e62c294b4f7eb7df53ccd0bb750008_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:cd6bbc33a59480c1c504a88f86ca4bb51de037db3c993581d18ee7e887c96dcc_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:2bd43ed14d916a13f2d631f8dc350313c47619033134463399d76e77688f4c2e_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:92c7cf4ce69644ffa955c78b1e18aab5f9c3a843f889703a326ea9e6697455af_s390x",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:e1abb6a3be342350f7b3f641f9e036e2bd998e5fd6bd215730f3d39526e1d16f_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a714121fa385acb6fe75bb74f402be8cf6da85372fd4a34abfbb9b546782e9c0_amd64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a9cdb157400f7826b8c5075591d26dd9e25628e94189de3b90c8e9389e3181ed_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:ab289e798f909cf238f410984b7388db2f0a20794a3d55a06031fd9771efeaf7_arm64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:f5e5b787848d5838aaaeb58e3b8836ff67b4fcf9a2d3c9d19f27e06818fdf295_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:4b79f14a1d5130673921c4d711c0b919377307dd6d76d14386f9f83a5e1b4ecd_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:60ca8f2d341b1f1a09710a37c40f4c803c6b1b2d09fc1a7f53f9a979ad6643d6_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:92bd51fa0a6ee62be70dda32f5d922e70f4aea630b70bc7b5b74d0bf3c1d3a66_amd64",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:f518a439b56354f01a647d3c0550c909b42a879607982ce50bbbc0b6403a58f9_arm64",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5700bc3e6aadfa1890bb81bcc70f0ef026b5bd0d38f1e4bd35d04d5ceee7808d_ppc64le",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5972ba4c75e54f1670ec5ffb0a5a749a6992967ea0dd6e5d442019fa64dc1515_s390x",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:67108dd96a553925f2759cc5359447315aff09e7628a8228e71b04a8dee25f63_amd64",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:43334d92af32e97a11691d0fa7069746d59d6f73a0a2c0b97bbbfdc7937f117a_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8512465ad8828593d0f4b6d4208a6c60a0f297f70ef26a0c4c874f6ddf4798d2_s390x",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8b0583cf72b39299e6769f9c9fdc4321b7e384405aec8d1519d4ea5ac060fd05_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:ab568f027f842174927e1ccc7ca00448068e9241f40f53034d9ba74aaf062aa1_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:c4b5c7247825d7265f83ae5fb5e8a0f62fbb69cdbaf535d0d83320b817d7ef48_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:cf07146641dab9fe090c2b44d8f533375a5d04b8fcdedb42f75f10916b5b6ba6_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:3a4ec2b8d194134fc4a3cb9077306ba71eaef4e4544177f590c73ae7e40d490b_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:87e2d4e45b3d308e6937791d906c277df67c45321c7b760cca528f36e68d263d_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:8a090360648affdb24c12d7c2efaffc07bc21deb8b29f4ad3c12cf0a5ee6e19b_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:aff1de5e9ad24bbfacda0bf34bb6b28d27c3f9ce646ed53e93b4c87eb0bda93c_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:162f35a85baabd9055c53717463c908247769a9bf617a4b457adf398d2e972be_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:272f038ebe7fd778c6c24dcc27524f3aa807465576177681b8b80a6adb32be99_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:41064d2db3c4c1e651f2df89d6cd4a19027c6930edc6ab66b5535a2cd7f39f49_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:859301df4f104e3d36efc2446929c86805e586c3c5ac07548d0277442d5df6ca_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:2ca34569661d388d50cc0e9f5949ea7a404ceb266981855b3251c329dab88e11_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:d77cb43b5019248b790134edc980d7fb260c4dcb884f8e54d27c33b876a5f897_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:f9f73b9781288b1a52b06edb752efc9475a315e1dd9a445e28cc47d571762cfc_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:1ab09e10bfe23ed2e08513d887bd36c4bed003d6bcb7f1885364ef5a606ec010_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:9a42214d500a600785bb9a7bdd5b9580a5f8cfbf16980eb48bde3ae4ce855f3c_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:e87b8be96be2c5042af949785dd0c543e28d9432914a9543b08fd38d4a1e11ff_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:2eb40b0c565a4d150229ab504adfb2e0a2b4a5b25ff8ccb690e6d2dcae3bf424_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:36a0a82ab0c1e9d67d31aa8afe81bc1485541e3aefa221dbbc2a6822edfe8515_arm64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:8a8f7e1126adc73d210cdf8454c64356e2229e3aefc5bb4ba5a8bc7755a5d469_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:ef3d403c990fa7f2af167a123af043970cadc00b78b454b93dd9a4bca2699d2b_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:0ee210a535f1f11de40e1a0ee55a10855ce13c09dab9791ee4d35c59949ca934_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:3dc59c38e0cde2c9974d3fa5a7ce1c9f98589a5aeb486fdc8a8e7717656522fe_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:44c6bb264bbbd0ad67978dd2b4e01c530e653baf14b15f8a1eddff675fa760bd_amd64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:631643362d4345fdefb3fb34416ca09626b634c92fde970e1494a95fe5bdfc87_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:21c8ba4e41692cc24ce0127b4198413183451eff19a461941e9efb6bd140bfb4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:24d9bcb0da6e061f9de31768e94b660f955323e130f7eb0fc9e8746c1709d3f8_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:8ef36128140b9a90403fb672178d07be7fd16ddf9809ec628a693e0e2dd6d4a9_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:078bd92b92c28c3899986f4c6755950f3de044ca6b7214353cc0e84d2a67d570_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:0b08f6aba84c9f64b3253f5f23efaa0bba47be37f2582378509849b73db165e4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:64ca1e84e10bbc7522da216e4965658e06c540fce8c18f2976dab5c3236ea256_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0976ab8ba60319bf9ef20503de0fa249055e18a82ab36113affe7ad177b3f187_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:1d7f610fea74bb30b0276aa40556d9c03762c10f3bb71618afb5e6f5af718688_amd64",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:cf81ea45b333424981129e464f1374739a4f309efdcb26b9f7df2df4d346c1a9_ppc64le",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:dd9ca8286f54ba8e4151414afc65cbc4d619430676ab2735afc2a1e086b17921_arm64",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:1d89cd1a73d1bbd66988ce2224de39b799ecfa1cfe96d0ec2619ccc059c11d20_ppc64le",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:efdcf383abcb962ea0fdb92a9fa31f60a150a2c48174303881b550e5d9dec6f7_s390x",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:f500d5f16ea39d262ad4c52a9be03953e6e7ffa0f4349860976c41a70d8bb0e5_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:491a5b629d9777815ee6d28356cf82a7fd7939f2a39e65ae833440af1831b1db_s390x",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:80f47a30616834100466219c9e4d8c67fcef9554b2075c2bf81905c86b03d46b_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:cd38debd1e2088a81a31ac95eda219ad9d58d255ac0ed157a804837b00a87ac0_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:096d6e38c34c0c89e2b2e49d6c8b61acf9f88033d3b2814eefa62abee30d4993_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:4d03e157d3ed69eef8a8ee8a6c8f9e0746c16baa6ccff7c5c8a7457e9a8b9a56_s390x",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:d556581772224fe60606ece392a210f1a3b3de01a26959197c594634694d6ebb_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:0ef121586e961be58480d76ba988719daaa82e606a8cc3649a0d01ef75227bc0_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:3452dc4a07cb296d2102f3fbc34865496dcd418f602dc117cb327893f6464e71_ppc64le",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:61fb5b6ebf9ee44b9271eb3526cb3175c9a135f86223e165c05b73a390f617ea_arm64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:c6b46eca6dfec3a8fb48b61393707e11e8cc573aad7eb6ff95c4661092e913f0_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:79ad5ac0ee525277a8a1bd550428a5e0a04da73aa1d9df23d085ec888d12d45b_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:911c38bf283079dd024087bda48a37ddf0ec981da4589596565706e5dfcd6dad_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:c1f4872828308bf7f0477697fb74a0ab7c3f595e2c33e29ee873232efca1960d_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:0df69e6e3d2add83c5a74faff76837a49333184b1d170acee968d4c064933bcf_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:5c3c4bbf1bf820995a13588d02a8cf692e1343da25def005dab981078b14d970_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:e1a7fd2bf349908c710237a1f832a4e161e049d09691d36c453bc8ddb0e0eebe_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-28863"
},
{
"category": "external",
"summary": "RHBZ#2293200",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2293200"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-28863",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28863"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-28863",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-28863"
},
{
"category": "external",
"summary": "https://github.com/isaacs/node-tar/security/advisories/GHSA-f5x3-32g6-xq36",
"url": "https://github.com/isaacs/node-tar/security/advisories/GHSA-f5x3-32g6-xq36"
},
{
"category": "external",
"summary": "https://security.netapp.com/advisory/ntap-20240524-0005/",
"url": "https://security.netapp.com/advisory/ntap-20240524-0005/"
}
],
"release_date": "2024-03-21T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-07-17T13:09:39+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:088b9e19fc16a4fbb655b81ab1fbe78aa82ebce2ad5ad0df67fc8b361b4fe170_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:2c29d14c5d64f810cc68fdb894700819f5122a354d5cbb473cf73f517f5315e9_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:5c2628c9c3de8ff9eaf6c727eaa2b4382741f21afeb4154329714b404fb4e1df_arm64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:f4a85d993ae326570a5e4dd8bdf9e5cec586c2f8b55a962940457f39787d6af8_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:4591"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:5fbef84c4a88ad4ea88a1b2232cc0d6630fa47c8e3ae874a485c971c6d5951b9_ppc64le",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:ac0c3a8d86539bc4668e1a6de82e1f8439a1fbbb17a3b4102cabf078f021b41f_amd64",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:c94f20ad65f5411c7cabafd574e52f2fcb52d2f917003ae71adc736028f962bf_s390x",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:088b9e19fc16a4fbb655b81ab1fbe78aa82ebce2ad5ad0df67fc8b361b4fe170_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:2c29d14c5d64f810cc68fdb894700819f5122a354d5cbb473cf73f517f5315e9_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:5c2628c9c3de8ff9eaf6c727eaa2b4382741f21afeb4154329714b404fb4e1df_arm64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:f4a85d993ae326570a5e4dd8bdf9e5cec586c2f8b55a962940457f39787d6af8_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:061fc659ec847d38201a7b049b813df1fddac1e97d2caddaaac3d91d5e05fd46_amd64",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:3cc0e4ec3f46d066bfc5546a2efdab3a44aa38f2d6dc961509bee8f7f9cb5ddb_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:7c00300daa75158d7a406317be71f2a8932a613b769144ae92a5ae225f4feb1e_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:193a773d4f1ed8ec6097579507dddd3863301ec546e325e38b5290235f06c802_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:968deb95e9fde6ba12565e3ef601bfc60551ac6ac7c122b2bdacea09b6574266_arm64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:d608a1d128733b31b552d8410c1d95cb740646cea32b79ee401d2de178e08ca9_amd64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:f717a955a7ca2c3b1eac84e4b192ab38dcf1e98f6baea0ef592071c60f389bd1_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:46486b7e3b087bfec9c7b0dd4547af1190cee2be55dee7400ec90e6dc4b434f4_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a20b4235cee3193794be549c645164c2811a044498a777591437ff440264a7da_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a552dbccf217e8deaec318bcaf9b40877d3be1e88d091ae1684959f48367e0f2_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:8f650cf5915d5b7a15931e4a11d7c6be43d16068132f4cb4ef3e0c3e3cfbc17c_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:978017d3524aded83f4c63710e0b10dc2a453a22b5bc9ef801c7e70ac13aee40_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:9c3b15da5ddf22af93ae1617329ef41fddb4e6c00bbf9ea12567c4fc2c14cfdf_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:41c7883aafc2938852f5920ac2a178e1b0f39e0acdb817678696adec90fa2686_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:95a047d3be90468e15a9f246f8e0fbfd159f18f7a9841d07c75e6c3f30c7c80a_arm64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:d383069c5e89e051a15e95e61e9bd5197edf4f91fde60df8b8ed7d4e8269452e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:f2ab9f9eb9e502f0d78b32159dfc5aeae77ec9698ed3a2aeecd184407388f1e3_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:38d7fe0b8fa164df79d08fe2d20af60d7530e2691e7d4f183d71f138a00a128e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:a8f0e209e62e02a20648f982360e5b5ec7e62c294b4f7eb7df53ccd0bb750008_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:cd6bbc33a59480c1c504a88f86ca4bb51de037db3c993581d18ee7e887c96dcc_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:2bd43ed14d916a13f2d631f8dc350313c47619033134463399d76e77688f4c2e_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:92c7cf4ce69644ffa955c78b1e18aab5f9c3a843f889703a326ea9e6697455af_s390x",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:e1abb6a3be342350f7b3f641f9e036e2bd998e5fd6bd215730f3d39526e1d16f_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a714121fa385acb6fe75bb74f402be8cf6da85372fd4a34abfbb9b546782e9c0_amd64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a9cdb157400f7826b8c5075591d26dd9e25628e94189de3b90c8e9389e3181ed_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:ab289e798f909cf238f410984b7388db2f0a20794a3d55a06031fd9771efeaf7_arm64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:f5e5b787848d5838aaaeb58e3b8836ff67b4fcf9a2d3c9d19f27e06818fdf295_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:4b79f14a1d5130673921c4d711c0b919377307dd6d76d14386f9f83a5e1b4ecd_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:60ca8f2d341b1f1a09710a37c40f4c803c6b1b2d09fc1a7f53f9a979ad6643d6_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:92bd51fa0a6ee62be70dda32f5d922e70f4aea630b70bc7b5b74d0bf3c1d3a66_amd64",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:f518a439b56354f01a647d3c0550c909b42a879607982ce50bbbc0b6403a58f9_arm64",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5700bc3e6aadfa1890bb81bcc70f0ef026b5bd0d38f1e4bd35d04d5ceee7808d_ppc64le",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5972ba4c75e54f1670ec5ffb0a5a749a6992967ea0dd6e5d442019fa64dc1515_s390x",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:67108dd96a553925f2759cc5359447315aff09e7628a8228e71b04a8dee25f63_amd64",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:43334d92af32e97a11691d0fa7069746d59d6f73a0a2c0b97bbbfdc7937f117a_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8512465ad8828593d0f4b6d4208a6c60a0f297f70ef26a0c4c874f6ddf4798d2_s390x",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8b0583cf72b39299e6769f9c9fdc4321b7e384405aec8d1519d4ea5ac060fd05_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:ab568f027f842174927e1ccc7ca00448068e9241f40f53034d9ba74aaf062aa1_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:c4b5c7247825d7265f83ae5fb5e8a0f62fbb69cdbaf535d0d83320b817d7ef48_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:cf07146641dab9fe090c2b44d8f533375a5d04b8fcdedb42f75f10916b5b6ba6_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:3a4ec2b8d194134fc4a3cb9077306ba71eaef4e4544177f590c73ae7e40d490b_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:87e2d4e45b3d308e6937791d906c277df67c45321c7b760cca528f36e68d263d_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:8a090360648affdb24c12d7c2efaffc07bc21deb8b29f4ad3c12cf0a5ee6e19b_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:aff1de5e9ad24bbfacda0bf34bb6b28d27c3f9ce646ed53e93b4c87eb0bda93c_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:162f35a85baabd9055c53717463c908247769a9bf617a4b457adf398d2e972be_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:272f038ebe7fd778c6c24dcc27524f3aa807465576177681b8b80a6adb32be99_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:41064d2db3c4c1e651f2df89d6cd4a19027c6930edc6ab66b5535a2cd7f39f49_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:859301df4f104e3d36efc2446929c86805e586c3c5ac07548d0277442d5df6ca_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:2ca34569661d388d50cc0e9f5949ea7a404ceb266981855b3251c329dab88e11_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:d77cb43b5019248b790134edc980d7fb260c4dcb884f8e54d27c33b876a5f897_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:f9f73b9781288b1a52b06edb752efc9475a315e1dd9a445e28cc47d571762cfc_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:1ab09e10bfe23ed2e08513d887bd36c4bed003d6bcb7f1885364ef5a606ec010_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:9a42214d500a600785bb9a7bdd5b9580a5f8cfbf16980eb48bde3ae4ce855f3c_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:e87b8be96be2c5042af949785dd0c543e28d9432914a9543b08fd38d4a1e11ff_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:2eb40b0c565a4d150229ab504adfb2e0a2b4a5b25ff8ccb690e6d2dcae3bf424_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:36a0a82ab0c1e9d67d31aa8afe81bc1485541e3aefa221dbbc2a6822edfe8515_arm64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:8a8f7e1126adc73d210cdf8454c64356e2229e3aefc5bb4ba5a8bc7755a5d469_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:ef3d403c990fa7f2af167a123af043970cadc00b78b454b93dd9a4bca2699d2b_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:0ee210a535f1f11de40e1a0ee55a10855ce13c09dab9791ee4d35c59949ca934_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:3dc59c38e0cde2c9974d3fa5a7ce1c9f98589a5aeb486fdc8a8e7717656522fe_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:44c6bb264bbbd0ad67978dd2b4e01c530e653baf14b15f8a1eddff675fa760bd_amd64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:631643362d4345fdefb3fb34416ca09626b634c92fde970e1494a95fe5bdfc87_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:21c8ba4e41692cc24ce0127b4198413183451eff19a461941e9efb6bd140bfb4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:24d9bcb0da6e061f9de31768e94b660f955323e130f7eb0fc9e8746c1709d3f8_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:8ef36128140b9a90403fb672178d07be7fd16ddf9809ec628a693e0e2dd6d4a9_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:078bd92b92c28c3899986f4c6755950f3de044ca6b7214353cc0e84d2a67d570_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:0b08f6aba84c9f64b3253f5f23efaa0bba47be37f2582378509849b73db165e4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:64ca1e84e10bbc7522da216e4965658e06c540fce8c18f2976dab5c3236ea256_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0976ab8ba60319bf9ef20503de0fa249055e18a82ab36113affe7ad177b3f187_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:1d7f610fea74bb30b0276aa40556d9c03762c10f3bb71618afb5e6f5af718688_amd64",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:cf81ea45b333424981129e464f1374739a4f309efdcb26b9f7df2df4d346c1a9_ppc64le",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:dd9ca8286f54ba8e4151414afc65cbc4d619430676ab2735afc2a1e086b17921_arm64",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:1d89cd1a73d1bbd66988ce2224de39b799ecfa1cfe96d0ec2619ccc059c11d20_ppc64le",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:efdcf383abcb962ea0fdb92a9fa31f60a150a2c48174303881b550e5d9dec6f7_s390x",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:f500d5f16ea39d262ad4c52a9be03953e6e7ffa0f4349860976c41a70d8bb0e5_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:491a5b629d9777815ee6d28356cf82a7fd7939f2a39e65ae833440af1831b1db_s390x",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:80f47a30616834100466219c9e4d8c67fcef9554b2075c2bf81905c86b03d46b_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:cd38debd1e2088a81a31ac95eda219ad9d58d255ac0ed157a804837b00a87ac0_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:096d6e38c34c0c89e2b2e49d6c8b61acf9f88033d3b2814eefa62abee30d4993_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:4d03e157d3ed69eef8a8ee8a6c8f9e0746c16baa6ccff7c5c8a7457e9a8b9a56_s390x",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:d556581772224fe60606ece392a210f1a3b3de01a26959197c594634694d6ebb_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:0ef121586e961be58480d76ba988719daaa82e606a8cc3649a0d01ef75227bc0_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:3452dc4a07cb296d2102f3fbc34865496dcd418f602dc117cb327893f6464e71_ppc64le",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:61fb5b6ebf9ee44b9271eb3526cb3175c9a135f86223e165c05b73a390f617ea_arm64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:c6b46eca6dfec3a8fb48b61393707e11e8cc573aad7eb6ff95c4661092e913f0_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:79ad5ac0ee525277a8a1bd550428a5e0a04da73aa1d9df23d085ec888d12d45b_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:911c38bf283079dd024087bda48a37ddf0ec981da4589596565706e5dfcd6dad_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:c1f4872828308bf7f0477697fb74a0ab7c3f595e2c33e29ee873232efca1960d_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:0df69e6e3d2add83c5a74faff76837a49333184b1d170acee968d4c064933bcf_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:5c3c4bbf1bf820995a13588d02a8cf692e1343da25def005dab981078b14d970_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:e1a7fd2bf349908c710237a1f832a4e161e049d09691d36c453bc8ddb0e0eebe_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "node-tar: denial of service while parsing a tar file due to lack of folders depth validation"
},
{
"cve": "CVE-2024-37890",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2024-06-17T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:5fbef84c4a88ad4ea88a1b2232cc0d6630fa47c8e3ae874a485c971c6d5951b9_ppc64le",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:ac0c3a8d86539bc4668e1a6de82e1f8439a1fbbb17a3b4102cabf078f021b41f_amd64",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:c94f20ad65f5411c7cabafd574e52f2fcb52d2f917003ae71adc736028f962bf_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:061fc659ec847d38201a7b049b813df1fddac1e97d2caddaaac3d91d5e05fd46_amd64",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:3cc0e4ec3f46d066bfc5546a2efdab3a44aa38f2d6dc961509bee8f7f9cb5ddb_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:7c00300daa75158d7a406317be71f2a8932a613b769144ae92a5ae225f4feb1e_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:193a773d4f1ed8ec6097579507dddd3863301ec546e325e38b5290235f06c802_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:968deb95e9fde6ba12565e3ef601bfc60551ac6ac7c122b2bdacea09b6574266_arm64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:d608a1d128733b31b552d8410c1d95cb740646cea32b79ee401d2de178e08ca9_amd64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:f717a955a7ca2c3b1eac84e4b192ab38dcf1e98f6baea0ef592071c60f389bd1_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:46486b7e3b087bfec9c7b0dd4547af1190cee2be55dee7400ec90e6dc4b434f4_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a20b4235cee3193794be549c645164c2811a044498a777591437ff440264a7da_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a552dbccf217e8deaec318bcaf9b40877d3be1e88d091ae1684959f48367e0f2_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:8f650cf5915d5b7a15931e4a11d7c6be43d16068132f4cb4ef3e0c3e3cfbc17c_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:978017d3524aded83f4c63710e0b10dc2a453a22b5bc9ef801c7e70ac13aee40_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:9c3b15da5ddf22af93ae1617329ef41fddb4e6c00bbf9ea12567c4fc2c14cfdf_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:41c7883aafc2938852f5920ac2a178e1b0f39e0acdb817678696adec90fa2686_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:95a047d3be90468e15a9f246f8e0fbfd159f18f7a9841d07c75e6c3f30c7c80a_arm64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:d383069c5e89e051a15e95e61e9bd5197edf4f91fde60df8b8ed7d4e8269452e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:f2ab9f9eb9e502f0d78b32159dfc5aeae77ec9698ed3a2aeecd184407388f1e3_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:38d7fe0b8fa164df79d08fe2d20af60d7530e2691e7d4f183d71f138a00a128e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:a8f0e209e62e02a20648f982360e5b5ec7e62c294b4f7eb7df53ccd0bb750008_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:cd6bbc33a59480c1c504a88f86ca4bb51de037db3c993581d18ee7e887c96dcc_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:2bd43ed14d916a13f2d631f8dc350313c47619033134463399d76e77688f4c2e_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:92c7cf4ce69644ffa955c78b1e18aab5f9c3a843f889703a326ea9e6697455af_s390x",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:e1abb6a3be342350f7b3f641f9e036e2bd998e5fd6bd215730f3d39526e1d16f_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a714121fa385acb6fe75bb74f402be8cf6da85372fd4a34abfbb9b546782e9c0_amd64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a9cdb157400f7826b8c5075591d26dd9e25628e94189de3b90c8e9389e3181ed_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:ab289e798f909cf238f410984b7388db2f0a20794a3d55a06031fd9771efeaf7_arm64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:f5e5b787848d5838aaaeb58e3b8836ff67b4fcf9a2d3c9d19f27e06818fdf295_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:4b79f14a1d5130673921c4d711c0b919377307dd6d76d14386f9f83a5e1b4ecd_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:60ca8f2d341b1f1a09710a37c40f4c803c6b1b2d09fc1a7f53f9a979ad6643d6_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:92bd51fa0a6ee62be70dda32f5d922e70f4aea630b70bc7b5b74d0bf3c1d3a66_amd64",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:f518a439b56354f01a647d3c0550c909b42a879607982ce50bbbc0b6403a58f9_arm64",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5700bc3e6aadfa1890bb81bcc70f0ef026b5bd0d38f1e4bd35d04d5ceee7808d_ppc64le",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5972ba4c75e54f1670ec5ffb0a5a749a6992967ea0dd6e5d442019fa64dc1515_s390x",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:67108dd96a553925f2759cc5359447315aff09e7628a8228e71b04a8dee25f63_amd64",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:43334d92af32e97a11691d0fa7069746d59d6f73a0a2c0b97bbbfdc7937f117a_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8512465ad8828593d0f4b6d4208a6c60a0f297f70ef26a0c4c874f6ddf4798d2_s390x",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8b0583cf72b39299e6769f9c9fdc4321b7e384405aec8d1519d4ea5ac060fd05_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:ab568f027f842174927e1ccc7ca00448068e9241f40f53034d9ba74aaf062aa1_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:c4b5c7247825d7265f83ae5fb5e8a0f62fbb69cdbaf535d0d83320b817d7ef48_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:cf07146641dab9fe090c2b44d8f533375a5d04b8fcdedb42f75f10916b5b6ba6_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:3a4ec2b8d194134fc4a3cb9077306ba71eaef4e4544177f590c73ae7e40d490b_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:87e2d4e45b3d308e6937791d906c277df67c45321c7b760cca528f36e68d263d_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:8a090360648affdb24c12d7c2efaffc07bc21deb8b29f4ad3c12cf0a5ee6e19b_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:aff1de5e9ad24bbfacda0bf34bb6b28d27c3f9ce646ed53e93b4c87eb0bda93c_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:162f35a85baabd9055c53717463c908247769a9bf617a4b457adf398d2e972be_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:272f038ebe7fd778c6c24dcc27524f3aa807465576177681b8b80a6adb32be99_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:41064d2db3c4c1e651f2df89d6cd4a19027c6930edc6ab66b5535a2cd7f39f49_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:859301df4f104e3d36efc2446929c86805e586c3c5ac07548d0277442d5df6ca_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:2ca34569661d388d50cc0e9f5949ea7a404ceb266981855b3251c329dab88e11_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:d77cb43b5019248b790134edc980d7fb260c4dcb884f8e54d27c33b876a5f897_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:f9f73b9781288b1a52b06edb752efc9475a315e1dd9a445e28cc47d571762cfc_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:1ab09e10bfe23ed2e08513d887bd36c4bed003d6bcb7f1885364ef5a606ec010_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:9a42214d500a600785bb9a7bdd5b9580a5f8cfbf16980eb48bde3ae4ce855f3c_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:e87b8be96be2c5042af949785dd0c543e28d9432914a9543b08fd38d4a1e11ff_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:2eb40b0c565a4d150229ab504adfb2e0a2b4a5b25ff8ccb690e6d2dcae3bf424_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:36a0a82ab0c1e9d67d31aa8afe81bc1485541e3aefa221dbbc2a6822edfe8515_arm64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:8a8f7e1126adc73d210cdf8454c64356e2229e3aefc5bb4ba5a8bc7755a5d469_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:ef3d403c990fa7f2af167a123af043970cadc00b78b454b93dd9a4bca2699d2b_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:0ee210a535f1f11de40e1a0ee55a10855ce13c09dab9791ee4d35c59949ca934_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:3dc59c38e0cde2c9974d3fa5a7ce1c9f98589a5aeb486fdc8a8e7717656522fe_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:44c6bb264bbbd0ad67978dd2b4e01c530e653baf14b15f8a1eddff675fa760bd_amd64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:631643362d4345fdefb3fb34416ca09626b634c92fde970e1494a95fe5bdfc87_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:21c8ba4e41692cc24ce0127b4198413183451eff19a461941e9efb6bd140bfb4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:24d9bcb0da6e061f9de31768e94b660f955323e130f7eb0fc9e8746c1709d3f8_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:8ef36128140b9a90403fb672178d07be7fd16ddf9809ec628a693e0e2dd6d4a9_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:078bd92b92c28c3899986f4c6755950f3de044ca6b7214353cc0e84d2a67d570_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:0b08f6aba84c9f64b3253f5f23efaa0bba47be37f2582378509849b73db165e4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:64ca1e84e10bbc7522da216e4965658e06c540fce8c18f2976dab5c3236ea256_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0976ab8ba60319bf9ef20503de0fa249055e18a82ab36113affe7ad177b3f187_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:1d7f610fea74bb30b0276aa40556d9c03762c10f3bb71618afb5e6f5af718688_amd64",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:cf81ea45b333424981129e464f1374739a4f309efdcb26b9f7df2df4d346c1a9_ppc64le",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:dd9ca8286f54ba8e4151414afc65cbc4d619430676ab2735afc2a1e086b17921_arm64",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:1d89cd1a73d1bbd66988ce2224de39b799ecfa1cfe96d0ec2619ccc059c11d20_ppc64le",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:efdcf383abcb962ea0fdb92a9fa31f60a150a2c48174303881b550e5d9dec6f7_s390x",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:f500d5f16ea39d262ad4c52a9be03953e6e7ffa0f4349860976c41a70d8bb0e5_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:491a5b629d9777815ee6d28356cf82a7fd7939f2a39e65ae833440af1831b1db_s390x",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:80f47a30616834100466219c9e4d8c67fcef9554b2075c2bf81905c86b03d46b_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:cd38debd1e2088a81a31ac95eda219ad9d58d255ac0ed157a804837b00a87ac0_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:096d6e38c34c0c89e2b2e49d6c8b61acf9f88033d3b2814eefa62abee30d4993_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:4d03e157d3ed69eef8a8ee8a6c8f9e0746c16baa6ccff7c5c8a7457e9a8b9a56_s390x",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:d556581772224fe60606ece392a210f1a3b3de01a26959197c594634694d6ebb_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:0ef121586e961be58480d76ba988719daaa82e606a8cc3649a0d01ef75227bc0_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:3452dc4a07cb296d2102f3fbc34865496dcd418f602dc117cb327893f6464e71_ppc64le",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:61fb5b6ebf9ee44b9271eb3526cb3175c9a135f86223e165c05b73a390f617ea_arm64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:c6b46eca6dfec3a8fb48b61393707e11e8cc573aad7eb6ff95c4661092e913f0_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:79ad5ac0ee525277a8a1bd550428a5e0a04da73aa1d9df23d085ec888d12d45b_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:911c38bf283079dd024087bda48a37ddf0ec981da4589596565706e5dfcd6dad_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:c1f4872828308bf7f0477697fb74a0ab7c3f595e2c33e29ee873232efca1960d_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:0df69e6e3d2add83c5a74faff76837a49333184b1d170acee968d4c064933bcf_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:5c3c4bbf1bf820995a13588d02a8cf692e1343da25def005dab981078b14d970_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:e1a7fd2bf349908c710237a1f832a4e161e049d09691d36c453bc8ddb0e0eebe_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2292777"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Node.js WebSocket library (ws). A request with several headers exceeding the \u0027server.maxHeadersCount\u0027 threshold could be used to crash a ws server, leading to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nodejs-ws: denial of service when handling a request with many HTTP headers",
"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.16:odf4/mcg-core-rhel9@sha256:088b9e19fc16a4fbb655b81ab1fbe78aa82ebce2ad5ad0df67fc8b361b4fe170_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:2c29d14c5d64f810cc68fdb894700819f5122a354d5cbb473cf73f517f5315e9_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:5c2628c9c3de8ff9eaf6c727eaa2b4382741f21afeb4154329714b404fb4e1df_arm64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:f4a85d993ae326570a5e4dd8bdf9e5cec586c2f8b55a962940457f39787d6af8_s390x"
],
"known_not_affected": [
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:5fbef84c4a88ad4ea88a1b2232cc0d6630fa47c8e3ae874a485c971c6d5951b9_ppc64le",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:ac0c3a8d86539bc4668e1a6de82e1f8439a1fbbb17a3b4102cabf078f021b41f_amd64",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:c94f20ad65f5411c7cabafd574e52f2fcb52d2f917003ae71adc736028f962bf_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:061fc659ec847d38201a7b049b813df1fddac1e97d2caddaaac3d91d5e05fd46_amd64",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:3cc0e4ec3f46d066bfc5546a2efdab3a44aa38f2d6dc961509bee8f7f9cb5ddb_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:7c00300daa75158d7a406317be71f2a8932a613b769144ae92a5ae225f4feb1e_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:193a773d4f1ed8ec6097579507dddd3863301ec546e325e38b5290235f06c802_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:968deb95e9fde6ba12565e3ef601bfc60551ac6ac7c122b2bdacea09b6574266_arm64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:d608a1d128733b31b552d8410c1d95cb740646cea32b79ee401d2de178e08ca9_amd64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:f717a955a7ca2c3b1eac84e4b192ab38dcf1e98f6baea0ef592071c60f389bd1_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:46486b7e3b087bfec9c7b0dd4547af1190cee2be55dee7400ec90e6dc4b434f4_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a20b4235cee3193794be549c645164c2811a044498a777591437ff440264a7da_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a552dbccf217e8deaec318bcaf9b40877d3be1e88d091ae1684959f48367e0f2_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:8f650cf5915d5b7a15931e4a11d7c6be43d16068132f4cb4ef3e0c3e3cfbc17c_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:978017d3524aded83f4c63710e0b10dc2a453a22b5bc9ef801c7e70ac13aee40_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:9c3b15da5ddf22af93ae1617329ef41fddb4e6c00bbf9ea12567c4fc2c14cfdf_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:41c7883aafc2938852f5920ac2a178e1b0f39e0acdb817678696adec90fa2686_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:95a047d3be90468e15a9f246f8e0fbfd159f18f7a9841d07c75e6c3f30c7c80a_arm64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:d383069c5e89e051a15e95e61e9bd5197edf4f91fde60df8b8ed7d4e8269452e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:f2ab9f9eb9e502f0d78b32159dfc5aeae77ec9698ed3a2aeecd184407388f1e3_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:38d7fe0b8fa164df79d08fe2d20af60d7530e2691e7d4f183d71f138a00a128e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:a8f0e209e62e02a20648f982360e5b5ec7e62c294b4f7eb7df53ccd0bb750008_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:cd6bbc33a59480c1c504a88f86ca4bb51de037db3c993581d18ee7e887c96dcc_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:2bd43ed14d916a13f2d631f8dc350313c47619033134463399d76e77688f4c2e_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:92c7cf4ce69644ffa955c78b1e18aab5f9c3a843f889703a326ea9e6697455af_s390x",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:e1abb6a3be342350f7b3f641f9e036e2bd998e5fd6bd215730f3d39526e1d16f_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a714121fa385acb6fe75bb74f402be8cf6da85372fd4a34abfbb9b546782e9c0_amd64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a9cdb157400f7826b8c5075591d26dd9e25628e94189de3b90c8e9389e3181ed_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:ab289e798f909cf238f410984b7388db2f0a20794a3d55a06031fd9771efeaf7_arm64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:f5e5b787848d5838aaaeb58e3b8836ff67b4fcf9a2d3c9d19f27e06818fdf295_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:4b79f14a1d5130673921c4d711c0b919377307dd6d76d14386f9f83a5e1b4ecd_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:60ca8f2d341b1f1a09710a37c40f4c803c6b1b2d09fc1a7f53f9a979ad6643d6_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:92bd51fa0a6ee62be70dda32f5d922e70f4aea630b70bc7b5b74d0bf3c1d3a66_amd64",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:f518a439b56354f01a647d3c0550c909b42a879607982ce50bbbc0b6403a58f9_arm64",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5700bc3e6aadfa1890bb81bcc70f0ef026b5bd0d38f1e4bd35d04d5ceee7808d_ppc64le",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5972ba4c75e54f1670ec5ffb0a5a749a6992967ea0dd6e5d442019fa64dc1515_s390x",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:67108dd96a553925f2759cc5359447315aff09e7628a8228e71b04a8dee25f63_amd64",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:43334d92af32e97a11691d0fa7069746d59d6f73a0a2c0b97bbbfdc7937f117a_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8512465ad8828593d0f4b6d4208a6c60a0f297f70ef26a0c4c874f6ddf4798d2_s390x",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8b0583cf72b39299e6769f9c9fdc4321b7e384405aec8d1519d4ea5ac060fd05_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:ab568f027f842174927e1ccc7ca00448068e9241f40f53034d9ba74aaf062aa1_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:c4b5c7247825d7265f83ae5fb5e8a0f62fbb69cdbaf535d0d83320b817d7ef48_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:cf07146641dab9fe090c2b44d8f533375a5d04b8fcdedb42f75f10916b5b6ba6_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:3a4ec2b8d194134fc4a3cb9077306ba71eaef4e4544177f590c73ae7e40d490b_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:87e2d4e45b3d308e6937791d906c277df67c45321c7b760cca528f36e68d263d_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:8a090360648affdb24c12d7c2efaffc07bc21deb8b29f4ad3c12cf0a5ee6e19b_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:aff1de5e9ad24bbfacda0bf34bb6b28d27c3f9ce646ed53e93b4c87eb0bda93c_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:162f35a85baabd9055c53717463c908247769a9bf617a4b457adf398d2e972be_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:272f038ebe7fd778c6c24dcc27524f3aa807465576177681b8b80a6adb32be99_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:41064d2db3c4c1e651f2df89d6cd4a19027c6930edc6ab66b5535a2cd7f39f49_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:859301df4f104e3d36efc2446929c86805e586c3c5ac07548d0277442d5df6ca_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:2ca34569661d388d50cc0e9f5949ea7a404ceb266981855b3251c329dab88e11_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:d77cb43b5019248b790134edc980d7fb260c4dcb884f8e54d27c33b876a5f897_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:f9f73b9781288b1a52b06edb752efc9475a315e1dd9a445e28cc47d571762cfc_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:1ab09e10bfe23ed2e08513d887bd36c4bed003d6bcb7f1885364ef5a606ec010_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:9a42214d500a600785bb9a7bdd5b9580a5f8cfbf16980eb48bde3ae4ce855f3c_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:e87b8be96be2c5042af949785dd0c543e28d9432914a9543b08fd38d4a1e11ff_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:2eb40b0c565a4d150229ab504adfb2e0a2b4a5b25ff8ccb690e6d2dcae3bf424_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:36a0a82ab0c1e9d67d31aa8afe81bc1485541e3aefa221dbbc2a6822edfe8515_arm64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:8a8f7e1126adc73d210cdf8454c64356e2229e3aefc5bb4ba5a8bc7755a5d469_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:ef3d403c990fa7f2af167a123af043970cadc00b78b454b93dd9a4bca2699d2b_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:0ee210a535f1f11de40e1a0ee55a10855ce13c09dab9791ee4d35c59949ca934_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:3dc59c38e0cde2c9974d3fa5a7ce1c9f98589a5aeb486fdc8a8e7717656522fe_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:44c6bb264bbbd0ad67978dd2b4e01c530e653baf14b15f8a1eddff675fa760bd_amd64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:631643362d4345fdefb3fb34416ca09626b634c92fde970e1494a95fe5bdfc87_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:21c8ba4e41692cc24ce0127b4198413183451eff19a461941e9efb6bd140bfb4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:24d9bcb0da6e061f9de31768e94b660f955323e130f7eb0fc9e8746c1709d3f8_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:8ef36128140b9a90403fb672178d07be7fd16ddf9809ec628a693e0e2dd6d4a9_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:078bd92b92c28c3899986f4c6755950f3de044ca6b7214353cc0e84d2a67d570_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:0b08f6aba84c9f64b3253f5f23efaa0bba47be37f2582378509849b73db165e4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:64ca1e84e10bbc7522da216e4965658e06c540fce8c18f2976dab5c3236ea256_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0976ab8ba60319bf9ef20503de0fa249055e18a82ab36113affe7ad177b3f187_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:1d7f610fea74bb30b0276aa40556d9c03762c10f3bb71618afb5e6f5af718688_amd64",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:cf81ea45b333424981129e464f1374739a4f309efdcb26b9f7df2df4d346c1a9_ppc64le",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:dd9ca8286f54ba8e4151414afc65cbc4d619430676ab2735afc2a1e086b17921_arm64",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:1d89cd1a73d1bbd66988ce2224de39b799ecfa1cfe96d0ec2619ccc059c11d20_ppc64le",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:efdcf383abcb962ea0fdb92a9fa31f60a150a2c48174303881b550e5d9dec6f7_s390x",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:f500d5f16ea39d262ad4c52a9be03953e6e7ffa0f4349860976c41a70d8bb0e5_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:491a5b629d9777815ee6d28356cf82a7fd7939f2a39e65ae833440af1831b1db_s390x",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:80f47a30616834100466219c9e4d8c67fcef9554b2075c2bf81905c86b03d46b_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:cd38debd1e2088a81a31ac95eda219ad9d58d255ac0ed157a804837b00a87ac0_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:096d6e38c34c0c89e2b2e49d6c8b61acf9f88033d3b2814eefa62abee30d4993_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:4d03e157d3ed69eef8a8ee8a6c8f9e0746c16baa6ccff7c5c8a7457e9a8b9a56_s390x",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:d556581772224fe60606ece392a210f1a3b3de01a26959197c594634694d6ebb_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:0ef121586e961be58480d76ba988719daaa82e606a8cc3649a0d01ef75227bc0_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:3452dc4a07cb296d2102f3fbc34865496dcd418f602dc117cb327893f6464e71_ppc64le",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:61fb5b6ebf9ee44b9271eb3526cb3175c9a135f86223e165c05b73a390f617ea_arm64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:c6b46eca6dfec3a8fb48b61393707e11e8cc573aad7eb6ff95c4661092e913f0_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:79ad5ac0ee525277a8a1bd550428a5e0a04da73aa1d9df23d085ec888d12d45b_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:911c38bf283079dd024087bda48a37ddf0ec981da4589596565706e5dfcd6dad_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:c1f4872828308bf7f0477697fb74a0ab7c3f595e2c33e29ee873232efca1960d_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:0df69e6e3d2add83c5a74faff76837a49333184b1d170acee968d4c064933bcf_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:5c3c4bbf1bf820995a13588d02a8cf692e1343da25def005dab981078b14d970_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:e1a7fd2bf349908c710237a1f832a4e161e049d09691d36c453bc8ddb0e0eebe_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-37890"
},
{
"category": "external",
"summary": "RHBZ#2292777",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292777"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-37890",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37890"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-37890",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-37890"
},
{
"category": "external",
"summary": "https://github.com/websockets/ws/security/advisories/GHSA-3h5v-q93c-6h6q",
"url": "https://github.com/websockets/ws/security/advisories/GHSA-3h5v-q93c-6h6q"
}
],
"release_date": "2024-06-16T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-07-17T13:09:39+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:088b9e19fc16a4fbb655b81ab1fbe78aa82ebce2ad5ad0df67fc8b361b4fe170_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:2c29d14c5d64f810cc68fdb894700819f5122a354d5cbb473cf73f517f5315e9_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:5c2628c9c3de8ff9eaf6c727eaa2b4382741f21afeb4154329714b404fb4e1df_arm64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:f4a85d993ae326570a5e4dd8bdf9e5cec586c2f8b55a962940457f39787d6af8_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:4591"
},
{
"category": "workaround",
"details": "The issue can be mitigated by reducing the maximum allowed length of the request headers using the --max-http-header-size=size or the maxHeaderSize options so that no more headers than the server.maxHeadersCount limit can be sent. The issue can be mitigated also by seting server.maxHeadersCount to 0.",
"product_ids": [
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:5fbef84c4a88ad4ea88a1b2232cc0d6630fa47c8e3ae874a485c971c6d5951b9_ppc64le",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:ac0c3a8d86539bc4668e1a6de82e1f8439a1fbbb17a3b4102cabf078f021b41f_amd64",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:c94f20ad65f5411c7cabafd574e52f2fcb52d2f917003ae71adc736028f962bf_s390x",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:088b9e19fc16a4fbb655b81ab1fbe78aa82ebce2ad5ad0df67fc8b361b4fe170_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:2c29d14c5d64f810cc68fdb894700819f5122a354d5cbb473cf73f517f5315e9_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:5c2628c9c3de8ff9eaf6c727eaa2b4382741f21afeb4154329714b404fb4e1df_arm64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:f4a85d993ae326570a5e4dd8bdf9e5cec586c2f8b55a962940457f39787d6af8_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:061fc659ec847d38201a7b049b813df1fddac1e97d2caddaaac3d91d5e05fd46_amd64",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:3cc0e4ec3f46d066bfc5546a2efdab3a44aa38f2d6dc961509bee8f7f9cb5ddb_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:7c00300daa75158d7a406317be71f2a8932a613b769144ae92a5ae225f4feb1e_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:193a773d4f1ed8ec6097579507dddd3863301ec546e325e38b5290235f06c802_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:968deb95e9fde6ba12565e3ef601bfc60551ac6ac7c122b2bdacea09b6574266_arm64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:d608a1d128733b31b552d8410c1d95cb740646cea32b79ee401d2de178e08ca9_amd64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:f717a955a7ca2c3b1eac84e4b192ab38dcf1e98f6baea0ef592071c60f389bd1_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:46486b7e3b087bfec9c7b0dd4547af1190cee2be55dee7400ec90e6dc4b434f4_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a20b4235cee3193794be549c645164c2811a044498a777591437ff440264a7da_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a552dbccf217e8deaec318bcaf9b40877d3be1e88d091ae1684959f48367e0f2_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:8f650cf5915d5b7a15931e4a11d7c6be43d16068132f4cb4ef3e0c3e3cfbc17c_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:978017d3524aded83f4c63710e0b10dc2a453a22b5bc9ef801c7e70ac13aee40_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:9c3b15da5ddf22af93ae1617329ef41fddb4e6c00bbf9ea12567c4fc2c14cfdf_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:41c7883aafc2938852f5920ac2a178e1b0f39e0acdb817678696adec90fa2686_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:95a047d3be90468e15a9f246f8e0fbfd159f18f7a9841d07c75e6c3f30c7c80a_arm64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:d383069c5e89e051a15e95e61e9bd5197edf4f91fde60df8b8ed7d4e8269452e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:f2ab9f9eb9e502f0d78b32159dfc5aeae77ec9698ed3a2aeecd184407388f1e3_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:38d7fe0b8fa164df79d08fe2d20af60d7530e2691e7d4f183d71f138a00a128e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:a8f0e209e62e02a20648f982360e5b5ec7e62c294b4f7eb7df53ccd0bb750008_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:cd6bbc33a59480c1c504a88f86ca4bb51de037db3c993581d18ee7e887c96dcc_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:2bd43ed14d916a13f2d631f8dc350313c47619033134463399d76e77688f4c2e_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:92c7cf4ce69644ffa955c78b1e18aab5f9c3a843f889703a326ea9e6697455af_s390x",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:e1abb6a3be342350f7b3f641f9e036e2bd998e5fd6bd215730f3d39526e1d16f_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a714121fa385acb6fe75bb74f402be8cf6da85372fd4a34abfbb9b546782e9c0_amd64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a9cdb157400f7826b8c5075591d26dd9e25628e94189de3b90c8e9389e3181ed_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:ab289e798f909cf238f410984b7388db2f0a20794a3d55a06031fd9771efeaf7_arm64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:f5e5b787848d5838aaaeb58e3b8836ff67b4fcf9a2d3c9d19f27e06818fdf295_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:4b79f14a1d5130673921c4d711c0b919377307dd6d76d14386f9f83a5e1b4ecd_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:60ca8f2d341b1f1a09710a37c40f4c803c6b1b2d09fc1a7f53f9a979ad6643d6_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:92bd51fa0a6ee62be70dda32f5d922e70f4aea630b70bc7b5b74d0bf3c1d3a66_amd64",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:f518a439b56354f01a647d3c0550c909b42a879607982ce50bbbc0b6403a58f9_arm64",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5700bc3e6aadfa1890bb81bcc70f0ef026b5bd0d38f1e4bd35d04d5ceee7808d_ppc64le",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5972ba4c75e54f1670ec5ffb0a5a749a6992967ea0dd6e5d442019fa64dc1515_s390x",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:67108dd96a553925f2759cc5359447315aff09e7628a8228e71b04a8dee25f63_amd64",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:43334d92af32e97a11691d0fa7069746d59d6f73a0a2c0b97bbbfdc7937f117a_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8512465ad8828593d0f4b6d4208a6c60a0f297f70ef26a0c4c874f6ddf4798d2_s390x",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8b0583cf72b39299e6769f9c9fdc4321b7e384405aec8d1519d4ea5ac060fd05_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:ab568f027f842174927e1ccc7ca00448068e9241f40f53034d9ba74aaf062aa1_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:c4b5c7247825d7265f83ae5fb5e8a0f62fbb69cdbaf535d0d83320b817d7ef48_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:cf07146641dab9fe090c2b44d8f533375a5d04b8fcdedb42f75f10916b5b6ba6_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:3a4ec2b8d194134fc4a3cb9077306ba71eaef4e4544177f590c73ae7e40d490b_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:87e2d4e45b3d308e6937791d906c277df67c45321c7b760cca528f36e68d263d_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:8a090360648affdb24c12d7c2efaffc07bc21deb8b29f4ad3c12cf0a5ee6e19b_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:aff1de5e9ad24bbfacda0bf34bb6b28d27c3f9ce646ed53e93b4c87eb0bda93c_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:162f35a85baabd9055c53717463c908247769a9bf617a4b457adf398d2e972be_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:272f038ebe7fd778c6c24dcc27524f3aa807465576177681b8b80a6adb32be99_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:41064d2db3c4c1e651f2df89d6cd4a19027c6930edc6ab66b5535a2cd7f39f49_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:859301df4f104e3d36efc2446929c86805e586c3c5ac07548d0277442d5df6ca_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:2ca34569661d388d50cc0e9f5949ea7a404ceb266981855b3251c329dab88e11_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:d77cb43b5019248b790134edc980d7fb260c4dcb884f8e54d27c33b876a5f897_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:f9f73b9781288b1a52b06edb752efc9475a315e1dd9a445e28cc47d571762cfc_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:1ab09e10bfe23ed2e08513d887bd36c4bed003d6bcb7f1885364ef5a606ec010_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:9a42214d500a600785bb9a7bdd5b9580a5f8cfbf16980eb48bde3ae4ce855f3c_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:e87b8be96be2c5042af949785dd0c543e28d9432914a9543b08fd38d4a1e11ff_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:2eb40b0c565a4d150229ab504adfb2e0a2b4a5b25ff8ccb690e6d2dcae3bf424_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:36a0a82ab0c1e9d67d31aa8afe81bc1485541e3aefa221dbbc2a6822edfe8515_arm64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:8a8f7e1126adc73d210cdf8454c64356e2229e3aefc5bb4ba5a8bc7755a5d469_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:ef3d403c990fa7f2af167a123af043970cadc00b78b454b93dd9a4bca2699d2b_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:0ee210a535f1f11de40e1a0ee55a10855ce13c09dab9791ee4d35c59949ca934_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:3dc59c38e0cde2c9974d3fa5a7ce1c9f98589a5aeb486fdc8a8e7717656522fe_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:44c6bb264bbbd0ad67978dd2b4e01c530e653baf14b15f8a1eddff675fa760bd_amd64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:631643362d4345fdefb3fb34416ca09626b634c92fde970e1494a95fe5bdfc87_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:21c8ba4e41692cc24ce0127b4198413183451eff19a461941e9efb6bd140bfb4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:24d9bcb0da6e061f9de31768e94b660f955323e130f7eb0fc9e8746c1709d3f8_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:8ef36128140b9a90403fb672178d07be7fd16ddf9809ec628a693e0e2dd6d4a9_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:078bd92b92c28c3899986f4c6755950f3de044ca6b7214353cc0e84d2a67d570_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:0b08f6aba84c9f64b3253f5f23efaa0bba47be37f2582378509849b73db165e4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:64ca1e84e10bbc7522da216e4965658e06c540fce8c18f2976dab5c3236ea256_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0976ab8ba60319bf9ef20503de0fa249055e18a82ab36113affe7ad177b3f187_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:1d7f610fea74bb30b0276aa40556d9c03762c10f3bb71618afb5e6f5af718688_amd64",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:cf81ea45b333424981129e464f1374739a4f309efdcb26b9f7df2df4d346c1a9_ppc64le",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:dd9ca8286f54ba8e4151414afc65cbc4d619430676ab2735afc2a1e086b17921_arm64",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:1d89cd1a73d1bbd66988ce2224de39b799ecfa1cfe96d0ec2619ccc059c11d20_ppc64le",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:efdcf383abcb962ea0fdb92a9fa31f60a150a2c48174303881b550e5d9dec6f7_s390x",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:f500d5f16ea39d262ad4c52a9be03953e6e7ffa0f4349860976c41a70d8bb0e5_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:491a5b629d9777815ee6d28356cf82a7fd7939f2a39e65ae833440af1831b1db_s390x",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:80f47a30616834100466219c9e4d8c67fcef9554b2075c2bf81905c86b03d46b_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:cd38debd1e2088a81a31ac95eda219ad9d58d255ac0ed157a804837b00a87ac0_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:096d6e38c34c0c89e2b2e49d6c8b61acf9f88033d3b2814eefa62abee30d4993_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:4d03e157d3ed69eef8a8ee8a6c8f9e0746c16baa6ccff7c5c8a7457e9a8b9a56_s390x",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:d556581772224fe60606ece392a210f1a3b3de01a26959197c594634694d6ebb_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:0ef121586e961be58480d76ba988719daaa82e606a8cc3649a0d01ef75227bc0_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:3452dc4a07cb296d2102f3fbc34865496dcd418f602dc117cb327893f6464e71_ppc64le",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:61fb5b6ebf9ee44b9271eb3526cb3175c9a135f86223e165c05b73a390f617ea_arm64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:c6b46eca6dfec3a8fb48b61393707e11e8cc573aad7eb6ff95c4661092e913f0_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:79ad5ac0ee525277a8a1bd550428a5e0a04da73aa1d9df23d085ec888d12d45b_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:911c38bf283079dd024087bda48a37ddf0ec981da4589596565706e5dfcd6dad_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:c1f4872828308bf7f0477697fb74a0ab7c3f595e2c33e29ee873232efca1960d_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:0df69e6e3d2add83c5a74faff76837a49333184b1d170acee968d4c064933bcf_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:5c3c4bbf1bf820995a13588d02a8cf692e1343da25def005dab981078b14d970_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:e1a7fd2bf349908c710237a1f832a4e161e049d09691d36c453bc8ddb0e0eebe_ppc64le"
]
}
],
"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.16:odf4/cephcsi-rhel9@sha256:5fbef84c4a88ad4ea88a1b2232cc0d6630fa47c8e3ae874a485c971c6d5951b9_ppc64le",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:ac0c3a8d86539bc4668e1a6de82e1f8439a1fbbb17a3b4102cabf078f021b41f_amd64",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:c94f20ad65f5411c7cabafd574e52f2fcb52d2f917003ae71adc736028f962bf_s390x",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:088b9e19fc16a4fbb655b81ab1fbe78aa82ebce2ad5ad0df67fc8b361b4fe170_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:2c29d14c5d64f810cc68fdb894700819f5122a354d5cbb473cf73f517f5315e9_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:5c2628c9c3de8ff9eaf6c727eaa2b4382741f21afeb4154329714b404fb4e1df_arm64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:f4a85d993ae326570a5e4dd8bdf9e5cec586c2f8b55a962940457f39787d6af8_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:061fc659ec847d38201a7b049b813df1fddac1e97d2caddaaac3d91d5e05fd46_amd64",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:3cc0e4ec3f46d066bfc5546a2efdab3a44aa38f2d6dc961509bee8f7f9cb5ddb_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:7c00300daa75158d7a406317be71f2a8932a613b769144ae92a5ae225f4feb1e_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:193a773d4f1ed8ec6097579507dddd3863301ec546e325e38b5290235f06c802_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:968deb95e9fde6ba12565e3ef601bfc60551ac6ac7c122b2bdacea09b6574266_arm64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:d608a1d128733b31b552d8410c1d95cb740646cea32b79ee401d2de178e08ca9_amd64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:f717a955a7ca2c3b1eac84e4b192ab38dcf1e98f6baea0ef592071c60f389bd1_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:46486b7e3b087bfec9c7b0dd4547af1190cee2be55dee7400ec90e6dc4b434f4_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a20b4235cee3193794be549c645164c2811a044498a777591437ff440264a7da_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:a552dbccf217e8deaec318bcaf9b40877d3be1e88d091ae1684959f48367e0f2_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:8f650cf5915d5b7a15931e4a11d7c6be43d16068132f4cb4ef3e0c3e3cfbc17c_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:978017d3524aded83f4c63710e0b10dc2a453a22b5bc9ef801c7e70ac13aee40_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:9c3b15da5ddf22af93ae1617329ef41fddb4e6c00bbf9ea12567c4fc2c14cfdf_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:41c7883aafc2938852f5920ac2a178e1b0f39e0acdb817678696adec90fa2686_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:95a047d3be90468e15a9f246f8e0fbfd159f18f7a9841d07c75e6c3f30c7c80a_arm64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:d383069c5e89e051a15e95e61e9bd5197edf4f91fde60df8b8ed7d4e8269452e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:f2ab9f9eb9e502f0d78b32159dfc5aeae77ec9698ed3a2aeecd184407388f1e3_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:38d7fe0b8fa164df79d08fe2d20af60d7530e2691e7d4f183d71f138a00a128e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:a8f0e209e62e02a20648f982360e5b5ec7e62c294b4f7eb7df53ccd0bb750008_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:cd6bbc33a59480c1c504a88f86ca4bb51de037db3c993581d18ee7e887c96dcc_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:2bd43ed14d916a13f2d631f8dc350313c47619033134463399d76e77688f4c2e_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:92c7cf4ce69644ffa955c78b1e18aab5f9c3a843f889703a326ea9e6697455af_s390x",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:e1abb6a3be342350f7b3f641f9e036e2bd998e5fd6bd215730f3d39526e1d16f_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a714121fa385acb6fe75bb74f402be8cf6da85372fd4a34abfbb9b546782e9c0_amd64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:a9cdb157400f7826b8c5075591d26dd9e25628e94189de3b90c8e9389e3181ed_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:ab289e798f909cf238f410984b7388db2f0a20794a3d55a06031fd9771efeaf7_arm64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:f5e5b787848d5838aaaeb58e3b8836ff67b4fcf9a2d3c9d19f27e06818fdf295_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:4b79f14a1d5130673921c4d711c0b919377307dd6d76d14386f9f83a5e1b4ecd_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:60ca8f2d341b1f1a09710a37c40f4c803c6b1b2d09fc1a7f53f9a979ad6643d6_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:92bd51fa0a6ee62be70dda32f5d922e70f4aea630b70bc7b5b74d0bf3c1d3a66_amd64",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:f518a439b56354f01a647d3c0550c909b42a879607982ce50bbbc0b6403a58f9_arm64",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5700bc3e6aadfa1890bb81bcc70f0ef026b5bd0d38f1e4bd35d04d5ceee7808d_ppc64le",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5972ba4c75e54f1670ec5ffb0a5a749a6992967ea0dd6e5d442019fa64dc1515_s390x",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:67108dd96a553925f2759cc5359447315aff09e7628a8228e71b04a8dee25f63_amd64",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:43334d92af32e97a11691d0fa7069746d59d6f73a0a2c0b97bbbfdc7937f117a_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8512465ad8828593d0f4b6d4208a6c60a0f297f70ef26a0c4c874f6ddf4798d2_s390x",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:8b0583cf72b39299e6769f9c9fdc4321b7e384405aec8d1519d4ea5ac060fd05_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:ab568f027f842174927e1ccc7ca00448068e9241f40f53034d9ba74aaf062aa1_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:c4b5c7247825d7265f83ae5fb5e8a0f62fbb69cdbaf535d0d83320b817d7ef48_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:cf07146641dab9fe090c2b44d8f533375a5d04b8fcdedb42f75f10916b5b6ba6_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:3a4ec2b8d194134fc4a3cb9077306ba71eaef4e4544177f590c73ae7e40d490b_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:87e2d4e45b3d308e6937791d906c277df67c45321c7b760cca528f36e68d263d_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:8a090360648affdb24c12d7c2efaffc07bc21deb8b29f4ad3c12cf0a5ee6e19b_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:aff1de5e9ad24bbfacda0bf34bb6b28d27c3f9ce646ed53e93b4c87eb0bda93c_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:162f35a85baabd9055c53717463c908247769a9bf617a4b457adf398d2e972be_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:272f038ebe7fd778c6c24dcc27524f3aa807465576177681b8b80a6adb32be99_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:41064d2db3c4c1e651f2df89d6cd4a19027c6930edc6ab66b5535a2cd7f39f49_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:859301df4f104e3d36efc2446929c86805e586c3c5ac07548d0277442d5df6ca_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:2ca34569661d388d50cc0e9f5949ea7a404ceb266981855b3251c329dab88e11_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:d77cb43b5019248b790134edc980d7fb260c4dcb884f8e54d27c33b876a5f897_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:f9f73b9781288b1a52b06edb752efc9475a315e1dd9a445e28cc47d571762cfc_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:1ab09e10bfe23ed2e08513d887bd36c4bed003d6bcb7f1885364ef5a606ec010_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:9a42214d500a600785bb9a7bdd5b9580a5f8cfbf16980eb48bde3ae4ce855f3c_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:e87b8be96be2c5042af949785dd0c543e28d9432914a9543b08fd38d4a1e11ff_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:2eb40b0c565a4d150229ab504adfb2e0a2b4a5b25ff8ccb690e6d2dcae3bf424_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:36a0a82ab0c1e9d67d31aa8afe81bc1485541e3aefa221dbbc2a6822edfe8515_arm64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:8a8f7e1126adc73d210cdf8454c64356e2229e3aefc5bb4ba5a8bc7755a5d469_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:ef3d403c990fa7f2af167a123af043970cadc00b78b454b93dd9a4bca2699d2b_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:0ee210a535f1f11de40e1a0ee55a10855ce13c09dab9791ee4d35c59949ca934_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:3dc59c38e0cde2c9974d3fa5a7ce1c9f98589a5aeb486fdc8a8e7717656522fe_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:44c6bb264bbbd0ad67978dd2b4e01c530e653baf14b15f8a1eddff675fa760bd_amd64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:631643362d4345fdefb3fb34416ca09626b634c92fde970e1494a95fe5bdfc87_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:21c8ba4e41692cc24ce0127b4198413183451eff19a461941e9efb6bd140bfb4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:24d9bcb0da6e061f9de31768e94b660f955323e130f7eb0fc9e8746c1709d3f8_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:8ef36128140b9a90403fb672178d07be7fd16ddf9809ec628a693e0e2dd6d4a9_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:078bd92b92c28c3899986f4c6755950f3de044ca6b7214353cc0e84d2a67d570_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:0b08f6aba84c9f64b3253f5f23efaa0bba47be37f2582378509849b73db165e4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:64ca1e84e10bbc7522da216e4965658e06c540fce8c18f2976dab5c3236ea256_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0976ab8ba60319bf9ef20503de0fa249055e18a82ab36113affe7ad177b3f187_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:1d7f610fea74bb30b0276aa40556d9c03762c10f3bb71618afb5e6f5af718688_amd64",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:cf81ea45b333424981129e464f1374739a4f309efdcb26b9f7df2df4d346c1a9_ppc64le",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:dd9ca8286f54ba8e4151414afc65cbc4d619430676ab2735afc2a1e086b17921_arm64",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:1d89cd1a73d1bbd66988ce2224de39b799ecfa1cfe96d0ec2619ccc059c11d20_ppc64le",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:efdcf383abcb962ea0fdb92a9fa31f60a150a2c48174303881b550e5d9dec6f7_s390x",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:f500d5f16ea39d262ad4c52a9be03953e6e7ffa0f4349860976c41a70d8bb0e5_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:491a5b629d9777815ee6d28356cf82a7fd7939f2a39e65ae833440af1831b1db_s390x",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:80f47a30616834100466219c9e4d8c67fcef9554b2075c2bf81905c86b03d46b_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:cd38debd1e2088a81a31ac95eda219ad9d58d255ac0ed157a804837b00a87ac0_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:096d6e38c34c0c89e2b2e49d6c8b61acf9f88033d3b2814eefa62abee30d4993_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:4d03e157d3ed69eef8a8ee8a6c8f9e0746c16baa6ccff7c5c8a7457e9a8b9a56_s390x",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:d556581772224fe60606ece392a210f1a3b3de01a26959197c594634694d6ebb_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:0ef121586e961be58480d76ba988719daaa82e606a8cc3649a0d01ef75227bc0_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:3452dc4a07cb296d2102f3fbc34865496dcd418f602dc117cb327893f6464e71_ppc64le",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:61fb5b6ebf9ee44b9271eb3526cb3175c9a135f86223e165c05b73a390f617ea_arm64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:c6b46eca6dfec3a8fb48b61393707e11e8cc573aad7eb6ff95c4661092e913f0_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:79ad5ac0ee525277a8a1bd550428a5e0a04da73aa1d9df23d085ec888d12d45b_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:911c38bf283079dd024087bda48a37ddf0ec981da4589596565706e5dfcd6dad_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:c1f4872828308bf7f0477697fb74a0ab7c3f595e2c33e29ee873232efca1960d_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:0df69e6e3d2add83c5a74faff76837a49333184b1d170acee968d4c064933bcf_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:5c3c4bbf1bf820995a13588d02a8cf692e1343da25def005dab981078b14d970_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:e1a7fd2bf349908c710237a1f832a4e161e049d09691d36c453bc8ddb0e0eebe_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "nodejs-ws: denial of service when handling a request with many HTTP headers"
}
]
}
RHSA-2024:4893
Vulnerability from csaf_redhat - Published: 2024-07-29 00:19 - Updated: 2026-04-30 13:14A flaw was discovered in Go's net/http standard library package. When parsing a multipart form (either explicitly with Request.ParseMultipartForm or implicitly with Request.FormValue, Request.PostFormValue, or Request.FormFile), limits on the total size of the parsed form were not applied to the memory consumed while reading a single form line. This permits a maliciously crafted input containing very long lines to cause allocation of arbitrarily large amounts of memory, potentially leading to memory exhaustion. With fix, the ParseMultipartForm function now correctly limits the maximum size of form lines.
A flaw was found in Go's crypto/x509 standard library package. Verifying a certificate chain that contains a certificate with an unknown public key algorithm will cause a Certificate.Verify to panic. This issue affects all crypto/tls clients and servers that set Config.ClientAuth to VerifyClientCertIfGiven or RequireAndVerifyClientCert.
A flaw was found in Go's html/template standard library package. If errors returned from MarshalJSON methods contain user-controlled data, they may be used to break the contextual auto-escaping behavior of the html/template package, allowing subsequent actions to inject unexpected content into templates.
A flaw was found in the Go language standard library net/netip. The method Is*() (IsPrivate(), IsPublic(), etc) doesn't behave properly when working with IPv6 mapped to IPv4 addresses. The unexpected behavior can lead to integrity and confidentiality issues, specifically when these methods are used to control access to resources or data.
{
"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 rhc-worker-script is now available for Red Hat Enterprise Linux 7.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The rhc-worker-script package provides a worker for the Remote Host Configuration (rhc) for the purpose of executing an interpreted programming language script on hosts managed by Red Hat Insights.\n\nSecurity Fix(es):\n\n* golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm (CVE-2024-24783)\n\n* golang: html/template: errors returned from MarshalJSON methods may break template escaping (CVE-2024-24785)\n\n* golang: net/http: memory exhaustion in Request.ParseMultipartForm (CVE-2023-45290)\n\n* golang: net/netip: Unexpected behavior from Is methods for IPv4-mapped IPv6 addresses (CVE-2024-24790)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2024:4893",
"url": "https://access.redhat.com/errata/RHSA-2024:4893"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2268017",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268017"
},
{
"category": "external",
"summary": "2268019",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268019"
},
{
"category": "external",
"summary": "2268022",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268022"
},
{
"category": "external",
"summary": "2292787",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292787"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_4893.json"
}
],
"title": "Red Hat Security Advisory: rhc-worker-script security update",
"tracking": {
"current_release_date": "2026-04-30T13:14:24+00:00",
"generator": {
"date": "2026-04-30T13:14:24+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.7"
}
},
"id": "RHSA-2024:4893",
"initial_release_date": "2024-07-29T00:19:42+00:00",
"revision_history": [
{
"date": "2024-07-29T00:19:42+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-07-29T00:19:42+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-30T13:14:24+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 Server (v. 7 ELS)",
"product": {
"name": "Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_els:7"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "rhc-worker-script-0:0.9-5.el7_9.src",
"product": {
"name": "rhc-worker-script-0:0.9-5.el7_9.src",
"product_id": "rhc-worker-script-0:0.9-5.el7_9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rhc-worker-script@0.9-5.el7_9?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "rhc-worker-script-0:0.9-5.el7_9.x86_64",
"product": {
"name": "rhc-worker-script-0:0.9-5.el7_9.x86_64",
"product_id": "rhc-worker-script-0:0.9-5.el7_9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rhc-worker-script@0.9-5.el7_9?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "rhc-worker-script-0:0.9-5.el7_9.src as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:rhc-worker-script-0:0.9-5.el7_9.src"
},
"product_reference": "rhc-worker-script-0:0.9-5.el7_9.src",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhc-worker-script-0:0.9-5.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:rhc-worker-script-0:0.9-5.el7_9.x86_64"
},
"product_reference": "rhc-worker-script-0:0.9-5.el7_9.x86_64",
"relates_to_product_reference": "7Server-ELS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-45290",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268017"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was discovered in Go\u0027s net/http standard library package. When parsing a multipart form (either explicitly with Request.ParseMultipartForm or implicitly with Request.FormValue, Request.PostFormValue, or Request.FormFile), limits on the total size of the parsed form were not applied to the memory consumed while reading a single form line. This permits a maliciously crafted input containing very long lines to cause allocation of arbitrarily large amounts of memory, potentially leading to memory exhaustion. With fix, the ParseMultipartForm function now correctly limits the maximum size of form lines.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http: golang: mime/multipart: golang: net/textproto: memory exhaustion in Request.ParseMultipartForm",
"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": [
"7Server-ELS:rhc-worker-script-0:0.9-5.el7_9.src",
"7Server-ELS:rhc-worker-script-0:0.9-5.el7_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45290"
},
{
"category": "external",
"summary": "RHBZ#2268017",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268017"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45290",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45290"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45290",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45290"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2024/03/08/4",
"url": "http://www.openwall.com/lists/oss-security/2024/03/08/4"
},
{
"category": "external",
"summary": "https://go.dev/cl/569341",
"url": "https://go.dev/cl/569341"
},
{
"category": "external",
"summary": "https://go.dev/issue/65383",
"url": "https://go.dev/issue/65383"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg",
"url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2599",
"url": "https://pkg.go.dev/vuln/GO-2024-2599"
},
{
"category": "external",
"summary": "https://security.netapp.com/advisory/ntap-20240329-0004",
"url": "https://security.netapp.com/advisory/ntap-20240329-0004"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-07-29T00:19:42+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"7Server-ELS:rhc-worker-script-0:0.9-5.el7_9.src",
"7Server-ELS:rhc-worker-script-0:0.9-5.el7_9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:4893"
},
{
"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": [
"7Server-ELS:rhc-worker-script-0:0.9-5.el7_9.src",
"7Server-ELS:rhc-worker-script-0:0.9-5.el7_9.x86_64"
]
}
],
"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": [
"7Server-ELS:rhc-worker-script-0:0.9-5.el7_9.src",
"7Server-ELS:rhc-worker-script-0:0.9-5.el7_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: golang: mime/multipart: golang: net/textproto: memory exhaustion in Request.ParseMultipartForm"
},
{
"cve": "CVE-2024-24783",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268019"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s crypto/x509 standard library package. Verifying a certificate chain that contains a certificate with an unknown public key algorithm will cause a Certificate.Verify to panic. This issue affects all crypto/tls clients and servers that set Config.ClientAuth to VerifyClientCertIfGiven or RequireAndVerifyClientCert.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm",
"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": [
"7Server-ELS:rhc-worker-script-0:0.9-5.el7_9.src",
"7Server-ELS:rhc-worker-script-0:0.9-5.el7_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24783"
},
{
"category": "external",
"summary": "RHBZ#2268019",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268019"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24783",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24783"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24783",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24783"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2024/03/08/4",
"url": "http://www.openwall.com/lists/oss-security/2024/03/08/4"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-3q2c-pvp5-3cqp",
"url": "https://github.com/advisories/GHSA-3q2c-pvp5-3cqp"
},
{
"category": "external",
"summary": "https://go.dev/cl/569339",
"url": "https://go.dev/cl/569339"
},
{
"category": "external",
"summary": "https://go.dev/issue/65390",
"url": "https://go.dev/issue/65390"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg",
"url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2598",
"url": "https://pkg.go.dev/vuln/GO-2024-2598"
},
{
"category": "external",
"summary": "https://security.netapp.com/advisory/ntap-20240329-0005",
"url": "https://security.netapp.com/advisory/ntap-20240329-0005"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-07-29T00:19:42+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"7Server-ELS:rhc-worker-script-0:0.9-5.el7_9.src",
"7Server-ELS:rhc-worker-script-0:0.9-5.el7_9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:4893"
},
{
"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": [
"7Server-ELS:rhc-worker-script-0:0.9-5.el7_9.src",
"7Server-ELS:rhc-worker-script-0:0.9-5.el7_9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"7Server-ELS:rhc-worker-script-0:0.9-5.el7_9.src",
"7Server-ELS:rhc-worker-script-0:0.9-5.el7_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm"
},
{
"cve": "CVE-2024-24785",
"cwe": {
"id": "CWE-74",
"name": "Improper Neutralization of Special Elements in Output Used by a Downstream Component (\u0027Injection\u0027)"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268022"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s html/template standard library package. If errors returned from MarshalJSON methods contain user-controlled data, they may be used to break the contextual auto-escaping behavior of the html/template package, allowing subsequent actions to inject unexpected content into templates.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: errors returned from MarshalJSON methods may break template escaping",
"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": [
"7Server-ELS:rhc-worker-script-0:0.9-5.el7_9.src",
"7Server-ELS:rhc-worker-script-0:0.9-5.el7_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24785"
},
{
"category": "external",
"summary": "RHBZ#2268022",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268022"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24785",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24785"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24785",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24785"
},
{
"category": "external",
"summary": "https://go.dev/cl/564196",
"url": "https://go.dev/cl/564196"
},
{
"category": "external",
"summary": "https://go.dev/issue/65697",
"url": "https://go.dev/issue/65697"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg",
"url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2024-2610.json",
"url": "https://vuln.go.dev/ID/GO-2024-2610.json"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-07-29T00:19:42+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"7Server-ELS:rhc-worker-script-0:0.9-5.el7_9.src",
"7Server-ELS:rhc-worker-script-0:0.9-5.el7_9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:4893"
},
{
"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": [
"7Server-ELS:rhc-worker-script-0:0.9-5.el7_9.src",
"7Server-ELS:rhc-worker-script-0:0.9-5.el7_9.x86_64"
]
}
],
"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": [
"7Server-ELS:rhc-worker-script-0:0.9-5.el7_9.src",
"7Server-ELS:rhc-worker-script-0:0.9-5.el7_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: errors returned from MarshalJSON methods may break template escaping"
},
{
"cve": "CVE-2024-24790",
"cwe": {
"id": "CWE-115",
"name": "Misinterpretation of Input"
},
"discovery_date": "2024-06-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2292787"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Go language standard library net/netip. The method Is*() (IsPrivate(), IsPublic(), etc) doesn\u0027t behave properly when working with IPv6 mapped to IPv4 addresses. The unexpected behavior can lead to integrity and confidentiality issues, specifically when these methods are used to control access to resources or data.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/netip: Unexpected behavior from Is methods for IPv4-mapped IPv6 addresses",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This CVE has been marked as moderate as for our products a network-based attack vector is simply impossible when it comes to golang code,apart from that as per CVE flaw analysis reported by golang, this only affects integrity and confidentiality and has no effect on availability, hence CVSS has been marked as such.",
"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": [
"7Server-ELS:rhc-worker-script-0:0.9-5.el7_9.src",
"7Server-ELS:rhc-worker-script-0:0.9-5.el7_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24790"
},
{
"category": "external",
"summary": "RHBZ#2292787",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292787"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24790",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24790"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24790",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24790"
}
],
"release_date": "2024-06-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-07-29T00:19:42+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"7Server-ELS:rhc-worker-script-0:0.9-5.el7_9.src",
"7Server-ELS:rhc-worker-script-0:0.9-5.el7_9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:4893"
},
{
"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": [
"7Server-ELS:rhc-worker-script-0:0.9-5.el7_9.src",
"7Server-ELS:rhc-worker-script-0:0.9-5.el7_9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 6.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"7Server-ELS:rhc-worker-script-0:0.9-5.el7_9.src",
"7Server-ELS:rhc-worker-script-0:0.9-5.el7_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/netip: Unexpected behavior from Is methods for IPv4-mapped IPv6 addresses"
}
]
}
RHSA-2024:5013
Vulnerability from csaf_redhat - Published: 2024-08-05 15:40 - Updated: 2026-05-30 08:33A vulnerability was discovered with the implementation of the HTTP/2 protocol in the Go programming language. There were insufficient limitations on the amount of CONTINUATION frames sent within a single stream. An attacker could potentially exploit this to cause a Denial of Service (DoS) attack.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:3ecc42df618054809d79f60de80b258a69ca25c66e43f9f2a879e3ce6b840f03_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:a911fd84b3d9bf2ec221660507f4f234ec1ecfc232e9a511a4bd18a2598783df_amd64 | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:f9494f1408db4fe36e3ddd5bb5c6ca97aec4468e1efbd423c5a4d3f43dd5f7ab_amd64 | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:aebf65b8c3a83ba4b5e7a8b36e90b6bdf220c5528039ec0310f363a4dea0d54f_amd64 | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7bbe8727e99c99eae5a269a3e1e5296c1bf1b1750bd014fabafbc545da2da2a7_amd64 | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:42d06f8b7d7ba8f527141ab2f8c0573d081f7257d0ed237e7341bd4f6c218e57_amd64 | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:20152a6ef899664e732baba74782938c312397d08c8670a4e3ce657a78284b35_amd64 | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:599d8e8f2695e8a285bf62af3ba26b250d0766f63258edaed7f82f6b30bdff4a_amd64 | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:4bd4dbe6aa6c06551763738b24c43e992b336dfae6c05728fc980ee0291b0ac6_amd64 | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:d997fe638a6b6129ff310dff743da52d08abb263a90404f61f33fb999eda4e77_amd64 | — |
Workaround
|
A flaw was discovered in Go's net/http standard library package. When parsing a multipart form (either explicitly with Request.ParseMultipartForm or implicitly with Request.FormValue, Request.PostFormValue, or Request.FormFile), limits on the total size of the parsed form were not applied to the memory consumed while reading a single form line. This permits a maliciously crafted input containing very long lines to cause allocation of arbitrarily large amounts of memory, potentially leading to memory exhaustion. With fix, the ParseMultipartForm function now correctly limits the maximum size of form lines.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:4bd4dbe6aa6c06551763738b24c43e992b336dfae6c05728fc980ee0291b0ac6_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:a911fd84b3d9bf2ec221660507f4f234ec1ecfc232e9a511a4bd18a2598783df_amd64 | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:f9494f1408db4fe36e3ddd5bb5c6ca97aec4468e1efbd423c5a4d3f43dd5f7ab_amd64 | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:aebf65b8c3a83ba4b5e7a8b36e90b6bdf220c5528039ec0310f363a4dea0d54f_amd64 | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7bbe8727e99c99eae5a269a3e1e5296c1bf1b1750bd014fabafbc545da2da2a7_amd64 | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:42d06f8b7d7ba8f527141ab2f8c0573d081f7257d0ed237e7341bd4f6c218e57_amd64 | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:3ecc42df618054809d79f60de80b258a69ca25c66e43f9f2a879e3ce6b840f03_amd64 | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:20152a6ef899664e732baba74782938c312397d08c8670a4e3ce657a78284b35_amd64 | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:599d8e8f2695e8a285bf62af3ba26b250d0766f63258edaed7f82f6b30bdff4a_amd64 | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:d997fe638a6b6129ff310dff743da52d08abb263a90404f61f33fb999eda4e77_amd64 | — |
Workaround
|
A path traversal vulnerability was discovered in the go library go-git. This issue may allow an attacker to create and amend files across the filesystem when applications are using the default ChrootOS, potentially allowing remote code execution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:a911fd84b3d9bf2ec221660507f4f234ec1ecfc232e9a511a4bd18a2598783df_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:f9494f1408db4fe36e3ddd5bb5c6ca97aec4468e1efbd423c5a4d3f43dd5f7ab_amd64 | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:aebf65b8c3a83ba4b5e7a8b36e90b6bdf220c5528039ec0310f363a4dea0d54f_amd64 | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7bbe8727e99c99eae5a269a3e1e5296c1bf1b1750bd014fabafbc545da2da2a7_amd64 | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:42d06f8b7d7ba8f527141ab2f8c0573d081f7257d0ed237e7341bd4f6c218e57_amd64 | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:3ecc42df618054809d79f60de80b258a69ca25c66e43f9f2a879e3ce6b840f03_amd64 | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:20152a6ef899664e732baba74782938c312397d08c8670a4e3ce657a78284b35_amd64 | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:599d8e8f2695e8a285bf62af3ba26b250d0766f63258edaed7f82f6b30bdff4a_amd64 | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:4bd4dbe6aa6c06551763738b24c43e992b336dfae6c05728fc980ee0291b0ac6_amd64 | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:d997fe638a6b6129ff310dff743da52d08abb263a90404f61f33fb999eda4e77_amd64 | — |
Workaround
|
A flaw was found in Go's crypto/x509 standard library package. Verifying a certificate chain that contains a certificate with an unknown public key algorithm will cause a Certificate.Verify to panic. This issue affects all crypto/tls clients and servers that set Config.ClientAuth to VerifyClientCertIfGiven or RequireAndVerifyClientCert.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:4bd4dbe6aa6c06551763738b24c43e992b336dfae6c05728fc980ee0291b0ac6_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:a911fd84b3d9bf2ec221660507f4f234ec1ecfc232e9a511a4bd18a2598783df_amd64 | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:f9494f1408db4fe36e3ddd5bb5c6ca97aec4468e1efbd423c5a4d3f43dd5f7ab_amd64 | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:aebf65b8c3a83ba4b5e7a8b36e90b6bdf220c5528039ec0310f363a4dea0d54f_amd64 | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7bbe8727e99c99eae5a269a3e1e5296c1bf1b1750bd014fabafbc545da2da2a7_amd64 | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:42d06f8b7d7ba8f527141ab2f8c0573d081f7257d0ed237e7341bd4f6c218e57_amd64 | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:3ecc42df618054809d79f60de80b258a69ca25c66e43f9f2a879e3ce6b840f03_amd64 | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:20152a6ef899664e732baba74782938c312397d08c8670a4e3ce657a78284b35_amd64 | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:599d8e8f2695e8a285bf62af3ba26b250d0766f63258edaed7f82f6b30bdff4a_amd64 | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:d997fe638a6b6129ff310dff743da52d08abb263a90404f61f33fb999eda4e77_amd64 | — |
Workaround
|
A flaw was found in Go's html/template standard library package. If errors returned from MarshalJSON methods contain user-controlled data, they may be used to break the contextual auto-escaping behavior of the html/template package, allowing subsequent actions to inject unexpected content into templates.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:4bd4dbe6aa6c06551763738b24c43e992b336dfae6c05728fc980ee0291b0ac6_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:a911fd84b3d9bf2ec221660507f4f234ec1ecfc232e9a511a4bd18a2598783df_amd64 | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:f9494f1408db4fe36e3ddd5bb5c6ca97aec4468e1efbd423c5a4d3f43dd5f7ab_amd64 | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:aebf65b8c3a83ba4b5e7a8b36e90b6bdf220c5528039ec0310f363a4dea0d54f_amd64 | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7bbe8727e99c99eae5a269a3e1e5296c1bf1b1750bd014fabafbc545da2da2a7_amd64 | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:42d06f8b7d7ba8f527141ab2f8c0573d081f7257d0ed237e7341bd4f6c218e57_amd64 | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:3ecc42df618054809d79f60de80b258a69ca25c66e43f9f2a879e3ce6b840f03_amd64 | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:20152a6ef899664e732baba74782938c312397d08c8670a4e3ce657a78284b35_amd64 | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:599d8e8f2695e8a285bf62af3ba26b250d0766f63258edaed7f82f6b30bdff4a_amd64 | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:d997fe638a6b6129ff310dff743da52d08abb263a90404f61f33fb999eda4e77_amd64 | — |
Workaround
|
A flaw was found in Golang's protobuf module, where the unmarshal function can enter an infinite loop when processing certain invalid inputs. This issue occurs during unmarshaling into a message that includes a google.protobuf.Any or when the UnmarshalOptions.DiscardUnknown option is enabled. This flaw allows an attacker to craft malicious input tailored to trigger the identified flaw in the unmarshal function. By providing carefully constructed invalid inputs, they could potentially cause the function to enter an infinite loop, resulting in a denial of service condition or other unintended behaviors in the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:3ecc42df618054809d79f60de80b258a69ca25c66e43f9f2a879e3ce6b840f03_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:a911fd84b3d9bf2ec221660507f4f234ec1ecfc232e9a511a4bd18a2598783df_amd64 | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:f9494f1408db4fe36e3ddd5bb5c6ca97aec4468e1efbd423c5a4d3f43dd5f7ab_amd64 | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:aebf65b8c3a83ba4b5e7a8b36e90b6bdf220c5528039ec0310f363a4dea0d54f_amd64 | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7bbe8727e99c99eae5a269a3e1e5296c1bf1b1750bd014fabafbc545da2da2a7_amd64 | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:42d06f8b7d7ba8f527141ab2f8c0573d081f7257d0ed237e7341bd4f6c218e57_amd64 | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:20152a6ef899664e732baba74782938c312397d08c8670a4e3ce657a78284b35_amd64 | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:599d8e8f2695e8a285bf62af3ba26b250d0766f63258edaed7f82f6b30bdff4a_amd64 | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:4bd4dbe6aa6c06551763738b24c43e992b336dfae6c05728fc980ee0291b0ac6_amd64 | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:d997fe638a6b6129ff310dff743da52d08abb263a90404f61f33fb999eda4e77_amd64 | — |
Workaround
|
A flaw was found in the net package of the Go stdlib. When a malformed DNS message is received as a response to a query, the Lookup functions within the net package can get stuck in an infinite loop. This issue can lead to resource exhaustion and denial of service (DoS) conditions.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:4bd4dbe6aa6c06551763738b24c43e992b336dfae6c05728fc980ee0291b0ac6_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:a911fd84b3d9bf2ec221660507f4f234ec1ecfc232e9a511a4bd18a2598783df_amd64 | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:f9494f1408db4fe36e3ddd5bb5c6ca97aec4468e1efbd423c5a4d3f43dd5f7ab_amd64 | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:aebf65b8c3a83ba4b5e7a8b36e90b6bdf220c5528039ec0310f363a4dea0d54f_amd64 | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7bbe8727e99c99eae5a269a3e1e5296c1bf1b1750bd014fabafbc545da2da2a7_amd64 | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:42d06f8b7d7ba8f527141ab2f8c0573d081f7257d0ed237e7341bd4f6c218e57_amd64 | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:3ecc42df618054809d79f60de80b258a69ca25c66e43f9f2a879e3ce6b840f03_amd64 | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:20152a6ef899664e732baba74782938c312397d08c8670a4e3ce657a78284b35_amd64 | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:599d8e8f2695e8a285bf62af3ba26b250d0766f63258edaed7f82f6b30bdff4a_amd64 | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:d997fe638a6b6129ff310dff743da52d08abb263a90404f61f33fb999eda4e77_amd64 | — |
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Critical"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Builds 1.1.0",
"title": "Topic"
},
{
"category": "general",
"text": "Releases of Red Hat OpenShift Builds 1.1.0 General * https://access.redhat.com/security/updates/classification/#important",
"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:5013",
"url": "https://access.redhat.com/errata/RHSA-2024:5013"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2023-49569",
"url": "https://access.redhat.com/security/cve/CVE-2023-49569"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-24786",
"url": "https://access.redhat.com/security/cve/CVE-2024-24786"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2023-45288",
"url": "https://access.redhat.com/security/cve/CVE-2023-45288"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2023-45290",
"url": "https://access.redhat.com/security/cve/CVE-2023-45290"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-24783",
"url": "https://access.redhat.com/security/cve/CVE-2024-24783"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-24785",
"url": "https://access.redhat.com/security/cve/CVE-2024-24785"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-24788",
"url": "https://access.redhat.com/security/cve/CVE-2024-24788"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_5013.json"
}
],
"title": "Red Hat Security Advisory: The Red Hat OpenShift Builds Client 1.1.0 General Availability",
"tracking": {
"current_release_date": "2026-05-30T08:33:31+00:00",
"generator": {
"date": "2026-05-30T08:33:31+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2024:5013",
"initial_release_date": "2024-08-05T15:40:28+00:00",
"revision_history": [
{
"date": "2024-08-05T15:40:28+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-03-25T20:51:39+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-30T08:33:31+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Builds for Red Hat OpenShift 1.1.0",
"product": {
"name": "Builds for Red Hat OpenShift 1.1.0",
"product_id": "Builds for Red Hat OpenShift 1.1.0",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_builds:1.1::el9"
}
}
}
],
"category": "product_family",
"name": "Builds for Red Hat OpenShift"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:a911fd84b3d9bf2ec221660507f4f234ec1ecfc232e9a511a4bd18a2598783df_amd64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:a911fd84b3d9bf2ec221660507f4f234ec1ecfc232e9a511a4bd18a2598783df_amd64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:a911fd84b3d9bf2ec221660507f4f234ec1ecfc232e9a511a4bd18a2598783df_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-controller-rhel9@sha256%3Aa911fd84b3d9bf2ec221660507f4f234ec1ecfc232e9a511a4bd18a2598783df?arch=amd64\u0026repository_url=registry.redhat.io/openshift-builds"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:f9494f1408db4fe36e3ddd5bb5c6ca97aec4468e1efbd423c5a4d3f43dd5f7ab_amd64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:f9494f1408db4fe36e3ddd5bb5c6ca97aec4468e1efbd423c5a4d3f43dd5f7ab_amd64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:f9494f1408db4fe36e3ddd5bb5c6ca97aec4468e1efbd423c5a4d3f43dd5f7ab_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-git-cloner-rhel9@sha256%3Af9494f1408db4fe36e3ddd5bb5c6ca97aec4468e1efbd423c5a4d3f43dd5f7ab?arch=amd64\u0026repository_url=registry.redhat.io/openshift-builds"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:aebf65b8c3a83ba4b5e7a8b36e90b6bdf220c5528039ec0310f363a4dea0d54f_amd64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:aebf65b8c3a83ba4b5e7a8b36e90b6bdf220c5528039ec0310f363a4dea0d54f_amd64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:aebf65b8c3a83ba4b5e7a8b36e90b6bdf220c5528039ec0310f363a4dea0d54f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-image-bundler-rhel9@sha256%3Aaebf65b8c3a83ba4b5e7a8b36e90b6bdf220c5528039ec0310f363a4dea0d54f?arch=amd64\u0026repository_url=registry.redhat.io/openshift-builds"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7bbe8727e99c99eae5a269a3e1e5296c1bf1b1750bd014fabafbc545da2da2a7_amd64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7bbe8727e99c99eae5a269a3e1e5296c1bf1b1750bd014fabafbc545da2da2a7_amd64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7bbe8727e99c99eae5a269a3e1e5296c1bf1b1750bd014fabafbc545da2da2a7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-image-processing-rhel9@sha256%3A7bbe8727e99c99eae5a269a3e1e5296c1bf1b1750bd014fabafbc545da2da2a7?arch=amd64\u0026repository_url=registry.redhat.io/openshift-builds"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:3ecc42df618054809d79f60de80b258a69ca25c66e43f9f2a879e3ce6b840f03_amd64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:3ecc42df618054809d79f60de80b258a69ca25c66e43f9f2a879e3ce6b840f03_amd64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:3ecc42df618054809d79f60de80b258a69ca25c66e43f9f2a879e3ce6b840f03_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-rhel9-operator@sha256%3A3ecc42df618054809d79f60de80b258a69ca25c66e43f9f2a879e3ce6b840f03?arch=amd64\u0026repository_url=registry.redhat.io/openshift-builds"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:42d06f8b7d7ba8f527141ab2f8c0573d081f7257d0ed237e7341bd4f6c218e57_amd64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:42d06f8b7d7ba8f527141ab2f8c0573d081f7257d0ed237e7341bd4f6c218e57_amd64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:42d06f8b7d7ba8f527141ab2f8c0573d081f7257d0ed237e7341bd4f6c218e57_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-operator-bundle@sha256%3A42d06f8b7d7ba8f527141ab2f8c0573d081f7257d0ed237e7341bd4f6c218e57?arch=amd64\u0026repository_url=registry.redhat.io/openshift-builds"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:20152a6ef899664e732baba74782938c312397d08c8670a4e3ce657a78284b35_amd64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:20152a6ef899664e732baba74782938c312397d08c8670a4e3ce657a78284b35_amd64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:20152a6ef899664e732baba74782938c312397d08c8670a4e3ce657a78284b35_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-shared-resource-rhel9@sha256%3A20152a6ef899664e732baba74782938c312397d08c8670a4e3ce657a78284b35?arch=amd64\u0026repository_url=registry.redhat.io/openshift-builds"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:599d8e8f2695e8a285bf62af3ba26b250d0766f63258edaed7f82f6b30bdff4a_amd64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:599d8e8f2695e8a285bf62af3ba26b250d0766f63258edaed7f82f6b30bdff4a_amd64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:599d8e8f2695e8a285bf62af3ba26b250d0766f63258edaed7f82f6b30bdff4a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-shared-resource-webhook-rhel9@sha256%3A599d8e8f2695e8a285bf62af3ba26b250d0766f63258edaed7f82f6b30bdff4a?arch=amd64\u0026repository_url=registry.redhat.io/openshift-builds"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:4bd4dbe6aa6c06551763738b24c43e992b336dfae6c05728fc980ee0291b0ac6_amd64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:4bd4dbe6aa6c06551763738b24c43e992b336dfae6c05728fc980ee0291b0ac6_amd64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:4bd4dbe6aa6c06551763738b24c43e992b336dfae6c05728fc980ee0291b0ac6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-waiters-rhel9@sha256%3A4bd4dbe6aa6c06551763738b24c43e992b336dfae6c05728fc980ee0291b0ac6?arch=amd64\u0026repository_url=registry.redhat.io/openshift-builds"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:d997fe638a6b6129ff310dff743da52d08abb263a90404f61f33fb999eda4e77_amd64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:d997fe638a6b6129ff310dff743da52d08abb263a90404f61f33fb999eda4e77_amd64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:d997fe638a6b6129ff310dff743da52d08abb263a90404f61f33fb999eda4e77_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-webhook-rhel9@sha256%3Ad997fe638a6b6129ff310dff743da52d08abb263a90404f61f33fb999eda4e77?arch=amd64\u0026repository_url=registry.redhat.io/openshift-builds"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:a911fd84b3d9bf2ec221660507f4f234ec1ecfc232e9a511a4bd18a2598783df_amd64 as a component of Builds for Red Hat OpenShift 1.1.0",
"product_id": "Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:a911fd84b3d9bf2ec221660507f4f234ec1ecfc232e9a511a4bd18a2598783df_amd64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:a911fd84b3d9bf2ec221660507f4f234ec1ecfc232e9a511a4bd18a2598783df_amd64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.1.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:f9494f1408db4fe36e3ddd5bb5c6ca97aec4468e1efbd423c5a4d3f43dd5f7ab_amd64 as a component of Builds for Red Hat OpenShift 1.1.0",
"product_id": "Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:f9494f1408db4fe36e3ddd5bb5c6ca97aec4468e1efbd423c5a4d3f43dd5f7ab_amd64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:f9494f1408db4fe36e3ddd5bb5c6ca97aec4468e1efbd423c5a4d3f43dd5f7ab_amd64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.1.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:aebf65b8c3a83ba4b5e7a8b36e90b6bdf220c5528039ec0310f363a4dea0d54f_amd64 as a component of Builds for Red Hat OpenShift 1.1.0",
"product_id": "Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:aebf65b8c3a83ba4b5e7a8b36e90b6bdf220c5528039ec0310f363a4dea0d54f_amd64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:aebf65b8c3a83ba4b5e7a8b36e90b6bdf220c5528039ec0310f363a4dea0d54f_amd64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.1.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7bbe8727e99c99eae5a269a3e1e5296c1bf1b1750bd014fabafbc545da2da2a7_amd64 as a component of Builds for Red Hat OpenShift 1.1.0",
"product_id": "Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7bbe8727e99c99eae5a269a3e1e5296c1bf1b1750bd014fabafbc545da2da2a7_amd64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7bbe8727e99c99eae5a269a3e1e5296c1bf1b1750bd014fabafbc545da2da2a7_amd64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.1.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:42d06f8b7d7ba8f527141ab2f8c0573d081f7257d0ed237e7341bd4f6c218e57_amd64 as a component of Builds for Red Hat OpenShift 1.1.0",
"product_id": "Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:42d06f8b7d7ba8f527141ab2f8c0573d081f7257d0ed237e7341bd4f6c218e57_amd64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:42d06f8b7d7ba8f527141ab2f8c0573d081f7257d0ed237e7341bd4f6c218e57_amd64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.1.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:3ecc42df618054809d79f60de80b258a69ca25c66e43f9f2a879e3ce6b840f03_amd64 as a component of Builds for Red Hat OpenShift 1.1.0",
"product_id": "Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:3ecc42df618054809d79f60de80b258a69ca25c66e43f9f2a879e3ce6b840f03_amd64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:3ecc42df618054809d79f60de80b258a69ca25c66e43f9f2a879e3ce6b840f03_amd64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.1.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:20152a6ef899664e732baba74782938c312397d08c8670a4e3ce657a78284b35_amd64 as a component of Builds for Red Hat OpenShift 1.1.0",
"product_id": "Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:20152a6ef899664e732baba74782938c312397d08c8670a4e3ce657a78284b35_amd64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:20152a6ef899664e732baba74782938c312397d08c8670a4e3ce657a78284b35_amd64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.1.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:599d8e8f2695e8a285bf62af3ba26b250d0766f63258edaed7f82f6b30bdff4a_amd64 as a component of Builds for Red Hat OpenShift 1.1.0",
"product_id": "Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:599d8e8f2695e8a285bf62af3ba26b250d0766f63258edaed7f82f6b30bdff4a_amd64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:599d8e8f2695e8a285bf62af3ba26b250d0766f63258edaed7f82f6b30bdff4a_amd64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.1.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:4bd4dbe6aa6c06551763738b24c43e992b336dfae6c05728fc980ee0291b0ac6_amd64 as a component of Builds for Red Hat OpenShift 1.1.0",
"product_id": "Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:4bd4dbe6aa6c06551763738b24c43e992b336dfae6c05728fc980ee0291b0ac6_amd64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:4bd4dbe6aa6c06551763738b24c43e992b336dfae6c05728fc980ee0291b0ac6_amd64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.1.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:d997fe638a6b6129ff310dff743da52d08abb263a90404f61f33fb999eda4e77_amd64 as a component of Builds for Red Hat OpenShift 1.1.0",
"product_id": "Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:d997fe638a6b6129ff310dff743da52d08abb263a90404f61f33fb999eda4e77_amd64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:d997fe638a6b6129ff310dff743da52d08abb263a90404f61f33fb999eda4e77_amd64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.1.0"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"Bartek Nowotarski"
],
"organization": "nowotarski.info"
}
],
"cve": "CVE-2023-45288",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2024-03-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:a911fd84b3d9bf2ec221660507f4f234ec1ecfc232e9a511a4bd18a2598783df_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:f9494f1408db4fe36e3ddd5bb5c6ca97aec4468e1efbd423c5a4d3f43dd5f7ab_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:aebf65b8c3a83ba4b5e7a8b36e90b6bdf220c5528039ec0310f363a4dea0d54f_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7bbe8727e99c99eae5a269a3e1e5296c1bf1b1750bd014fabafbc545da2da2a7_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:42d06f8b7d7ba8f527141ab2f8c0573d081f7257d0ed237e7341bd4f6c218e57_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:20152a6ef899664e732baba74782938c312397d08c8670a4e3ce657a78284b35_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:599d8e8f2695e8a285bf62af3ba26b250d0766f63258edaed7f82f6b30bdff4a_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:4bd4dbe6aa6c06551763738b24c43e992b336dfae6c05728fc980ee0291b0ac6_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:d997fe638a6b6129ff310dff743da52d08abb263a90404f61f33fb999eda4e77_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268273"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was discovered with the implementation of the HTTP/2 protocol in the Go programming language. There were insufficient limitations on the amount of CONTINUATION frames sent within a single stream. An attacker could potentially exploit this to cause a Denial of Service (DoS) attack.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat rates the security impact of this vulnerability as Important due to the worst case scenario resulting in a denial of service. It is simple to exploit, could significantly impact availability, and there is not a suitable mitigation for all use cases. Once an attack has ended, the system should return to normal operations on its own.\n\nThis vulnerability only impacts servers which have HTTP/2 enabled. It stems from an imperfect definition of the protocol. As the Go programming language is widely utilized across nearly every major Red Hat offering, a full listing of impacted packages will not be provided. Therefore, the \u201cAffected Packages and Issued Red Hat Security Errata\u201d section contains a simplified list of what offerings need to remediate this vulnerability. Every impacted offering has at least one representative component listed, but potentially not all of them. Rest assured that Red Hat is committed to remediating this vulnerability across our entire portfolio.\n\nMany components are rated as Low impact due to configurations which reduce the attack surface or significantly increase the difficulty of exploitation. A summary of these scenarios are:\n* The container includes a package that provides a vulnerable webserver, but it is not used or running during operation\n* HTTP/2 is disabled by default and is not supported\n* Only a client implementation is provided, which is not vulnerable\n* A vulnerable module (either golang.org/net/http or golang.org/x/net/http2) is included, but disabled\n* Access to a vulnerable server is restricted within the container (loopback only connections)\n* Golang is available in the container but is not used\n\n\nWithin the Red Hat OpenShift Container Platform, the majority of vulnerable components are not externally accessible. This means an attacker must already have access to a container within your environment to exploit this vulnerability. However, the ose-hyperkube (openshift-enterprise-hyperkube) container is externally accessible, so there are less barriers to exploitation. Fixes for this specific container are already available.\n\nWithin Red Hat Ansible Automation Platform, the impacted component is Receptor. The impact has been reduced to Low as the vulnerable code is present, but not utilized. There are three potential exposures within this component:\n* Receptor utilizes QUIC a UDP based protocol which does not run over HTTP/2\n* Receptor utilizes the x/net/ipv4 and ipv6 packages, both of which are 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": [
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:3ecc42df618054809d79f60de80b258a69ca25c66e43f9f2a879e3ce6b840f03_amd64"
],
"known_not_affected": [
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:a911fd84b3d9bf2ec221660507f4f234ec1ecfc232e9a511a4bd18a2598783df_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:f9494f1408db4fe36e3ddd5bb5c6ca97aec4468e1efbd423c5a4d3f43dd5f7ab_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:aebf65b8c3a83ba4b5e7a8b36e90b6bdf220c5528039ec0310f363a4dea0d54f_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7bbe8727e99c99eae5a269a3e1e5296c1bf1b1750bd014fabafbc545da2da2a7_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:42d06f8b7d7ba8f527141ab2f8c0573d081f7257d0ed237e7341bd4f6c218e57_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:20152a6ef899664e732baba74782938c312397d08c8670a4e3ce657a78284b35_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:599d8e8f2695e8a285bf62af3ba26b250d0766f63258edaed7f82f6b30bdff4a_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:4bd4dbe6aa6c06551763738b24c43e992b336dfae6c05728fc980ee0291b0ac6_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:d997fe638a6b6129ff310dff743da52d08abb263a90404f61f33fb999eda4e77_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45288"
},
{
"category": "external",
"summary": "RHBZ#2268273",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268273"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45288",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45288"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45288",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45288"
},
{
"category": "external",
"summary": "https://nowotarski.info/http2-continuation-flood/",
"url": "https://nowotarski.info/http2-continuation-flood/"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2687",
"url": "https://pkg.go.dev/vuln/GO-2024-2687"
},
{
"category": "external",
"summary": "https://www.kb.cert.org/vuls/id/421644",
"url": "https://www.kb.cert.org/vuls/id/421644"
}
],
"release_date": "2024-04-03T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-08-05T15:40:28+00:00",
"details": "Red Hat OpenShift Builds Release",
"product_ids": [
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:3ecc42df618054809d79f60de80b258a69ca25c66e43f9f2a879e3ce6b840f03_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:5013"
},
{
"category": "workaround",
"details": "In some environments where http/2 support is not required, it may be possible to disable this feature to reduce risk.",
"product_ids": [
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:a911fd84b3d9bf2ec221660507f4f234ec1ecfc232e9a511a4bd18a2598783df_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:f9494f1408db4fe36e3ddd5bb5c6ca97aec4468e1efbd423c5a4d3f43dd5f7ab_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:aebf65b8c3a83ba4b5e7a8b36e90b6bdf220c5528039ec0310f363a4dea0d54f_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7bbe8727e99c99eae5a269a3e1e5296c1bf1b1750bd014fabafbc545da2da2a7_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:42d06f8b7d7ba8f527141ab2f8c0573d081f7257d0ed237e7341bd4f6c218e57_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:3ecc42df618054809d79f60de80b258a69ca25c66e43f9f2a879e3ce6b840f03_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:20152a6ef899664e732baba74782938c312397d08c8670a4e3ce657a78284b35_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:599d8e8f2695e8a285bf62af3ba26b250d0766f63258edaed7f82f6b30bdff4a_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:4bd4dbe6aa6c06551763738b24c43e992b336dfae6c05728fc980ee0291b0ac6_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:d997fe638a6b6129ff310dff743da52d08abb263a90404f61f33fb999eda4e77_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": [
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:a911fd84b3d9bf2ec221660507f4f234ec1ecfc232e9a511a4bd18a2598783df_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:f9494f1408db4fe36e3ddd5bb5c6ca97aec4468e1efbd423c5a4d3f43dd5f7ab_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:aebf65b8c3a83ba4b5e7a8b36e90b6bdf220c5528039ec0310f363a4dea0d54f_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7bbe8727e99c99eae5a269a3e1e5296c1bf1b1750bd014fabafbc545da2da2a7_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:42d06f8b7d7ba8f527141ab2f8c0573d081f7257d0ed237e7341bd4f6c218e57_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:3ecc42df618054809d79f60de80b258a69ca25c66e43f9f2a879e3ce6b840f03_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:20152a6ef899664e732baba74782938c312397d08c8670a4e3ce657a78284b35_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:599d8e8f2695e8a285bf62af3ba26b250d0766f63258edaed7f82f6b30bdff4a_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:4bd4dbe6aa6c06551763738b24c43e992b336dfae6c05728fc980ee0291b0ac6_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:d997fe638a6b6129ff310dff743da52d08abb263a90404f61f33fb999eda4e77_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS"
},
{
"cve": "CVE-2023-45290",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:a911fd84b3d9bf2ec221660507f4f234ec1ecfc232e9a511a4bd18a2598783df_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:f9494f1408db4fe36e3ddd5bb5c6ca97aec4468e1efbd423c5a4d3f43dd5f7ab_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:aebf65b8c3a83ba4b5e7a8b36e90b6bdf220c5528039ec0310f363a4dea0d54f_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7bbe8727e99c99eae5a269a3e1e5296c1bf1b1750bd014fabafbc545da2da2a7_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:42d06f8b7d7ba8f527141ab2f8c0573d081f7257d0ed237e7341bd4f6c218e57_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:3ecc42df618054809d79f60de80b258a69ca25c66e43f9f2a879e3ce6b840f03_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:20152a6ef899664e732baba74782938c312397d08c8670a4e3ce657a78284b35_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:599d8e8f2695e8a285bf62af3ba26b250d0766f63258edaed7f82f6b30bdff4a_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:d997fe638a6b6129ff310dff743da52d08abb263a90404f61f33fb999eda4e77_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268017"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was discovered in Go\u0027s net/http standard library package. When parsing a multipart form (either explicitly with Request.ParseMultipartForm or implicitly with Request.FormValue, Request.PostFormValue, or Request.FormFile), limits on the total size of the parsed form were not applied to the memory consumed while reading a single form line. This permits a maliciously crafted input containing very long lines to cause allocation of arbitrarily large amounts of memory, potentially leading to memory exhaustion. With fix, the ParseMultipartForm function now correctly limits the maximum size of form lines.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http: golang: mime/multipart: golang: net/textproto: memory exhaustion in Request.ParseMultipartForm",
"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": [
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:4bd4dbe6aa6c06551763738b24c43e992b336dfae6c05728fc980ee0291b0ac6_amd64"
],
"known_not_affected": [
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:a911fd84b3d9bf2ec221660507f4f234ec1ecfc232e9a511a4bd18a2598783df_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:f9494f1408db4fe36e3ddd5bb5c6ca97aec4468e1efbd423c5a4d3f43dd5f7ab_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:aebf65b8c3a83ba4b5e7a8b36e90b6bdf220c5528039ec0310f363a4dea0d54f_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7bbe8727e99c99eae5a269a3e1e5296c1bf1b1750bd014fabafbc545da2da2a7_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:42d06f8b7d7ba8f527141ab2f8c0573d081f7257d0ed237e7341bd4f6c218e57_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:3ecc42df618054809d79f60de80b258a69ca25c66e43f9f2a879e3ce6b840f03_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:20152a6ef899664e732baba74782938c312397d08c8670a4e3ce657a78284b35_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:599d8e8f2695e8a285bf62af3ba26b250d0766f63258edaed7f82f6b30bdff4a_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:d997fe638a6b6129ff310dff743da52d08abb263a90404f61f33fb999eda4e77_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45290"
},
{
"category": "external",
"summary": "RHBZ#2268017",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268017"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45290",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45290"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45290",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45290"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2024/03/08/4",
"url": "http://www.openwall.com/lists/oss-security/2024/03/08/4"
},
{
"category": "external",
"summary": "https://go.dev/cl/569341",
"url": "https://go.dev/cl/569341"
},
{
"category": "external",
"summary": "https://go.dev/issue/65383",
"url": "https://go.dev/issue/65383"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg",
"url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2599",
"url": "https://pkg.go.dev/vuln/GO-2024-2599"
},
{
"category": "external",
"summary": "https://security.netapp.com/advisory/ntap-20240329-0004",
"url": "https://security.netapp.com/advisory/ntap-20240329-0004"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-08-05T15:40:28+00:00",
"details": "Red Hat OpenShift Builds Release",
"product_ids": [
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:4bd4dbe6aa6c06551763738b24c43e992b336dfae6c05728fc980ee0291b0ac6_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:5013"
},
{
"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": [
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:a911fd84b3d9bf2ec221660507f4f234ec1ecfc232e9a511a4bd18a2598783df_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:f9494f1408db4fe36e3ddd5bb5c6ca97aec4468e1efbd423c5a4d3f43dd5f7ab_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:aebf65b8c3a83ba4b5e7a8b36e90b6bdf220c5528039ec0310f363a4dea0d54f_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7bbe8727e99c99eae5a269a3e1e5296c1bf1b1750bd014fabafbc545da2da2a7_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:42d06f8b7d7ba8f527141ab2f8c0573d081f7257d0ed237e7341bd4f6c218e57_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:3ecc42df618054809d79f60de80b258a69ca25c66e43f9f2a879e3ce6b840f03_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:20152a6ef899664e732baba74782938c312397d08c8670a4e3ce657a78284b35_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:599d8e8f2695e8a285bf62af3ba26b250d0766f63258edaed7f82f6b30bdff4a_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:4bd4dbe6aa6c06551763738b24c43e992b336dfae6c05728fc980ee0291b0ac6_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:d997fe638a6b6129ff310dff743da52d08abb263a90404f61f33fb999eda4e77_amd64"
]
}
],
"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": [
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:a911fd84b3d9bf2ec221660507f4f234ec1ecfc232e9a511a4bd18a2598783df_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:f9494f1408db4fe36e3ddd5bb5c6ca97aec4468e1efbd423c5a4d3f43dd5f7ab_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:aebf65b8c3a83ba4b5e7a8b36e90b6bdf220c5528039ec0310f363a4dea0d54f_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7bbe8727e99c99eae5a269a3e1e5296c1bf1b1750bd014fabafbc545da2da2a7_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:42d06f8b7d7ba8f527141ab2f8c0573d081f7257d0ed237e7341bd4f6c218e57_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:3ecc42df618054809d79f60de80b258a69ca25c66e43f9f2a879e3ce6b840f03_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:20152a6ef899664e732baba74782938c312397d08c8670a4e3ce657a78284b35_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:599d8e8f2695e8a285bf62af3ba26b250d0766f63258edaed7f82f6b30bdff4a_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:4bd4dbe6aa6c06551763738b24c43e992b336dfae6c05728fc980ee0291b0ac6_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:d997fe638a6b6129ff310dff743da52d08abb263a90404f61f33fb999eda4e77_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: golang: mime/multipart: golang: net/textproto: memory exhaustion in Request.ParseMultipartForm"
},
{
"cve": "CVE-2023-49569",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2024-01-12T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:f9494f1408db4fe36e3ddd5bb5c6ca97aec4468e1efbd423c5a4d3f43dd5f7ab_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:aebf65b8c3a83ba4b5e7a8b36e90b6bdf220c5528039ec0310f363a4dea0d54f_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7bbe8727e99c99eae5a269a3e1e5296c1bf1b1750bd014fabafbc545da2da2a7_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:42d06f8b7d7ba8f527141ab2f8c0573d081f7257d0ed237e7341bd4f6c218e57_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:3ecc42df618054809d79f60de80b258a69ca25c66e43f9f2a879e3ce6b840f03_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:20152a6ef899664e732baba74782938c312397d08c8670a4e3ce657a78284b35_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:599d8e8f2695e8a285bf62af3ba26b250d0766f63258edaed7f82f6b30bdff4a_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:4bd4dbe6aa6c06551763738b24c43e992b336dfae6c05728fc980ee0291b0ac6_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:d997fe638a6b6129ff310dff743da52d08abb263a90404f61f33fb999eda4e77_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2258143"
}
],
"notes": [
{
"category": "description",
"text": "A path traversal vulnerability was discovered in the go library go-git. This issue may allow an attacker to create and amend files across the filesystem when applications are using the default ChrootOS, potentially allowing remote code execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "go-git: Maliciously crafted Git server replies can lead to path traversal and RCE on go-git clients",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This problem only affects the go implementation and not the original git cli code. Applications using BoundOS or in-memory filesystems are not affected by this issue. Clients should be limited to connect to only trusted git servers to reduce the risk of compromise.\n\nIn OpenShift Container Platform (OCP) the vulnerable github.com/go-git/go-git/v5 Go package is used as a dependency in many components where the vulnerable function is not used, hence the impact by this vulnerability is reduced to Low.\n\nIn Openshift-Clients, the affected github.com/go-git/go-git/v5 is a transitive dependency and Openshift-Clients do not use the affected codebase of the go-git package. Hence, it is marked as 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": [
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:a911fd84b3d9bf2ec221660507f4f234ec1ecfc232e9a511a4bd18a2598783df_amd64"
],
"known_not_affected": [
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:f9494f1408db4fe36e3ddd5bb5c6ca97aec4468e1efbd423c5a4d3f43dd5f7ab_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:aebf65b8c3a83ba4b5e7a8b36e90b6bdf220c5528039ec0310f363a4dea0d54f_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7bbe8727e99c99eae5a269a3e1e5296c1bf1b1750bd014fabafbc545da2da2a7_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:42d06f8b7d7ba8f527141ab2f8c0573d081f7257d0ed237e7341bd4f6c218e57_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:3ecc42df618054809d79f60de80b258a69ca25c66e43f9f2a879e3ce6b840f03_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:20152a6ef899664e732baba74782938c312397d08c8670a4e3ce657a78284b35_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:599d8e8f2695e8a285bf62af3ba26b250d0766f63258edaed7f82f6b30bdff4a_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:4bd4dbe6aa6c06551763738b24c43e992b336dfae6c05728fc980ee0291b0ac6_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:d997fe638a6b6129ff310dff743da52d08abb263a90404f61f33fb999eda4e77_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-49569"
},
{
"category": "external",
"summary": "RHBZ#2258143",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2258143"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-49569",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-49569"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-49569",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-49569"
},
{
"category": "external",
"summary": "https://github.com/go-git/go-git/security/advisories/GHSA-449p-3h89-pw88",
"url": "https://github.com/go-git/go-git/security/advisories/GHSA-449p-3h89-pw88"
}
],
"release_date": "2024-01-09T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-08-05T15:40:28+00:00",
"details": "Red Hat OpenShift Builds Release",
"product_ids": [
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:a911fd84b3d9bf2ec221660507f4f234ec1ecfc232e9a511a4bd18a2598783df_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:5013"
},
{
"category": "workaround",
"details": "In cases where a bump to the latest version of go-git is not possible, a recommendation to reduce the exposure of this threat is limiting its use to only trust-worthy Git servers.",
"product_ids": [
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:a911fd84b3d9bf2ec221660507f4f234ec1ecfc232e9a511a4bd18a2598783df_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:f9494f1408db4fe36e3ddd5bb5c6ca97aec4468e1efbd423c5a4d3f43dd5f7ab_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:aebf65b8c3a83ba4b5e7a8b36e90b6bdf220c5528039ec0310f363a4dea0d54f_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7bbe8727e99c99eae5a269a3e1e5296c1bf1b1750bd014fabafbc545da2da2a7_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:42d06f8b7d7ba8f527141ab2f8c0573d081f7257d0ed237e7341bd4f6c218e57_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:3ecc42df618054809d79f60de80b258a69ca25c66e43f9f2a879e3ce6b840f03_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:20152a6ef899664e732baba74782938c312397d08c8670a4e3ce657a78284b35_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:599d8e8f2695e8a285bf62af3ba26b250d0766f63258edaed7f82f6b30bdff4a_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:4bd4dbe6aa6c06551763738b24c43e992b336dfae6c05728fc980ee0291b0ac6_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:d997fe638a6b6129ff310dff743da52d08abb263a90404f61f33fb999eda4e77_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": [
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:a911fd84b3d9bf2ec221660507f4f234ec1ecfc232e9a511a4bd18a2598783df_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:f9494f1408db4fe36e3ddd5bb5c6ca97aec4468e1efbd423c5a4d3f43dd5f7ab_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:aebf65b8c3a83ba4b5e7a8b36e90b6bdf220c5528039ec0310f363a4dea0d54f_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7bbe8727e99c99eae5a269a3e1e5296c1bf1b1750bd014fabafbc545da2da2a7_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:42d06f8b7d7ba8f527141ab2f8c0573d081f7257d0ed237e7341bd4f6c218e57_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:3ecc42df618054809d79f60de80b258a69ca25c66e43f9f2a879e3ce6b840f03_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:20152a6ef899664e732baba74782938c312397d08c8670a4e3ce657a78284b35_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:599d8e8f2695e8a285bf62af3ba26b250d0766f63258edaed7f82f6b30bdff4a_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:4bd4dbe6aa6c06551763738b24c43e992b336dfae6c05728fc980ee0291b0ac6_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:d997fe638a6b6129ff310dff743da52d08abb263a90404f61f33fb999eda4e77_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Critical"
}
],
"title": "go-git: Maliciously crafted Git server replies can lead to path traversal and RCE on go-git clients"
},
{
"cve": "CVE-2024-24783",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:a911fd84b3d9bf2ec221660507f4f234ec1ecfc232e9a511a4bd18a2598783df_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:f9494f1408db4fe36e3ddd5bb5c6ca97aec4468e1efbd423c5a4d3f43dd5f7ab_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:aebf65b8c3a83ba4b5e7a8b36e90b6bdf220c5528039ec0310f363a4dea0d54f_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7bbe8727e99c99eae5a269a3e1e5296c1bf1b1750bd014fabafbc545da2da2a7_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:42d06f8b7d7ba8f527141ab2f8c0573d081f7257d0ed237e7341bd4f6c218e57_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:3ecc42df618054809d79f60de80b258a69ca25c66e43f9f2a879e3ce6b840f03_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:20152a6ef899664e732baba74782938c312397d08c8670a4e3ce657a78284b35_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:599d8e8f2695e8a285bf62af3ba26b250d0766f63258edaed7f82f6b30bdff4a_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:d997fe638a6b6129ff310dff743da52d08abb263a90404f61f33fb999eda4e77_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268019"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s crypto/x509 standard library package. Verifying a certificate chain that contains a certificate with an unknown public key algorithm will cause a Certificate.Verify to panic. This issue affects all crypto/tls clients and servers that set Config.ClientAuth to VerifyClientCertIfGiven or RequireAndVerifyClientCert.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm",
"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": [
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:4bd4dbe6aa6c06551763738b24c43e992b336dfae6c05728fc980ee0291b0ac6_amd64"
],
"known_not_affected": [
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:a911fd84b3d9bf2ec221660507f4f234ec1ecfc232e9a511a4bd18a2598783df_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:f9494f1408db4fe36e3ddd5bb5c6ca97aec4468e1efbd423c5a4d3f43dd5f7ab_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:aebf65b8c3a83ba4b5e7a8b36e90b6bdf220c5528039ec0310f363a4dea0d54f_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7bbe8727e99c99eae5a269a3e1e5296c1bf1b1750bd014fabafbc545da2da2a7_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:42d06f8b7d7ba8f527141ab2f8c0573d081f7257d0ed237e7341bd4f6c218e57_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:3ecc42df618054809d79f60de80b258a69ca25c66e43f9f2a879e3ce6b840f03_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:20152a6ef899664e732baba74782938c312397d08c8670a4e3ce657a78284b35_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:599d8e8f2695e8a285bf62af3ba26b250d0766f63258edaed7f82f6b30bdff4a_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:d997fe638a6b6129ff310dff743da52d08abb263a90404f61f33fb999eda4e77_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24783"
},
{
"category": "external",
"summary": "RHBZ#2268019",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268019"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24783",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24783"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24783",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24783"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2024/03/08/4",
"url": "http://www.openwall.com/lists/oss-security/2024/03/08/4"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-3q2c-pvp5-3cqp",
"url": "https://github.com/advisories/GHSA-3q2c-pvp5-3cqp"
},
{
"category": "external",
"summary": "https://go.dev/cl/569339",
"url": "https://go.dev/cl/569339"
},
{
"category": "external",
"summary": "https://go.dev/issue/65390",
"url": "https://go.dev/issue/65390"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg",
"url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2598",
"url": "https://pkg.go.dev/vuln/GO-2024-2598"
},
{
"category": "external",
"summary": "https://security.netapp.com/advisory/ntap-20240329-0005",
"url": "https://security.netapp.com/advisory/ntap-20240329-0005"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-08-05T15:40:28+00:00",
"details": "Red Hat OpenShift Builds Release",
"product_ids": [
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:4bd4dbe6aa6c06551763738b24c43e992b336dfae6c05728fc980ee0291b0ac6_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:5013"
},
{
"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": [
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:a911fd84b3d9bf2ec221660507f4f234ec1ecfc232e9a511a4bd18a2598783df_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:f9494f1408db4fe36e3ddd5bb5c6ca97aec4468e1efbd423c5a4d3f43dd5f7ab_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:aebf65b8c3a83ba4b5e7a8b36e90b6bdf220c5528039ec0310f363a4dea0d54f_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7bbe8727e99c99eae5a269a3e1e5296c1bf1b1750bd014fabafbc545da2da2a7_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:42d06f8b7d7ba8f527141ab2f8c0573d081f7257d0ed237e7341bd4f6c218e57_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:3ecc42df618054809d79f60de80b258a69ca25c66e43f9f2a879e3ce6b840f03_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:20152a6ef899664e732baba74782938c312397d08c8670a4e3ce657a78284b35_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:599d8e8f2695e8a285bf62af3ba26b250d0766f63258edaed7f82f6b30bdff4a_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:4bd4dbe6aa6c06551763738b24c43e992b336dfae6c05728fc980ee0291b0ac6_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:d997fe638a6b6129ff310dff743da52d08abb263a90404f61f33fb999eda4e77_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:a911fd84b3d9bf2ec221660507f4f234ec1ecfc232e9a511a4bd18a2598783df_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:f9494f1408db4fe36e3ddd5bb5c6ca97aec4468e1efbd423c5a4d3f43dd5f7ab_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:aebf65b8c3a83ba4b5e7a8b36e90b6bdf220c5528039ec0310f363a4dea0d54f_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7bbe8727e99c99eae5a269a3e1e5296c1bf1b1750bd014fabafbc545da2da2a7_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:42d06f8b7d7ba8f527141ab2f8c0573d081f7257d0ed237e7341bd4f6c218e57_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:3ecc42df618054809d79f60de80b258a69ca25c66e43f9f2a879e3ce6b840f03_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:20152a6ef899664e732baba74782938c312397d08c8670a4e3ce657a78284b35_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:599d8e8f2695e8a285bf62af3ba26b250d0766f63258edaed7f82f6b30bdff4a_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:4bd4dbe6aa6c06551763738b24c43e992b336dfae6c05728fc980ee0291b0ac6_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:d997fe638a6b6129ff310dff743da52d08abb263a90404f61f33fb999eda4e77_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm"
},
{
"cve": "CVE-2024-24785",
"cwe": {
"id": "CWE-74",
"name": "Improper Neutralization of Special Elements in Output Used by a Downstream Component (\u0027Injection\u0027)"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:a911fd84b3d9bf2ec221660507f4f234ec1ecfc232e9a511a4bd18a2598783df_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:f9494f1408db4fe36e3ddd5bb5c6ca97aec4468e1efbd423c5a4d3f43dd5f7ab_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:aebf65b8c3a83ba4b5e7a8b36e90b6bdf220c5528039ec0310f363a4dea0d54f_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7bbe8727e99c99eae5a269a3e1e5296c1bf1b1750bd014fabafbc545da2da2a7_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:42d06f8b7d7ba8f527141ab2f8c0573d081f7257d0ed237e7341bd4f6c218e57_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:3ecc42df618054809d79f60de80b258a69ca25c66e43f9f2a879e3ce6b840f03_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:20152a6ef899664e732baba74782938c312397d08c8670a4e3ce657a78284b35_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:599d8e8f2695e8a285bf62af3ba26b250d0766f63258edaed7f82f6b30bdff4a_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:d997fe638a6b6129ff310dff743da52d08abb263a90404f61f33fb999eda4e77_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268022"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s html/template standard library package. If errors returned from MarshalJSON methods contain user-controlled data, they may be used to break the contextual auto-escaping behavior of the html/template package, allowing subsequent actions to inject unexpected content into templates.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: errors returned from MarshalJSON methods may break template escaping",
"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": [
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:4bd4dbe6aa6c06551763738b24c43e992b336dfae6c05728fc980ee0291b0ac6_amd64"
],
"known_not_affected": [
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:a911fd84b3d9bf2ec221660507f4f234ec1ecfc232e9a511a4bd18a2598783df_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:f9494f1408db4fe36e3ddd5bb5c6ca97aec4468e1efbd423c5a4d3f43dd5f7ab_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:aebf65b8c3a83ba4b5e7a8b36e90b6bdf220c5528039ec0310f363a4dea0d54f_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7bbe8727e99c99eae5a269a3e1e5296c1bf1b1750bd014fabafbc545da2da2a7_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:42d06f8b7d7ba8f527141ab2f8c0573d081f7257d0ed237e7341bd4f6c218e57_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:3ecc42df618054809d79f60de80b258a69ca25c66e43f9f2a879e3ce6b840f03_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:20152a6ef899664e732baba74782938c312397d08c8670a4e3ce657a78284b35_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:599d8e8f2695e8a285bf62af3ba26b250d0766f63258edaed7f82f6b30bdff4a_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:d997fe638a6b6129ff310dff743da52d08abb263a90404f61f33fb999eda4e77_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24785"
},
{
"category": "external",
"summary": "RHBZ#2268022",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268022"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24785",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24785"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24785",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24785"
},
{
"category": "external",
"summary": "https://go.dev/cl/564196",
"url": "https://go.dev/cl/564196"
},
{
"category": "external",
"summary": "https://go.dev/issue/65697",
"url": "https://go.dev/issue/65697"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg",
"url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2024-2610.json",
"url": "https://vuln.go.dev/ID/GO-2024-2610.json"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-08-05T15:40:28+00:00",
"details": "Red Hat OpenShift Builds Release",
"product_ids": [
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:4bd4dbe6aa6c06551763738b24c43e992b336dfae6c05728fc980ee0291b0ac6_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:5013"
},
{
"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": [
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:a911fd84b3d9bf2ec221660507f4f234ec1ecfc232e9a511a4bd18a2598783df_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:f9494f1408db4fe36e3ddd5bb5c6ca97aec4468e1efbd423c5a4d3f43dd5f7ab_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:aebf65b8c3a83ba4b5e7a8b36e90b6bdf220c5528039ec0310f363a4dea0d54f_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7bbe8727e99c99eae5a269a3e1e5296c1bf1b1750bd014fabafbc545da2da2a7_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:42d06f8b7d7ba8f527141ab2f8c0573d081f7257d0ed237e7341bd4f6c218e57_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:3ecc42df618054809d79f60de80b258a69ca25c66e43f9f2a879e3ce6b840f03_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:20152a6ef899664e732baba74782938c312397d08c8670a4e3ce657a78284b35_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:599d8e8f2695e8a285bf62af3ba26b250d0766f63258edaed7f82f6b30bdff4a_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:4bd4dbe6aa6c06551763738b24c43e992b336dfae6c05728fc980ee0291b0ac6_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:d997fe638a6b6129ff310dff743da52d08abb263a90404f61f33fb999eda4e77_amd64"
]
}
],
"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": [
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:a911fd84b3d9bf2ec221660507f4f234ec1ecfc232e9a511a4bd18a2598783df_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:f9494f1408db4fe36e3ddd5bb5c6ca97aec4468e1efbd423c5a4d3f43dd5f7ab_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:aebf65b8c3a83ba4b5e7a8b36e90b6bdf220c5528039ec0310f363a4dea0d54f_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7bbe8727e99c99eae5a269a3e1e5296c1bf1b1750bd014fabafbc545da2da2a7_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:42d06f8b7d7ba8f527141ab2f8c0573d081f7257d0ed237e7341bd4f6c218e57_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:3ecc42df618054809d79f60de80b258a69ca25c66e43f9f2a879e3ce6b840f03_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:20152a6ef899664e732baba74782938c312397d08c8670a4e3ce657a78284b35_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:599d8e8f2695e8a285bf62af3ba26b250d0766f63258edaed7f82f6b30bdff4a_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:4bd4dbe6aa6c06551763738b24c43e992b336dfae6c05728fc980ee0291b0ac6_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:d997fe638a6b6129ff310dff743da52d08abb263a90404f61f33fb999eda4e77_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: errors returned from MarshalJSON methods may break template escaping"
},
{
"cve": "CVE-2024-24786",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2024-03-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:a911fd84b3d9bf2ec221660507f4f234ec1ecfc232e9a511a4bd18a2598783df_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:f9494f1408db4fe36e3ddd5bb5c6ca97aec4468e1efbd423c5a4d3f43dd5f7ab_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:aebf65b8c3a83ba4b5e7a8b36e90b6bdf220c5528039ec0310f363a4dea0d54f_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7bbe8727e99c99eae5a269a3e1e5296c1bf1b1750bd014fabafbc545da2da2a7_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:42d06f8b7d7ba8f527141ab2f8c0573d081f7257d0ed237e7341bd4f6c218e57_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:20152a6ef899664e732baba74782938c312397d08c8670a4e3ce657a78284b35_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:599d8e8f2695e8a285bf62af3ba26b250d0766f63258edaed7f82f6b30bdff4a_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:4bd4dbe6aa6c06551763738b24c43e992b336dfae6c05728fc980ee0291b0ac6_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:d997fe638a6b6129ff310dff743da52d08abb263a90404f61f33fb999eda4e77_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268046"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang\u0027s protobuf module, where the unmarshal function can enter an infinite loop when processing certain invalid inputs. This issue occurs during unmarshaling into a message that includes a google.protobuf.Any or when the UnmarshalOptions.DiscardUnknown option is enabled. This flaw allows an attacker to craft malicious input tailored to trigger the identified flaw in the unmarshal function. By providing carefully constructed invalid inputs, they could potentially cause the function to enter an infinite loop, resulting in a denial of service condition or other unintended behaviors in the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang-protobuf: encoding/protojson, internal/encoding/json: infinite loop in protojson.Unmarshal when unmarshaling certain forms of invalid JSON",
"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": [
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:3ecc42df618054809d79f60de80b258a69ca25c66e43f9f2a879e3ce6b840f03_amd64"
],
"known_not_affected": [
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:a911fd84b3d9bf2ec221660507f4f234ec1ecfc232e9a511a4bd18a2598783df_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:f9494f1408db4fe36e3ddd5bb5c6ca97aec4468e1efbd423c5a4d3f43dd5f7ab_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:aebf65b8c3a83ba4b5e7a8b36e90b6bdf220c5528039ec0310f363a4dea0d54f_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7bbe8727e99c99eae5a269a3e1e5296c1bf1b1750bd014fabafbc545da2da2a7_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:42d06f8b7d7ba8f527141ab2f8c0573d081f7257d0ed237e7341bd4f6c218e57_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:20152a6ef899664e732baba74782938c312397d08c8670a4e3ce657a78284b35_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:599d8e8f2695e8a285bf62af3ba26b250d0766f63258edaed7f82f6b30bdff4a_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:4bd4dbe6aa6c06551763738b24c43e992b336dfae6c05728fc980ee0291b0ac6_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:d997fe638a6b6129ff310dff743da52d08abb263a90404f61f33fb999eda4e77_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24786"
},
{
"category": "external",
"summary": "RHBZ#2268046",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268046"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24786",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24786"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24786",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24786"
},
{
"category": "external",
"summary": "https://go.dev/cl/569356",
"url": "https://go.dev/cl/569356"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/ArQ6CDgtEjY/",
"url": "https://groups.google.com/g/golang-announce/c/ArQ6CDgtEjY/"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2611",
"url": "https://pkg.go.dev/vuln/GO-2024-2611"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-08-05T15:40:28+00:00",
"details": "Red Hat OpenShift Builds Release",
"product_ids": [
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:3ecc42df618054809d79f60de80b258a69ca25c66e43f9f2a879e3ce6b840f03_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:5013"
},
{
"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": [
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:a911fd84b3d9bf2ec221660507f4f234ec1ecfc232e9a511a4bd18a2598783df_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:f9494f1408db4fe36e3ddd5bb5c6ca97aec4468e1efbd423c5a4d3f43dd5f7ab_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:aebf65b8c3a83ba4b5e7a8b36e90b6bdf220c5528039ec0310f363a4dea0d54f_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7bbe8727e99c99eae5a269a3e1e5296c1bf1b1750bd014fabafbc545da2da2a7_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:42d06f8b7d7ba8f527141ab2f8c0573d081f7257d0ed237e7341bd4f6c218e57_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:3ecc42df618054809d79f60de80b258a69ca25c66e43f9f2a879e3ce6b840f03_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:20152a6ef899664e732baba74782938c312397d08c8670a4e3ce657a78284b35_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:599d8e8f2695e8a285bf62af3ba26b250d0766f63258edaed7f82f6b30bdff4a_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:4bd4dbe6aa6c06551763738b24c43e992b336dfae6c05728fc980ee0291b0ac6_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:d997fe638a6b6129ff310dff743da52d08abb263a90404f61f33fb999eda4e77_amd64"
]
}
],
"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": [
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:a911fd84b3d9bf2ec221660507f4f234ec1ecfc232e9a511a4bd18a2598783df_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:f9494f1408db4fe36e3ddd5bb5c6ca97aec4468e1efbd423c5a4d3f43dd5f7ab_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:aebf65b8c3a83ba4b5e7a8b36e90b6bdf220c5528039ec0310f363a4dea0d54f_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7bbe8727e99c99eae5a269a3e1e5296c1bf1b1750bd014fabafbc545da2da2a7_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:42d06f8b7d7ba8f527141ab2f8c0573d081f7257d0ed237e7341bd4f6c218e57_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:3ecc42df618054809d79f60de80b258a69ca25c66e43f9f2a879e3ce6b840f03_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:20152a6ef899664e732baba74782938c312397d08c8670a4e3ce657a78284b35_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:599d8e8f2695e8a285bf62af3ba26b250d0766f63258edaed7f82f6b30bdff4a_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:4bd4dbe6aa6c06551763738b24c43e992b336dfae6c05728fc980ee0291b0ac6_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:d997fe638a6b6129ff310dff743da52d08abb263a90404f61f33fb999eda4e77_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang-protobuf: encoding/protojson, internal/encoding/json: infinite loop in protojson.Unmarshal when unmarshaling certain forms of invalid JSON"
},
{
"cve": "CVE-2024-24788",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2024-05-09T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:a911fd84b3d9bf2ec221660507f4f234ec1ecfc232e9a511a4bd18a2598783df_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:f9494f1408db4fe36e3ddd5bb5c6ca97aec4468e1efbd423c5a4d3f43dd5f7ab_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:aebf65b8c3a83ba4b5e7a8b36e90b6bdf220c5528039ec0310f363a4dea0d54f_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7bbe8727e99c99eae5a269a3e1e5296c1bf1b1750bd014fabafbc545da2da2a7_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:42d06f8b7d7ba8f527141ab2f8c0573d081f7257d0ed237e7341bd4f6c218e57_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:3ecc42df618054809d79f60de80b258a69ca25c66e43f9f2a879e3ce6b840f03_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:20152a6ef899664e732baba74782938c312397d08c8670a4e3ce657a78284b35_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:599d8e8f2695e8a285bf62af3ba26b250d0766f63258edaed7f82f6b30bdff4a_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:d997fe638a6b6129ff310dff743da52d08abb263a90404f61f33fb999eda4e77_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2279814"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net package of the Go stdlib. When a malformed DNS message is received as a response to a query, the Lookup functions within the net package can get stuck in an infinite loop. This issue can lead to resource exhaustion and denial of service (DoS) conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net: malformed DNS message can cause infinite loop",
"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": [
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:4bd4dbe6aa6c06551763738b24c43e992b336dfae6c05728fc980ee0291b0ac6_amd64"
],
"known_not_affected": [
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:a911fd84b3d9bf2ec221660507f4f234ec1ecfc232e9a511a4bd18a2598783df_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:f9494f1408db4fe36e3ddd5bb5c6ca97aec4468e1efbd423c5a4d3f43dd5f7ab_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:aebf65b8c3a83ba4b5e7a8b36e90b6bdf220c5528039ec0310f363a4dea0d54f_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7bbe8727e99c99eae5a269a3e1e5296c1bf1b1750bd014fabafbc545da2da2a7_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:42d06f8b7d7ba8f527141ab2f8c0573d081f7257d0ed237e7341bd4f6c218e57_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:3ecc42df618054809d79f60de80b258a69ca25c66e43f9f2a879e3ce6b840f03_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:20152a6ef899664e732baba74782938c312397d08c8670a4e3ce657a78284b35_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:599d8e8f2695e8a285bf62af3ba26b250d0766f63258edaed7f82f6b30bdff4a_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:d997fe638a6b6129ff310dff743da52d08abb263a90404f61f33fb999eda4e77_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24788"
},
{
"category": "external",
"summary": "RHBZ#2279814",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2279814"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24788",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24788"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24788",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24788"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2824",
"url": "https://pkg.go.dev/vuln/GO-2024-2824"
}
],
"release_date": "2024-05-08T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-08-05T15:40:28+00:00",
"details": "Red Hat OpenShift Builds Release",
"product_ids": [
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:4bd4dbe6aa6c06551763738b24c43e992b336dfae6c05728fc980ee0291b0ac6_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:5013"
},
{
"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": [
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:a911fd84b3d9bf2ec221660507f4f234ec1ecfc232e9a511a4bd18a2598783df_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:f9494f1408db4fe36e3ddd5bb5c6ca97aec4468e1efbd423c5a4d3f43dd5f7ab_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:aebf65b8c3a83ba4b5e7a8b36e90b6bdf220c5528039ec0310f363a4dea0d54f_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7bbe8727e99c99eae5a269a3e1e5296c1bf1b1750bd014fabafbc545da2da2a7_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:42d06f8b7d7ba8f527141ab2f8c0573d081f7257d0ed237e7341bd4f6c218e57_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:3ecc42df618054809d79f60de80b258a69ca25c66e43f9f2a879e3ce6b840f03_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:20152a6ef899664e732baba74782938c312397d08c8670a4e3ce657a78284b35_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:599d8e8f2695e8a285bf62af3ba26b250d0766f63258edaed7f82f6b30bdff4a_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:4bd4dbe6aa6c06551763738b24c43e992b336dfae6c05728fc980ee0291b0ac6_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:d997fe638a6b6129ff310dff743da52d08abb263a90404f61f33fb999eda4e77_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": [
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:a911fd84b3d9bf2ec221660507f4f234ec1ecfc232e9a511a4bd18a2598783df_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:f9494f1408db4fe36e3ddd5bb5c6ca97aec4468e1efbd423c5a4d3f43dd5f7ab_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:aebf65b8c3a83ba4b5e7a8b36e90b6bdf220c5528039ec0310f363a4dea0d54f_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7bbe8727e99c99eae5a269a3e1e5296c1bf1b1750bd014fabafbc545da2da2a7_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:42d06f8b7d7ba8f527141ab2f8c0573d081f7257d0ed237e7341bd4f6c218e57_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:3ecc42df618054809d79f60de80b258a69ca25c66e43f9f2a879e3ce6b840f03_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:20152a6ef899664e732baba74782938c312397d08c8670a4e3ce657a78284b35_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:599d8e8f2695e8a285bf62af3ba26b250d0766f63258edaed7f82f6b30bdff4a_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:4bd4dbe6aa6c06551763738b24c43e992b336dfae6c05728fc980ee0291b0ac6_amd64",
"Builds for Red Hat OpenShift 1.1.0:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:d997fe638a6b6129ff310dff743da52d08abb263a90404f61f33fb999eda4e77_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net: malformed DNS message can cause infinite loop"
}
]
}
RHSA-2024:5258
Vulnerability from csaf_redhat - Published: 2024-08-13 09:16 - Updated: 2026-05-28 20:33A flaw was discovered in Go's net/http standard library package. When parsing a multipart form (either explicitly with Request.ParseMultipartForm or implicitly with Request.FormValue, Request.PostFormValue, or Request.FormFile), limits on the total size of the parsed form were not applied to the memory consumed while reading a single form line. This permits a maliciously crafted input containing very long lines to cause allocation of arbitrarily large amounts of memory, potentially leading to memory exhaustion. With fix, the ParseMultipartForm function now correctly limits the maximum size of form lines.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-12.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey and ctx. That function uses named return parameters to free pkey and ctx if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the "return nil, nil, fail(...)" pattern, meaning that pkey and ctx will be nil inside the deferred function that should free them.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-12.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the github.com/containers/image library. This flaw allows attackers to trigger unexpected authenticated registry accesses on behalf of a victim user, causing resource exhaustion, local path traversal, and other attacks.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-12.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
A vulnerability was found in go-retryablehttp. The package may suffer from a lack of input sanitization by not cleaning up URL data when writing to the logs. This issue could expose sensitive authentication information.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-12.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Go's crypto/x509 standard library package. Verifying a certificate chain that contains a certificate with an unknown public key algorithm will cause a Certificate.Verify to panic. This issue affects all crypto/tls clients and servers that set Config.ClientAuth to VerifyClientCertIfGiven or RequireAndVerifyClientCert.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-12.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Go's net/mail standard library package. The ParseAddressList function incorrectly handles comments (text within parentheses) within display names. Since this is a misalignment with conforming address parsers, it can result in different trust decisions made by programs using different parsers.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-12.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Golang. The ZIP implementation of the Go language archive/zip library behaves differently than the rest of the ZIP file format implementations. When handling ZIP files with a corrupted central directory record, the library skips over the invalid record and processes the next valid one. This flaw allows a malicious user to access hidden information or files inside maliciously crafted ZIP files.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-12.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
A flaw was found in the gorilla/schema package. Running `schema.Decoder.Decode()` on a struct that has a field of type `[]struct{...}` opens it up to malicious attacks regarding memory allocations, taking advantage of the sparse slice functionality. Any use of `schema.Decoder.Decode()` on a struct with arrays of other structs could trigger memory exhaustion and lead to a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-12.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in urllib3, an HTTP client library for Python. In certain configurations, urllib3 does not treat the `Proxy-Authorization` HTTP header as one carrying authentication material. This issue results in not stripping the header on cross-origin redirects.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-12.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8 | — |
Vendor Fix
fix
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 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 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 container-tools module contains tools for working with containers, notably podman, buildah, skopeo, and runc.\n\nSecurity Fix(es):\n\n* golang-fips/openssl: Memory leaks in code encrypting and decrypting RSA payloads (CVE-2024-1394)\n\n* golang: net/http: memory exhaustion in Request.ParseMultipartForm (CVE-2023-45290)\n\n* golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm (CVE-2024-24783)\n\n* golang: net/mail: comments in display names are incorrectly handled (CVE-2024-24784)\n\n* containers/image: digest type does not guarantee valid type (CVE-2024-3727)\n\n* golang: archive/zip: Incorrect handling of certain ZIP files (CVE-2024-24789)\n\n* go-retryablehttp: url might write sensitive information to log file (CVE-2024-6104)\n\n* gorilla/schema: Potential memory exhaustion attack due to sparse slice deserialization (CVE-2024-37298)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2024:5258",
"url": "https://access.redhat.com/errata/RHSA-2024:5258"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2262921",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2262921"
},
{
"category": "external",
"summary": "2268017",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268017"
},
{
"category": "external",
"summary": "2268019",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268019"
},
{
"category": "external",
"summary": "2268021",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268021"
},
{
"category": "external",
"summary": "2274767",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2274767"
},
{
"category": "external",
"summary": "2292668",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292668"
},
{
"category": "external",
"summary": "2294000",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2294000"
},
{
"category": "external",
"summary": "2295010",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2295010"
},
{
"category": "external",
"summary": "RHEL-40800",
"url": "https://issues.redhat.com/browse/RHEL-40800"
},
{
"category": "external",
"summary": "RHEL-40801",
"url": "https://issues.redhat.com/browse/RHEL-40801"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_5258.json"
}
],
"title": "Red Hat Security Advisory: container-tools:rhel8 security update",
"tracking": {
"current_release_date": "2026-05-28T20:33:30+00:00",
"generator": {
"date": "2026-05-28T20:33:30+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2024:5258",
"initial_release_date": "2024-08-13T09:16:53+00:00",
"revision_history": [
{
"date": "2024-08-13T09:16:53+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-08-13T09:16:53+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-28T20:33:30+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.10.0.Z.MAIN.EUS",
"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.10.0-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"product": {
"name": "aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.src (container-tools:rhel8)",
"product_id": "aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.10.0-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"product": {
"name": "buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.src (container-tools:rhel8)",
"product_id": "buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.33.8-4.module%2Bel8.10.0%2B22202%2B761b9a65?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"product": {
"name": "cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.src (container-tools:rhel8)",
"product_id": "cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cockpit-podman@84.1-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=src\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"product": {
"name": "conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.src (container-tools:rhel8)",
"product_id": "conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.10-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=src\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"product": {
"name": "container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.src (container-tools:rhel8)",
"product_id": "container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.229.0-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.src (container-tools:rhel8)",
"product_id": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-5.module%2Bel8.10.0%2B22202%2B761b9a65?arch=src\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-82.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"product": {
"name": "containers-common-2:1-82.module+el8.10.0+22202+761b9a65.src (container-tools:rhel8)",
"product_id": "containers-common-2:1-82.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-82.module%2Bel8.10.0%2B22202%2B761b9a65?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.18-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"product": {
"name": "criu-0:3.18-5.module+el8.10.0+22202+761b9a65.src (container-tools:rhel8)",
"product_id": "criu-0:3.18-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.18-5.module%2Bel8.10.0%2B22202%2B761b9a65?arch=src\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"product": {
"name": "crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.src (container-tools:rhel8)",
"product_id": "crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14.3-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=src\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.src (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.13-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=src\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.src (container-tools:rhel8)",
"product_id": "libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=src\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"product": {
"name": "netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.src (container-tools:rhel8)",
"product_id": "netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.10.3-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.src (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.10-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=src\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"product": {
"name": "podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.src (container-tools:rhel8)",
"product_id": "podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=src\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "python-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"product": {
"name": "python-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.src (container-tools:rhel8)",
"product_id": "python-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-podman@4.9.0-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=src\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"product": {
"name": "runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.src (container-tools:rhel8)",
"product_id": "runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-4.module%2Bel8.10.0%2B22202%2B761b9a65?arch=src\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"product": {
"name": "skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.src (container-tools:rhel8)",
"product_id": "skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.14.5-3.module%2Bel8.10.0%2B22202%2B761b9a65?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.src (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.3-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=src\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.src (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.5-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=src\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"product": {
"name": "udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.src (container-tools:rhel8)",
"product_id": "udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/udica@0.2.6-21.module%2Bel8.10.0%2B22202%2B761b9a65?arch=src\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"product": {
"name": "cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.noarch (container-tools:rhel8)",
"product_id": "cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cockpit-podman@84.1-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=noarch\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"product": {
"name": "container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.noarch (container-tools:rhel8)",
"product_id": "container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.229.0-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=noarch\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-docker-4:4.9.4-12.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"product": {
"name": "podman-docker-4:4.9.4-12.module+el8.10.0+22202+761b9a65.noarch (container-tools:rhel8)",
"product_id": "podman-docker-4:4.9.4-12.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-docker@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=noarch\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "python3-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"product": {
"name": "python3-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.noarch (container-tools:rhel8)",
"product_id": "python3-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-podman@4.9.0-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=noarch\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"product": {
"name": "udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.noarch (container-tools:rhel8)",
"product_id": "udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/udica@0.2.6-21.module%2Bel8.10.0%2B22202%2B761b9a65?arch=noarch\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.10.0-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.33.8-4.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.33.8-4.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.33.8-4.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.33.8-4.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.33.8-4.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.10-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.10-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.10-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-5.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.4.0-5.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.4.0-5.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-82.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "containers-common-2:1-82.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "containers-common-2:1-82.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-82.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "crit-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "crit-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.18-5.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.18-5.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.18-5.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.18-5.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.18-5.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.18-5.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.18-5.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14.3-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.14.3-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.14.3-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.13-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.13-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.13-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.10.3-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.10-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.10-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.10-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.18-5.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-4.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-4.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-4.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.14.5-3.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.14.5-3.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.3-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.2.3-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.2.3-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.5-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.5-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.5-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product": {
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8)",
"product_id": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.5-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.10.0-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.33.8-4.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.33.8-4.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.33.8-4.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.33.8-4.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.33.8-4.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.10-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.10-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.10-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-5.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.4.0-5.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.4.0-5.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-82.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "containers-common-2:1-82.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "containers-common-2:1-82.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-82.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "crit-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "crit-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.18-5.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.18-5.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.18-5.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.18-5.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.18-5.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.18-5.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.18-5.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14.3-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.14.3-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.14.3-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.13-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.13-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.13-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.10.3-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.10-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.10-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.10-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.18-5.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-4.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-4.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-4.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.14.5-3.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.14.5-3.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.3-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.2.3-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.2.3-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.5-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.5-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.5-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product": {
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8)",
"product_id": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.5-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.10.0-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.33.8-4.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.33.8-4.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.33.8-4.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.33.8-4.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.33.8-4.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.10-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.10-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.10-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-5.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.4.0-5.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.4.0-5.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-82.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "containers-common-2:1-82.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "containers-common-2:1-82.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-82.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "crit-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "crit-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.18-5.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.18-5.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.18-5.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.18-5.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.18-5.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.18-5.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.18-5.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14.3-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.14.3-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.14.3-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.13-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.13-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.13-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.10.3-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.10-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.10-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.10-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.18-5.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-4.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-4.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-4.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.14.5-3.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.14.5-3.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.3-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.2.3-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.2.3-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.5-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.5-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.5-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product": {
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8)",
"product_id": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.5-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.10.0-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.33.8-4.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.33.8-4.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.33.8-4.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.33.8-4.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.33.8-4.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.10-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.10-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.10-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-5.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.4.0-5.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.4.0-5.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-82.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "containers-common-2:1-82.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "containers-common-2:1-82.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-82.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "crit-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "crit-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.18-5.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.18-5.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.18-5.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.18-5.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.18-5.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.18-5.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.18-5.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14.3-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.14.3-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.14.3-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.13-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.13-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.13-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.10.3-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.10-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.10-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.10-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.9.4-12.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.18-5.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-4.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-4.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-4.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.14.5-3.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.14.5-3.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.3-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.2.3-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.2.3-1.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.5-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.5-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.5-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product": {
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8)",
"product_id": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.5-2.module%2Bel8.10.0%2B22202%2B761b9a65?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240808093819:afee755d"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
},
"product_reference": "buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8"
},
"product_reference": "cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
},
"product_reference": "cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
},
"product_reference": "conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8"
},
"product_reference": "container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
},
"product_reference": "container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-82.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-82.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-82.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-82.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-82.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-82.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-82.module+el8.10.0+22202+761b9a65.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-82.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-82.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-82.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "crit-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "crit-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "crit-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "crit-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.18-5.module+el8.10.0+22202+761b9a65.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
},
"product_reference": "criu-0:3.18-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
},
"product_reference": "crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
},
"product_reference": "netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
},
"product_reference": "podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-4:4.9.4-12.module+el8.10.0+22202+761b9a65.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-12.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8"
},
"product_reference": "podman-docker-4:4.9.4-12.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
},
"product_reference": "python-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8"
},
"product_reference": "python3-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
},
"product_reference": "runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8"
},
"product_reference": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8"
},
"product_reference": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8"
},
"product_reference": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8"
},
"product_reference": "udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
},
"product_reference": "udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-45290",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268017"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was discovered in Go\u0027s net/http standard library package. When parsing a multipart form (either explicitly with Request.ParseMultipartForm or implicitly with Request.FormValue, Request.PostFormValue, or Request.FormFile), limits on the total size of the parsed form were not applied to the memory consumed while reading a single form line. This permits a maliciously crafted input containing very long lines to cause allocation of arbitrarily large amounts of memory, potentially leading to memory exhaustion. With fix, the ParseMultipartForm function now correctly limits the maximum size of form lines.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http: golang: mime/multipart: golang: net/textproto: memory exhaustion in Request.ParseMultipartForm",
"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.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-12.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45290"
},
{
"category": "external",
"summary": "RHBZ#2268017",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268017"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45290",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45290"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45290",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45290"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2024/03/08/4",
"url": "http://www.openwall.com/lists/oss-security/2024/03/08/4"
},
{
"category": "external",
"summary": "https://go.dev/cl/569341",
"url": "https://go.dev/cl/569341"
},
{
"category": "external",
"summary": "https://go.dev/issue/65383",
"url": "https://go.dev/issue/65383"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg",
"url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2599",
"url": "https://pkg.go.dev/vuln/GO-2024-2599"
},
{
"category": "external",
"summary": "https://security.netapp.com/advisory/ntap-20240329-0004",
"url": "https://security.netapp.com/advisory/ntap-20240329-0004"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-08-13T09:16:53+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.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-12.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:5258"
},
{
"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.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-12.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-12.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: golang: mime/multipart: golang: net/textproto: memory exhaustion in Request.ParseMultipartForm"
},
{
"acknowledgments": [
{
"names": [
"@r3kumar",
"@qmuntal"
]
}
],
"cve": "CVE-2024-1394",
"cwe": {
"id": "CWE-401",
"name": "Missing Release of Memory after Effective Lifetime"
},
"discovery_date": "2024-02-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2262921"
}
],
"notes": [
{
"category": "description",
"text": "A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs\u200b. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey\u200b and ctx\u200b. That function uses named return parameters to free pkey\u200b and ctx\u200b if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the \"return nil, nil, fail(...)\" pattern, meaning that pkey\u200b and ctx\u200b will be nil inside the deferred function that should free them.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang-fips/openssl: Memory leaks in code encrypting and decrypting RSA payloads",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The majority of RHEL utilities are not long-running applications; instead, they are command-line tools. These tools utilize Golang package as build-time dependency, which is why they are classified as having a \"Moderate\" level of impact.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-12.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-1394"
},
{
"category": "external",
"summary": "RHBZ#2262921",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2262921"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-1394",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-1394"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-1394",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-1394"
},
{
"category": "external",
"summary": "https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136",
"url": "https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136"
},
{
"category": "external",
"summary": "https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6",
"url": "https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6"
},
{
"category": "external",
"summary": "https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f",
"url": "https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2660",
"url": "https://pkg.go.dev/vuln/GO-2024-2660"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2024-2660.json",
"url": "https://vuln.go.dev/ID/GO-2024-2660.json"
}
],
"release_date": "2024-03-20T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-08-13T09:16:53+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.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-12.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:5258"
},
{
"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.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-12.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.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.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-12.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang-fips/openssl: Memory leaks in code encrypting and decrypting RSA payloads"
},
{
"cve": "CVE-2024-3727",
"cwe": {
"id": "CWE-354",
"name": "Improper Validation of Integrity Check Value"
},
"discovery_date": "2024-04-12T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2274767"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the github.com/containers/image library. This flaw allows attackers to trigger unexpected authenticated registry accesses on behalf of a victim user, causing resource exhaustion, local path traversal, and other attacks.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "containers/image: digest type does not guarantee valid type",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Some conditions are necessary for this attack to occur, such as the attacker being able to upload malicious images to the registry and persuade a victim to pull them. Hence, the severity of this flaw was 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": [
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-12.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-3727"
},
{
"category": "external",
"summary": "RHBZ#2274767",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2274767"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-3727",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3727"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-3727",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-3727"
}
],
"release_date": "2024-05-09T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-08-13T09:16:53+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.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-12.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:5258"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-12.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "containers/image: digest type does not guarantee valid type"
},
{
"cve": "CVE-2024-6104",
"cwe": {
"id": "CWE-532",
"name": "Insertion of Sensitive Information into Log File"
},
"discovery_date": "2024-06-24T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2294000"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in go-retryablehttp. The package may suffer from a lack of input sanitization by not cleaning up URL data when writing to the logs. This issue could expose sensitive authentication information.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "go-retryablehttp: url might write sensitive information to log file",
"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.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-12.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-6104"
},
{
"category": "external",
"summary": "RHBZ#2294000",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2294000"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-6104",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6104"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-6104",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6104"
}
],
"release_date": "2024-06-24T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-08-13T09:16:53+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.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-12.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:5258"
},
{
"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.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-12.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 6.0,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-12.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "go-retryablehttp: url might write sensitive information to log file"
},
{
"cve": "CVE-2024-24783",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268019"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s crypto/x509 standard library package. Verifying a certificate chain that contains a certificate with an unknown public key algorithm will cause a Certificate.Verify to panic. This issue affects all crypto/tls clients and servers that set Config.ClientAuth to VerifyClientCertIfGiven or RequireAndVerifyClientCert.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm",
"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.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-12.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24783"
},
{
"category": "external",
"summary": "RHBZ#2268019",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268019"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24783",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24783"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24783",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24783"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2024/03/08/4",
"url": "http://www.openwall.com/lists/oss-security/2024/03/08/4"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-3q2c-pvp5-3cqp",
"url": "https://github.com/advisories/GHSA-3q2c-pvp5-3cqp"
},
{
"category": "external",
"summary": "https://go.dev/cl/569339",
"url": "https://go.dev/cl/569339"
},
{
"category": "external",
"summary": "https://go.dev/issue/65390",
"url": "https://go.dev/issue/65390"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg",
"url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2598",
"url": "https://pkg.go.dev/vuln/GO-2024-2598"
},
{
"category": "external",
"summary": "https://security.netapp.com/advisory/ntap-20240329-0005",
"url": "https://security.netapp.com/advisory/ntap-20240329-0005"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-08-13T09:16:53+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.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-12.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:5258"
},
{
"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.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-12.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-12.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm"
},
{
"cve": "CVE-2024-24784",
"cwe": {
"id": "CWE-115",
"name": "Misinterpretation of Input"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268021"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s net/mail standard library package. The ParseAddressList function incorrectly handles comments (text within parentheses) within display names. Since this is a misalignment with conforming address parsers, it can result in different trust decisions made by programs using different parsers.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/mail: comments in display names are incorrectly handled",
"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.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-12.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24784"
},
{
"category": "external",
"summary": "RHBZ#2268021",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268021"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24784",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24784"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24784",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24784"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-08-13T09:16:53+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.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-12.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:5258"
},
{
"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.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-12.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-12.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/mail: comments in display names are incorrectly handled"
},
{
"cve": "CVE-2024-24789",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2024-06-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2292668"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang. The ZIP implementation of the Go language archive/zip library behaves differently than the rest of the ZIP file format implementations. When handling ZIP files with a corrupted central directory record, the library skips over the invalid record and processes the next valid one. This flaw allows a malicious user to access hidden information or files inside maliciously crafted ZIP files.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/zip: Incorrect handling of certain ZIP files",
"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.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-12.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24789"
},
{
"category": "external",
"summary": "RHBZ#2292668",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292668"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24789",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24789"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24789",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24789"
}
],
"release_date": "2024-06-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-08-13T09:16:53+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.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-12.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:5258"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-12.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/zip: Incorrect handling of certain ZIP files"
},
{
"cve": "CVE-2024-37298",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2024-07-01T19:21:12+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2295010"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the gorilla/schema package. Running `schema.Decoder.Decode()` on a struct that has a field of type `[]struct{...}` opens it up to malicious attacks regarding memory allocations, taking advantage of the sparse slice functionality. Any use of `schema.Decoder.Decode()` on a struct with arrays of other structs could trigger memory exhaustion and lead to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "gorilla/schema: Potential memory exhaustion attack due to sparse slice deserialization",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability in the gorilla/schema package is a high-severity issue due to its potential to cause a Denial of Service (DoS) attack through memory exhaustion. The schema.Decoder.Decode() function, when processing a struct with fields of type []struct{...}, is susceptible to malicious input that exploits sparse slice functionality. This can result in excessive memory allocations, overwhelming the system\u0027s resources and rendering the application unresponsive.\n\nThe majority of RHEL utilities are not long-running applications; instead, they are command-line tools. These tools utilize Golang package as build-time dependency, which is why they are classified as having a \"Moderate\" level of impact.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-12.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-37298"
},
{
"category": "external",
"summary": "RHBZ#2295010",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2295010"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-37298",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37298"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-37298",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-37298"
},
{
"category": "external",
"summary": "https://github.com/gorilla/schema/blob/main/decoder.go#L223",
"url": "https://github.com/gorilla/schema/blob/main/decoder.go#L223"
},
{
"category": "external",
"summary": "https://github.com/gorilla/schema/commit/cd59f2f12cbdfa9c06aa63e425d1fe4a806967ff",
"url": "https://github.com/gorilla/schema/commit/cd59f2f12cbdfa9c06aa63e425d1fe4a806967ff"
},
{
"category": "external",
"summary": "https://github.com/gorilla/schema/security/advisories/GHSA-3669-72x9-r9p3",
"url": "https://github.com/gorilla/schema/security/advisories/GHSA-3669-72x9-r9p3"
}
],
"release_date": "2024-06-30T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-08-13T09:16:53+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.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-12.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:5258"
},
{
"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.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-12.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.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.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-12.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "gorilla/schema: Potential memory exhaustion attack due to sparse slice deserialization"
},
{
"cve": "CVE-2024-37891",
"cwe": {
"id": "CWE-669",
"name": "Incorrect Resource Transfer Between Spheres"
},
"discovery_date": "2024-06-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2292788"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in urllib3, an HTTP client library for Python. In certain configurations, urllib3 does not treat the `Proxy-Authorization` HTTP header as one carrying authentication material. This issue results in not stripping the header on cross-origin redirects.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: proxy-authorization request header is not stripped during cross-origin redirects",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": ".egg-info packages, like urllib3-1.24.2-py3.6.egg-info, store only metadata such as package version and dependencies and do not contain any affected codebase.",
"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.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-12.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-37891"
},
{
"category": "external",
"summary": "RHBZ#2292788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292788"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-37891",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37891"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-37891",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-37891"
}
],
"release_date": "2024-06-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-08-13T09:16:53+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.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-12.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:5258"
},
{
"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.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-12.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-12.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-12.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22202+761b9a65.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22202+761b9a65.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "urllib3: proxy-authorization request header is not stripped during cross-origin redirects"
}
]
}
RHSA-2024:6186
Vulnerability from csaf_redhat - Published: 2024-09-03 19:57 - Updated: 2026-04-30 13:14A flaw was found in Go's crypto/x509 standard library package. Verifying a certificate chain that contains a certificate with an unknown public key algorithm will cause a Certificate.Verify to panic. This issue affects all crypto/tls clients and servers that set Config.ClientAuth to VerifyClientCertIfGiven or RequireAndVerifyClientCert.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.el9_4.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"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: crypto/x509: Verify panics on certificates with an unknown public key algorithm (CVE-2024-24783)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2024:6186",
"url": "https://access.redhat.com/errata/RHSA-2024:6186"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2268019",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268019"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_6186.json"
}
],
"title": "Red Hat Security Advisory: containernetworking-plugins security update",
"tracking": {
"current_release_date": "2026-04-30T13:14:23+00:00",
"generator": {
"date": "2026-04-30T13:14:23+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.7"
}
},
"id": "RHSA-2024:6186",
"initial_release_date": "2024-09-03T19:57:55+00:00",
"revision_history": [
{
"date": "2024-09-03T19:57:55+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-09-03T19:57:55+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-30T13:14:23+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.4.0.Z.MAIN.EUS",
"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.4.0-5.el9_4.src",
"product": {
"name": "containernetworking-plugins-1:1.4.0-5.el9_4.src",
"product_id": "containernetworking-plugins-1:1.4.0-5.el9_4.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-5.el9_4?arch=src\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.4.0-5.el9_4.aarch64",
"product": {
"name": "containernetworking-plugins-1:1.4.0-5.el9_4.aarch64",
"product_id": "containernetworking-plugins-1:1.4.0-5.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-5.el9_4?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.4.0-5.el9_4.aarch64",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-5.el9_4.aarch64",
"product_id": "containernetworking-plugins-debugsource-1:1.4.0-5.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.4.0-5.el9_4?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.4.0-5.el9_4.aarch64",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-5.el9_4.aarch64",
"product_id": "containernetworking-plugins-debuginfo-1:1.4.0-5.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.4.0-5.el9_4?arch=aarch64\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.4.0-5.el9_4.ppc64le",
"product": {
"name": "containernetworking-plugins-1:1.4.0-5.el9_4.ppc64le",
"product_id": "containernetworking-plugins-1:1.4.0-5.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-5.el9_4?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.4.0-5.el9_4.ppc64le",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-5.el9_4.ppc64le",
"product_id": "containernetworking-plugins-debugsource-1:1.4.0-5.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.4.0-5.el9_4?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.4.0-5.el9_4.ppc64le",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-5.el9_4.ppc64le",
"product_id": "containernetworking-plugins-debuginfo-1:1.4.0-5.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.4.0-5.el9_4?arch=ppc64le\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.4.0-5.el9_4.x86_64",
"product": {
"name": "containernetworking-plugins-1:1.4.0-5.el9_4.x86_64",
"product_id": "containernetworking-plugins-1:1.4.0-5.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-5.el9_4?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.4.0-5.el9_4.x86_64",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-5.el9_4.x86_64",
"product_id": "containernetworking-plugins-debugsource-1:1.4.0-5.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.4.0-5.el9_4?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.4.0-5.el9_4.x86_64",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-5.el9_4.x86_64",
"product_id": "containernetworking-plugins-debuginfo-1:1.4.0-5.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.4.0-5.el9_4?arch=x86_64\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.4.0-5.el9_4.s390x",
"product": {
"name": "containernetworking-plugins-1:1.4.0-5.el9_4.s390x",
"product_id": "containernetworking-plugins-1:1.4.0-5.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-5.el9_4?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.4.0-5.el9_4.s390x",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-5.el9_4.s390x",
"product_id": "containernetworking-plugins-debugsource-1:1.4.0-5.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.4.0-5.el9_4?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.4.0-5.el9_4.s390x",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-5.el9_4.s390x",
"product_id": "containernetworking-plugins-debuginfo-1:1.4.0-5.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.4.0-5.el9_4?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.4.0-5.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.el9_4.aarch64"
},
"product_reference": "containernetworking-plugins-1:1.4.0-5.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.4.0-5.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.el9_4.ppc64le"
},
"product_reference": "containernetworking-plugins-1:1.4.0-5.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.4.0-5.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.el9_4.s390x"
},
"product_reference": "containernetworking-plugins-1:1.4.0-5.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.4.0-5.el9_4.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.el9_4.src"
},
"product_reference": "containernetworking-plugins-1:1.4.0-5.el9_4.src",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.4.0-5.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.el9_4.x86_64"
},
"product_reference": "containernetworking-plugins-1:1.4.0-5.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-5.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.el9_4.aarch64"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.4.0-5.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-5.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.el9_4.ppc64le"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.4.0-5.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-5.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.el9_4.s390x"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.4.0-5.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-5.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.el9_4.x86_64"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.4.0-5.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-5.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.el9_4.aarch64"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.4.0-5.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-5.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.el9_4.ppc64le"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.4.0-5.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-5.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.el9_4.s390x"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.4.0-5.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-5.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.el9_4.x86_64"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.4.0-5.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-24783",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268019"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s crypto/x509 standard library package. Verifying a certificate chain that contains a certificate with an unknown public key algorithm will cause a Certificate.Verify to panic. This issue affects all crypto/tls clients and servers that set Config.ClientAuth to VerifyClientCertIfGiven or RequireAndVerifyClientCert.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm",
"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.4.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.el9_4.src",
"AppStream-9.4.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.el9_4.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24783"
},
{
"category": "external",
"summary": "RHBZ#2268019",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268019"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24783",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24783"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24783",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24783"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2024/03/08/4",
"url": "http://www.openwall.com/lists/oss-security/2024/03/08/4"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-3q2c-pvp5-3cqp",
"url": "https://github.com/advisories/GHSA-3q2c-pvp5-3cqp"
},
{
"category": "external",
"summary": "https://go.dev/cl/569339",
"url": "https://go.dev/cl/569339"
},
{
"category": "external",
"summary": "https://go.dev/issue/65390",
"url": "https://go.dev/issue/65390"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg",
"url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2598",
"url": "https://pkg.go.dev/vuln/GO-2024-2598"
},
{
"category": "external",
"summary": "https://security.netapp.com/advisory/ntap-20240329-0005",
"url": "https://security.netapp.com/advisory/ntap-20240329-0005"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-09-03T19:57:55+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.4.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.el9_4.src",
"AppStream-9.4.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.el9_4.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:6186"
},
{
"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.4.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.el9_4.src",
"AppStream-9.4.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.el9_4.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.el9_4.src",
"AppStream-9.4.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.el9_4.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm"
}
]
}
RHSA-2024:6187
Vulnerability from csaf_redhat - Published: 2024-09-03 08:16 - Updated: 2026-04-30 13:14A flaw was found in Go's crypto/x509 standard library package. Verifying a certificate chain that contains a certificate with an unknown public key algorithm will cause a Certificate.Verify to panic. This issue affects all crypto/tls clients and servers that set Config.ClientAuth to VerifyClientCertIfGiven or RequireAndVerifyClientCert.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"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 gvisor-tap-vsock 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": "A replacement for libslirp and VPNKit, written in pure Go. It is based on the network stack of gVisor and is used to provide networking for podman-machine virtual machines. Compared to libslirp, gvisor-tap-vsock brings a configurable DNS server and dynamic port forwarding.\n\nSecurity Fix(es):\n\n* golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm (CVE-2024-24783)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2024:6187",
"url": "https://access.redhat.com/errata/RHSA-2024:6187"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2268019",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268019"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_6187.json"
}
],
"title": "Red Hat Security Advisory: gvisor-tap-vsock security update",
"tracking": {
"current_release_date": "2026-04-30T13:14:26+00:00",
"generator": {
"date": "2026-04-30T13:14:26+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.7"
}
},
"id": "RHSA-2024:6187",
"initial_release_date": "2024-09-03T08:16:59+00:00",
"revision_history": [
{
"date": "2024-09-03T08:16:59+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-09-03T08:16:59+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-30T13:14:26+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "gvisor-tap-vsock-6:0.7.3-5.el9_4.src",
"product": {
"name": "gvisor-tap-vsock-6:0.7.3-5.el9_4.src",
"product_id": "gvisor-tap-vsock-6:0.7.3-5.el9_4.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock@0.7.3-5.el9_4?arch=src\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "gvisor-tap-vsock-6:0.7.3-5.el9_4.aarch64",
"product": {
"name": "gvisor-tap-vsock-6:0.7.3-5.el9_4.aarch64",
"product_id": "gvisor-tap-vsock-6:0.7.3-5.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock@0.7.3-5.el9_4?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.aarch64",
"product": {
"name": "gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.aarch64",
"product_id": "gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debugsource@0.7.3-5.el9_4?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.aarch64",
"product": {
"name": "gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.aarch64",
"product_id": "gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debuginfo@0.7.3-5.el9_4?arch=aarch64\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "gvisor-tap-vsock-6:0.7.3-5.el9_4.ppc64le",
"product": {
"name": "gvisor-tap-vsock-6:0.7.3-5.el9_4.ppc64le",
"product_id": "gvisor-tap-vsock-6:0.7.3-5.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock@0.7.3-5.el9_4?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.ppc64le",
"product": {
"name": "gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.ppc64le",
"product_id": "gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debugsource@0.7.3-5.el9_4?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.ppc64le",
"product": {
"name": "gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.ppc64le",
"product_id": "gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debuginfo@0.7.3-5.el9_4?arch=ppc64le\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "gvisor-tap-vsock-6:0.7.3-5.el9_4.x86_64",
"product": {
"name": "gvisor-tap-vsock-6:0.7.3-5.el9_4.x86_64",
"product_id": "gvisor-tap-vsock-6:0.7.3-5.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock@0.7.3-5.el9_4?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.x86_64",
"product": {
"name": "gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.x86_64",
"product_id": "gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debugsource@0.7.3-5.el9_4?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.x86_64",
"product": {
"name": "gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.x86_64",
"product_id": "gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debuginfo@0.7.3-5.el9_4?arch=x86_64\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "gvisor-tap-vsock-6:0.7.3-5.el9_4.s390x",
"product": {
"name": "gvisor-tap-vsock-6:0.7.3-5.el9_4.s390x",
"product_id": "gvisor-tap-vsock-6:0.7.3-5.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock@0.7.3-5.el9_4?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.s390x",
"product": {
"name": "gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.s390x",
"product_id": "gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debugsource@0.7.3-5.el9_4?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.s390x",
"product": {
"name": "gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.s390x",
"product_id": "gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debuginfo@0.7.3-5.el9_4?arch=s390x\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-6:0.7.3-5.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.aarch64"
},
"product_reference": "gvisor-tap-vsock-6:0.7.3-5.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-6:0.7.3-5.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.ppc64le"
},
"product_reference": "gvisor-tap-vsock-6:0.7.3-5.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-6:0.7.3-5.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.s390x"
},
"product_reference": "gvisor-tap-vsock-6:0.7.3-5.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-6:0.7.3-5.el9_4.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.src"
},
"product_reference": "gvisor-tap-vsock-6:0.7.3-5.el9_4.src",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-6:0.7.3-5.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.x86_64"
},
"product_reference": "gvisor-tap-vsock-6:0.7.3-5.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.aarch64"
},
"product_reference": "gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.ppc64le"
},
"product_reference": "gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.s390x"
},
"product_reference": "gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.x86_64"
},
"product_reference": "gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.aarch64"
},
"product_reference": "gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.ppc64le"
},
"product_reference": "gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.s390x"
},
"product_reference": "gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.x86_64"
},
"product_reference": "gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-24783",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268019"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s crypto/x509 standard library package. Verifying a certificate chain that contains a certificate with an unknown public key algorithm will cause a Certificate.Verify to panic. This issue affects all crypto/tls clients and servers that set Config.ClientAuth to VerifyClientCertIfGiven or RequireAndVerifyClientCert.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm",
"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.4.0.Z.MAIN.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.src",
"AppStream-9.4.0.Z.MAIN.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24783"
},
{
"category": "external",
"summary": "RHBZ#2268019",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268019"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24783",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24783"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24783",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24783"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2024/03/08/4",
"url": "http://www.openwall.com/lists/oss-security/2024/03/08/4"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-3q2c-pvp5-3cqp",
"url": "https://github.com/advisories/GHSA-3q2c-pvp5-3cqp"
},
{
"category": "external",
"summary": "https://go.dev/cl/569339",
"url": "https://go.dev/cl/569339"
},
{
"category": "external",
"summary": "https://go.dev/issue/65390",
"url": "https://go.dev/issue/65390"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg",
"url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2598",
"url": "https://pkg.go.dev/vuln/GO-2024-2598"
},
{
"category": "external",
"summary": "https://security.netapp.com/advisory/ntap-20240329-0005",
"url": "https://security.netapp.com/advisory/ntap-20240329-0005"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-09-03T08:16:59+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.4.0.Z.MAIN.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.src",
"AppStream-9.4.0.Z.MAIN.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:6187"
},
{
"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.4.0.Z.MAIN.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.src",
"AppStream-9.4.0.Z.MAIN.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.Z.MAIN.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.src",
"AppStream-9.4.0.Z.MAIN.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm"
}
]
}
RHSA-2024:6188
Vulnerability from csaf_redhat - Published: 2024-09-03 18:57 - Updated: 2026-04-30 13:14A flaw was found in Go's crypto/x509 standard library package. Verifying a certificate chain that contains a certificate with an unknown public key algorithm will cause a Certificate.Verify to panic. This issue affects all crypto/tls clients and servers that set Config.ClientAuth to VerifyClientCertIfGiven or RequireAndVerifyClientCert.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:runc-4:1.1.12-4.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:runc-4:1.1.12-4.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:runc-4:1.1.12-4.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:runc-4:1.1.12-4.el9_4.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:runc-4:1.1.12-4.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:runc-debuginfo-4:1.1.12-4.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:runc-debuginfo-4:1.1.12-4.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:runc-debuginfo-4:1.1.12-4.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:runc-debuginfo-4:1.1.12-4.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:runc-debugsource-4:1.1.12-4.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:runc-debugsource-4:1.1.12-4.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:runc-debugsource-4:1.1.12-4.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:runc-debugsource-4:1.1.12-4.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"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 runc 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 runC tool is a lightweight, portable implementation of the Open Container Format (OCF) that provides container runtime.\n\nSecurity Fix(es):\n\n* golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm (CVE-2024-24783)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2024:6188",
"url": "https://access.redhat.com/errata/RHSA-2024:6188"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2268019",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268019"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_6188.json"
}
],
"title": "Red Hat Security Advisory: runc security update",
"tracking": {
"current_release_date": "2026-04-30T13:14:26+00:00",
"generator": {
"date": "2026-04-30T13:14:26+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.7"
}
},
"id": "RHSA-2024:6188",
"initial_release_date": "2024-09-03T18:57:44+00:00",
"revision_history": [
{
"date": "2024-09-03T18:57:44+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-09-03T18:57:44+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-30T13:14:26+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "runc-4:1.1.12-4.el9_4.src",
"product": {
"name": "runc-4:1.1.12-4.el9_4.src",
"product_id": "runc-4:1.1.12-4.el9_4.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-4.el9_4?arch=src\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "runc-4:1.1.12-4.el9_4.aarch64",
"product": {
"name": "runc-4:1.1.12-4.el9_4.aarch64",
"product_id": "runc-4:1.1.12-4.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-4.el9_4?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-4:1.1.12-4.el9_4.aarch64",
"product": {
"name": "runc-debugsource-4:1.1.12-4.el9_4.aarch64",
"product_id": "runc-debugsource-4:1.1.12-4.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-4.el9_4?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-4:1.1.12-4.el9_4.aarch64",
"product": {
"name": "runc-debuginfo-4:1.1.12-4.el9_4.aarch64",
"product_id": "runc-debuginfo-4:1.1.12-4.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-4.el9_4?arch=aarch64\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "runc-4:1.1.12-4.el9_4.ppc64le",
"product": {
"name": "runc-4:1.1.12-4.el9_4.ppc64le",
"product_id": "runc-4:1.1.12-4.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-4.el9_4?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-4:1.1.12-4.el9_4.ppc64le",
"product": {
"name": "runc-debugsource-4:1.1.12-4.el9_4.ppc64le",
"product_id": "runc-debugsource-4:1.1.12-4.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-4.el9_4?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-4:1.1.12-4.el9_4.ppc64le",
"product": {
"name": "runc-debuginfo-4:1.1.12-4.el9_4.ppc64le",
"product_id": "runc-debuginfo-4:1.1.12-4.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-4.el9_4?arch=ppc64le\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "runc-4:1.1.12-4.el9_4.x86_64",
"product": {
"name": "runc-4:1.1.12-4.el9_4.x86_64",
"product_id": "runc-4:1.1.12-4.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-4.el9_4?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-4:1.1.12-4.el9_4.x86_64",
"product": {
"name": "runc-debugsource-4:1.1.12-4.el9_4.x86_64",
"product_id": "runc-debugsource-4:1.1.12-4.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-4.el9_4?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-4:1.1.12-4.el9_4.x86_64",
"product": {
"name": "runc-debuginfo-4:1.1.12-4.el9_4.x86_64",
"product_id": "runc-debuginfo-4:1.1.12-4.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-4.el9_4?arch=x86_64\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "runc-4:1.1.12-4.el9_4.s390x",
"product": {
"name": "runc-4:1.1.12-4.el9_4.s390x",
"product_id": "runc-4:1.1.12-4.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-4.el9_4?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-4:1.1.12-4.el9_4.s390x",
"product": {
"name": "runc-debugsource-4:1.1.12-4.el9_4.s390x",
"product_id": "runc-debugsource-4:1.1.12-4.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-4.el9_4?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-4:1.1.12-4.el9_4.s390x",
"product": {
"name": "runc-debuginfo-4:1.1.12-4.el9_4.s390x",
"product_id": "runc-debuginfo-4:1.1.12-4.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-4.el9_4?arch=s390x\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.1.12-4.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:runc-4:1.1.12-4.el9_4.aarch64"
},
"product_reference": "runc-4:1.1.12-4.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.1.12-4.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:runc-4:1.1.12-4.el9_4.ppc64le"
},
"product_reference": "runc-4:1.1.12-4.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.1.12-4.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:runc-4:1.1.12-4.el9_4.s390x"
},
"product_reference": "runc-4:1.1.12-4.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.1.12-4.el9_4.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:runc-4:1.1.12-4.el9_4.src"
},
"product_reference": "runc-4:1.1.12-4.el9_4.src",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.1.12-4.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:runc-4:1.1.12-4.el9_4.x86_64"
},
"product_reference": "runc-4:1.1.12-4.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-4:1.1.12-4.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:runc-debuginfo-4:1.1.12-4.el9_4.aarch64"
},
"product_reference": "runc-debuginfo-4:1.1.12-4.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-4:1.1.12-4.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:runc-debuginfo-4:1.1.12-4.el9_4.ppc64le"
},
"product_reference": "runc-debuginfo-4:1.1.12-4.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-4:1.1.12-4.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:runc-debuginfo-4:1.1.12-4.el9_4.s390x"
},
"product_reference": "runc-debuginfo-4:1.1.12-4.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-4:1.1.12-4.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:runc-debuginfo-4:1.1.12-4.el9_4.x86_64"
},
"product_reference": "runc-debuginfo-4:1.1.12-4.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-4:1.1.12-4.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:runc-debugsource-4:1.1.12-4.el9_4.aarch64"
},
"product_reference": "runc-debugsource-4:1.1.12-4.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-4:1.1.12-4.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:runc-debugsource-4:1.1.12-4.el9_4.ppc64le"
},
"product_reference": "runc-debugsource-4:1.1.12-4.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-4:1.1.12-4.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:runc-debugsource-4:1.1.12-4.el9_4.s390x"
},
"product_reference": "runc-debugsource-4:1.1.12-4.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-4:1.1.12-4.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:runc-debugsource-4:1.1.12-4.el9_4.x86_64"
},
"product_reference": "runc-debugsource-4:1.1.12-4.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-24783",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268019"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s crypto/x509 standard library package. Verifying a certificate chain that contains a certificate with an unknown public key algorithm will cause a Certificate.Verify to panic. This issue affects all crypto/tls clients and servers that set Config.ClientAuth to VerifyClientCertIfGiven or RequireAndVerifyClientCert.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm",
"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.4.0.Z.MAIN.EUS:runc-4:1.1.12-4.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:runc-4:1.1.12-4.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:runc-4:1.1.12-4.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:runc-4:1.1.12-4.el9_4.src",
"AppStream-9.4.0.Z.MAIN.EUS:runc-4:1.1.12-4.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:runc-debuginfo-4:1.1.12-4.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:runc-debuginfo-4:1.1.12-4.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:runc-debuginfo-4:1.1.12-4.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:runc-debuginfo-4:1.1.12-4.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:runc-debugsource-4:1.1.12-4.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:runc-debugsource-4:1.1.12-4.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:runc-debugsource-4:1.1.12-4.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:runc-debugsource-4:1.1.12-4.el9_4.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24783"
},
{
"category": "external",
"summary": "RHBZ#2268019",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268019"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24783",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24783"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24783",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24783"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2024/03/08/4",
"url": "http://www.openwall.com/lists/oss-security/2024/03/08/4"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-3q2c-pvp5-3cqp",
"url": "https://github.com/advisories/GHSA-3q2c-pvp5-3cqp"
},
{
"category": "external",
"summary": "https://go.dev/cl/569339",
"url": "https://go.dev/cl/569339"
},
{
"category": "external",
"summary": "https://go.dev/issue/65390",
"url": "https://go.dev/issue/65390"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg",
"url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2598",
"url": "https://pkg.go.dev/vuln/GO-2024-2598"
},
{
"category": "external",
"summary": "https://security.netapp.com/advisory/ntap-20240329-0005",
"url": "https://security.netapp.com/advisory/ntap-20240329-0005"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-09-03T18:57:44+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.4.0.Z.MAIN.EUS:runc-4:1.1.12-4.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:runc-4:1.1.12-4.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:runc-4:1.1.12-4.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:runc-4:1.1.12-4.el9_4.src",
"AppStream-9.4.0.Z.MAIN.EUS:runc-4:1.1.12-4.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:runc-debuginfo-4:1.1.12-4.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:runc-debuginfo-4:1.1.12-4.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:runc-debuginfo-4:1.1.12-4.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:runc-debuginfo-4:1.1.12-4.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:runc-debugsource-4:1.1.12-4.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:runc-debugsource-4:1.1.12-4.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:runc-debugsource-4:1.1.12-4.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:runc-debugsource-4:1.1.12-4.el9_4.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:6188"
},
{
"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.4.0.Z.MAIN.EUS:runc-4:1.1.12-4.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:runc-4:1.1.12-4.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:runc-4:1.1.12-4.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:runc-4:1.1.12-4.el9_4.src",
"AppStream-9.4.0.Z.MAIN.EUS:runc-4:1.1.12-4.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:runc-debuginfo-4:1.1.12-4.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:runc-debuginfo-4:1.1.12-4.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:runc-debuginfo-4:1.1.12-4.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:runc-debuginfo-4:1.1.12-4.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:runc-debugsource-4:1.1.12-4.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:runc-debugsource-4:1.1.12-4.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:runc-debugsource-4:1.1.12-4.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:runc-debugsource-4:1.1.12-4.el9_4.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.Z.MAIN.EUS:runc-4:1.1.12-4.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:runc-4:1.1.12-4.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:runc-4:1.1.12-4.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:runc-4:1.1.12-4.el9_4.src",
"AppStream-9.4.0.Z.MAIN.EUS:runc-4:1.1.12-4.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:runc-debuginfo-4:1.1.12-4.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:runc-debuginfo-4:1.1.12-4.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:runc-debuginfo-4:1.1.12-4.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:runc-debuginfo-4:1.1.12-4.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:runc-debugsource-4:1.1.12-4.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:runc-debugsource-4:1.1.12-4.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:runc-debugsource-4:1.1.12-4.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:runc-debugsource-4:1.1.12-4.el9_4.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm"
}
]
}
RHSA-2024:6189
Vulnerability from csaf_redhat - Published: 2024-09-03 09:11 - Updated: 2026-04-30 13:14A flaw was found in Go's crypto/x509 standard library package. Verifying a certificate chain that contains a certificate with an unknown public key algorithm will cause a Certificate.Verify to panic. This issue affects all crypto/tls clients and servers that set Config.ClientAuth to VerifyClientCertIfGiven or RequireAndVerifyClientCert.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:buildah-2:1.33.7-4.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:buildah-2:1.33.7-4.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:buildah-2:1.33.7-4.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:buildah-2:1.33.7-4.el9_4.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:buildah-2:1.33.7-4.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.7-4.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.7-4.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.7-4.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.7-4.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.7-4.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.7-4.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.7-4.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.7-4.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:buildah-tests-2:1.33.7-4.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:buildah-tests-2:1.33.7-4.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:buildah-tests-2:1.33.7-4.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:buildah-tests-2:1.33.7-4.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.7-4.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.7-4.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.7-4.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.7-4.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"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: crypto/x509: Verify panics on certificates with an unknown public key algorithm (CVE-2024-24783)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2024:6189",
"url": "https://access.redhat.com/errata/RHSA-2024:6189"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2268019",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268019"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_6189.json"
}
],
"title": "Red Hat Security Advisory: buildah security update",
"tracking": {
"current_release_date": "2026-04-30T13:14:27+00:00",
"generator": {
"date": "2026-04-30T13:14:27+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.7"
}
},
"id": "RHSA-2024:6189",
"initial_release_date": "2024-09-03T09:11:32+00:00",
"revision_history": [
{
"date": "2024-09-03T09:11:32+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-09-03T09:11:32+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-30T13:14:27+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.4.0.Z.MAIN.EUS",
"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-2:1.33.7-4.el9_4.src",
"product": {
"name": "buildah-2:1.33.7-4.el9_4.src",
"product_id": "buildah-2:1.33.7-4.el9_4.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.33.7-4.el9_4?arch=src\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-2:1.33.7-4.el9_4.aarch64",
"product": {
"name": "buildah-2:1.33.7-4.el9_4.aarch64",
"product_id": "buildah-2:1.33.7-4.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.33.7-4.el9_4?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.33.7-4.el9_4.aarch64",
"product": {
"name": "buildah-tests-2:1.33.7-4.el9_4.aarch64",
"product_id": "buildah-tests-2:1.33.7-4.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.33.7-4.el9_4?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.33.7-4.el9_4.aarch64",
"product": {
"name": "buildah-debugsource-2:1.33.7-4.el9_4.aarch64",
"product_id": "buildah-debugsource-2:1.33.7-4.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.33.7-4.el9_4?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.33.7-4.el9_4.aarch64",
"product": {
"name": "buildah-debuginfo-2:1.33.7-4.el9_4.aarch64",
"product_id": "buildah-debuginfo-2:1.33.7-4.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.33.7-4.el9_4?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.33.7-4.el9_4.aarch64",
"product": {
"name": "buildah-tests-debuginfo-2:1.33.7-4.el9_4.aarch64",
"product_id": "buildah-tests-debuginfo-2:1.33.7-4.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.33.7-4.el9_4?arch=aarch64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-2:1.33.7-4.el9_4.ppc64le",
"product": {
"name": "buildah-2:1.33.7-4.el9_4.ppc64le",
"product_id": "buildah-2:1.33.7-4.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.33.7-4.el9_4?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.33.7-4.el9_4.ppc64le",
"product": {
"name": "buildah-tests-2:1.33.7-4.el9_4.ppc64le",
"product_id": "buildah-tests-2:1.33.7-4.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.33.7-4.el9_4?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.33.7-4.el9_4.ppc64le",
"product": {
"name": "buildah-debugsource-2:1.33.7-4.el9_4.ppc64le",
"product_id": "buildah-debugsource-2:1.33.7-4.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.33.7-4.el9_4?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.33.7-4.el9_4.ppc64le",
"product": {
"name": "buildah-debuginfo-2:1.33.7-4.el9_4.ppc64le",
"product_id": "buildah-debuginfo-2:1.33.7-4.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.33.7-4.el9_4?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.33.7-4.el9_4.ppc64le",
"product": {
"name": "buildah-tests-debuginfo-2:1.33.7-4.el9_4.ppc64le",
"product_id": "buildah-tests-debuginfo-2:1.33.7-4.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.33.7-4.el9_4?arch=ppc64le\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-2:1.33.7-4.el9_4.x86_64",
"product": {
"name": "buildah-2:1.33.7-4.el9_4.x86_64",
"product_id": "buildah-2:1.33.7-4.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.33.7-4.el9_4?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.33.7-4.el9_4.x86_64",
"product": {
"name": "buildah-tests-2:1.33.7-4.el9_4.x86_64",
"product_id": "buildah-tests-2:1.33.7-4.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.33.7-4.el9_4?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.33.7-4.el9_4.x86_64",
"product": {
"name": "buildah-debugsource-2:1.33.7-4.el9_4.x86_64",
"product_id": "buildah-debugsource-2:1.33.7-4.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.33.7-4.el9_4?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.33.7-4.el9_4.x86_64",
"product": {
"name": "buildah-debuginfo-2:1.33.7-4.el9_4.x86_64",
"product_id": "buildah-debuginfo-2:1.33.7-4.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.33.7-4.el9_4?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.33.7-4.el9_4.x86_64",
"product": {
"name": "buildah-tests-debuginfo-2:1.33.7-4.el9_4.x86_64",
"product_id": "buildah-tests-debuginfo-2:1.33.7-4.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.33.7-4.el9_4?arch=x86_64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-2:1.33.7-4.el9_4.s390x",
"product": {
"name": "buildah-2:1.33.7-4.el9_4.s390x",
"product_id": "buildah-2:1.33.7-4.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.33.7-4.el9_4?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.33.7-4.el9_4.s390x",
"product": {
"name": "buildah-tests-2:1.33.7-4.el9_4.s390x",
"product_id": "buildah-tests-2:1.33.7-4.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.33.7-4.el9_4?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.33.7-4.el9_4.s390x",
"product": {
"name": "buildah-debugsource-2:1.33.7-4.el9_4.s390x",
"product_id": "buildah-debugsource-2:1.33.7-4.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.33.7-4.el9_4?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.33.7-4.el9_4.s390x",
"product": {
"name": "buildah-debuginfo-2:1.33.7-4.el9_4.s390x",
"product_id": "buildah-debuginfo-2:1.33.7-4.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.33.7-4.el9_4?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.33.7-4.el9_4.s390x",
"product": {
"name": "buildah-tests-debuginfo-2:1.33.7-4.el9_4.s390x",
"product_id": "buildah-tests-debuginfo-2:1.33.7-4.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.33.7-4.el9_4?arch=s390x\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.33.7-4.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:buildah-2:1.33.7-4.el9_4.aarch64"
},
"product_reference": "buildah-2:1.33.7-4.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.33.7-4.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:buildah-2:1.33.7-4.el9_4.ppc64le"
},
"product_reference": "buildah-2:1.33.7-4.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.33.7-4.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:buildah-2:1.33.7-4.el9_4.s390x"
},
"product_reference": "buildah-2:1.33.7-4.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.33.7-4.el9_4.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:buildah-2:1.33.7-4.el9_4.src"
},
"product_reference": "buildah-2:1.33.7-4.el9_4.src",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.33.7-4.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:buildah-2:1.33.7-4.el9_4.x86_64"
},
"product_reference": "buildah-2:1.33.7-4.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.33.7-4.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.7-4.el9_4.aarch64"
},
"product_reference": "buildah-debuginfo-2:1.33.7-4.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.33.7-4.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.7-4.el9_4.ppc64le"
},
"product_reference": "buildah-debuginfo-2:1.33.7-4.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.33.7-4.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.7-4.el9_4.s390x"
},
"product_reference": "buildah-debuginfo-2:1.33.7-4.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.33.7-4.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.7-4.el9_4.x86_64"
},
"product_reference": "buildah-debuginfo-2:1.33.7-4.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.33.7-4.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.7-4.el9_4.aarch64"
},
"product_reference": "buildah-debugsource-2:1.33.7-4.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.33.7-4.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.7-4.el9_4.ppc64le"
},
"product_reference": "buildah-debugsource-2:1.33.7-4.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.33.7-4.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.7-4.el9_4.s390x"
},
"product_reference": "buildah-debugsource-2:1.33.7-4.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.33.7-4.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.7-4.el9_4.x86_64"
},
"product_reference": "buildah-debugsource-2:1.33.7-4.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.33.7-4.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:buildah-tests-2:1.33.7-4.el9_4.aarch64"
},
"product_reference": "buildah-tests-2:1.33.7-4.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.33.7-4.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:buildah-tests-2:1.33.7-4.el9_4.ppc64le"
},
"product_reference": "buildah-tests-2:1.33.7-4.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.33.7-4.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:buildah-tests-2:1.33.7-4.el9_4.s390x"
},
"product_reference": "buildah-tests-2:1.33.7-4.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.33.7-4.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:buildah-tests-2:1.33.7-4.el9_4.x86_64"
},
"product_reference": "buildah-tests-2:1.33.7-4.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.33.7-4.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.7-4.el9_4.aarch64"
},
"product_reference": "buildah-tests-debuginfo-2:1.33.7-4.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.33.7-4.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.7-4.el9_4.ppc64le"
},
"product_reference": "buildah-tests-debuginfo-2:1.33.7-4.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.33.7-4.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.7-4.el9_4.s390x"
},
"product_reference": "buildah-tests-debuginfo-2:1.33.7-4.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.33.7-4.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.7-4.el9_4.x86_64"
},
"product_reference": "buildah-tests-debuginfo-2:1.33.7-4.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-24783",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268019"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s crypto/x509 standard library package. Verifying a certificate chain that contains a certificate with an unknown public key algorithm will cause a Certificate.Verify to panic. This issue affects all crypto/tls clients and servers that set Config.ClientAuth to VerifyClientCertIfGiven or RequireAndVerifyClientCert.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm",
"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.4.0.Z.MAIN.EUS:buildah-2:1.33.7-4.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:buildah-2:1.33.7-4.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:buildah-2:1.33.7-4.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:buildah-2:1.33.7-4.el9_4.src",
"AppStream-9.4.0.Z.MAIN.EUS:buildah-2:1.33.7-4.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.7-4.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.7-4.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.7-4.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.7-4.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.7-4.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.7-4.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.7-4.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.7-4.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:buildah-tests-2:1.33.7-4.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:buildah-tests-2:1.33.7-4.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:buildah-tests-2:1.33.7-4.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:buildah-tests-2:1.33.7-4.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.7-4.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.7-4.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.7-4.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.7-4.el9_4.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24783"
},
{
"category": "external",
"summary": "RHBZ#2268019",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268019"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24783",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24783"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24783",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24783"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2024/03/08/4",
"url": "http://www.openwall.com/lists/oss-security/2024/03/08/4"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-3q2c-pvp5-3cqp",
"url": "https://github.com/advisories/GHSA-3q2c-pvp5-3cqp"
},
{
"category": "external",
"summary": "https://go.dev/cl/569339",
"url": "https://go.dev/cl/569339"
},
{
"category": "external",
"summary": "https://go.dev/issue/65390",
"url": "https://go.dev/issue/65390"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg",
"url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2598",
"url": "https://pkg.go.dev/vuln/GO-2024-2598"
},
{
"category": "external",
"summary": "https://security.netapp.com/advisory/ntap-20240329-0005",
"url": "https://security.netapp.com/advisory/ntap-20240329-0005"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-09-03T09:11: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-9.4.0.Z.MAIN.EUS:buildah-2:1.33.7-4.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:buildah-2:1.33.7-4.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:buildah-2:1.33.7-4.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:buildah-2:1.33.7-4.el9_4.src",
"AppStream-9.4.0.Z.MAIN.EUS:buildah-2:1.33.7-4.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.7-4.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.7-4.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.7-4.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.7-4.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.7-4.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.7-4.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.7-4.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.7-4.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:buildah-tests-2:1.33.7-4.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:buildah-tests-2:1.33.7-4.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:buildah-tests-2:1.33.7-4.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:buildah-tests-2:1.33.7-4.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.7-4.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.7-4.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.7-4.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.7-4.el9_4.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:6189"
},
{
"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.4.0.Z.MAIN.EUS:buildah-2:1.33.7-4.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:buildah-2:1.33.7-4.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:buildah-2:1.33.7-4.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:buildah-2:1.33.7-4.el9_4.src",
"AppStream-9.4.0.Z.MAIN.EUS:buildah-2:1.33.7-4.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.7-4.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.7-4.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.7-4.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.7-4.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.7-4.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.7-4.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.7-4.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.7-4.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:buildah-tests-2:1.33.7-4.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:buildah-tests-2:1.33.7-4.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:buildah-tests-2:1.33.7-4.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:buildah-tests-2:1.33.7-4.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.7-4.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.7-4.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.7-4.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.7-4.el9_4.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.Z.MAIN.EUS:buildah-2:1.33.7-4.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:buildah-2:1.33.7-4.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:buildah-2:1.33.7-4.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:buildah-2:1.33.7-4.el9_4.src",
"AppStream-9.4.0.Z.MAIN.EUS:buildah-2:1.33.7-4.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.7-4.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.7-4.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.7-4.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.7-4.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.7-4.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.7-4.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.7-4.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.7-4.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:buildah-tests-2:1.33.7-4.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:buildah-tests-2:1.33.7-4.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:buildah-tests-2:1.33.7-4.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:buildah-tests-2:1.33.7-4.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.7-4.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.7-4.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.7-4.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.7-4.el9_4.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm"
}
]
}
RHSA-2024:6194
Vulnerability from csaf_redhat - Published: 2024-09-03 20:00 - Updated: 2026-04-30 13:14A vulnerability was found in go-retryablehttp. The package may suffer from a lack of input sanitization by not cleaning up URL data when writing to the logs. This issue could expose sensitive authentication information.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-4:4.9.4-10.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-4:4.9.4-10.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-4:4.9.4-10.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-4:4.9.4-10.el9_4.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-4:4.9.4-10.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-10.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-10.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-10.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-10.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-10.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-10.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-10.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-10.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-docker-4:4.9.4-10.el9_4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-10.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-10.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-10.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-10.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-10.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-10.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-10.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-10.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-remote-4:4.9.4-10.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-remote-4:4.9.4-10.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-remote-4:4.9.4-10.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-remote-4:4.9.4-10.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-10.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-10.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-10.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-10.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-tests-4:4.9.4-10.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-tests-4:4.9.4-10.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-tests-4:4.9.4-10.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-tests-4:4.9.4-10.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Go's crypto/x509 standard library package. Verifying a certificate chain that contains a certificate with an unknown public key algorithm will cause a Certificate.Verify to panic. This issue affects all crypto/tls clients and servers that set Config.ClientAuth to VerifyClientCertIfGiven or RequireAndVerifyClientCert.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-4:4.9.4-10.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-4:4.9.4-10.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-4:4.9.4-10.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-4:4.9.4-10.el9_4.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-4:4.9.4-10.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-10.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-10.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-10.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-10.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-10.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-10.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-10.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-10.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-docker-4:4.9.4-10.el9_4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-10.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-10.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-10.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-10.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-10.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-10.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-10.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-10.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-remote-4:4.9.4-10.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-remote-4:4.9.4-10.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-remote-4:4.9.4-10.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-remote-4:4.9.4-10.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-10.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-10.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-10.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-10.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-tests-4:4.9.4-10.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-tests-4:4.9.4-10.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-tests-4:4.9.4-10.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-tests-4:4.9.4-10.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the gorilla/schema package. Running `schema.Decoder.Decode()` on a struct that has a field of type `[]struct{...}` opens it up to malicious attacks regarding memory allocations, taking advantage of the sparse slice functionality. Any use of `schema.Decoder.Decode()` on a struct with arrays of other structs could trigger memory exhaustion and lead to a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-4:4.9.4-10.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-4:4.9.4-10.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-4:4.9.4-10.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-4:4.9.4-10.el9_4.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-4:4.9.4-10.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-10.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-10.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-10.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-10.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-10.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-10.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-10.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-10.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-docker-4:4.9.4-10.el9_4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-10.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-10.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-10.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-10.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-10.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-10.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-10.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-10.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-remote-4:4.9.4-10.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-remote-4:4.9.4-10.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-remote-4:4.9.4-10.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-remote-4:4.9.4-10.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-10.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-10.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-10.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-10.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-tests-4:4.9.4-10.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-tests-4:4.9.4-10.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-tests-4:4.9.4-10.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:podman-tests-4:4.9.4-10.el9_4.x86_64 | — |
Vendor Fix
fix
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 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 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 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: crypto/x509: Verify panics on certificates with an unknown public key algorithm (CVE-2024-24783)\n\n* go-retryablehttp: url might write sensitive information to log file (CVE-2024-6104)\n\n* gorilla/schema: Potential memory exhaustion attack due to sparse slice deserialization (CVE-2024-37298)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2024:6194",
"url": "https://access.redhat.com/errata/RHSA-2024:6194"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2268019",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268019"
},
{
"category": "external",
"summary": "2294000",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2294000"
},
{
"category": "external",
"summary": "2295010",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2295010"
},
{
"category": "external",
"summary": "RHEL-40804",
"url": "https://issues.redhat.com/browse/RHEL-40804"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_6194.json"
}
],
"title": "Red Hat Security Advisory: podman security update",
"tracking": {
"current_release_date": "2026-04-30T13:14:28+00:00",
"generator": {
"date": "2026-04-30T13:14:28+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.7"
}
},
"id": "RHSA-2024:6194",
"initial_release_date": "2024-09-03T20:00:45+00:00",
"revision_history": [
{
"date": "2024-09-03T20:00:45+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-09-03T20:00:45+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-30T13:14:28+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS",
"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-4:4.9.4-10.el9_4.src",
"product": {
"name": "podman-4:4.9.4-10.el9_4.src",
"product_id": "podman-4:4.9.4-10.el9_4.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-10.el9_4?arch=src\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4:4.9.4-10.el9_4.aarch64",
"product": {
"name": "podman-4:4.9.4-10.el9_4.aarch64",
"product_id": "podman-4:4.9.4-10.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-10.el9_4?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-4:4.9.4-10.el9_4.aarch64",
"product": {
"name": "podman-plugins-4:4.9.4-10.el9_4.aarch64",
"product_id": "podman-plugins-4:4.9.4-10.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.9.4-10.el9_4?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-remote-4:4.9.4-10.el9_4.aarch64",
"product": {
"name": "podman-remote-4:4.9.4-10.el9_4.aarch64",
"product_id": "podman-remote-4:4.9.4-10.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.9.4-10.el9_4?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-tests-4:4.9.4-10.el9_4.aarch64",
"product": {
"name": "podman-tests-4:4.9.4-10.el9_4.aarch64",
"product_id": "podman-tests-4:4.9.4-10.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.9.4-10.el9_4?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-4:4.9.4-10.el9_4.aarch64",
"product": {
"name": "podman-debugsource-4:4.9.4-10.el9_4.aarch64",
"product_id": "podman-debugsource-4:4.9.4-10.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-10.el9_4?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-4:4.9.4-10.el9_4.aarch64",
"product": {
"name": "podman-debuginfo-4:4.9.4-10.el9_4.aarch64",
"product_id": "podman-debuginfo-4:4.9.4-10.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-10.el9_4?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-4:4.9.4-10.el9_4.aarch64",
"product": {
"name": "podman-plugins-debuginfo-4:4.9.4-10.el9_4.aarch64",
"product_id": "podman-plugins-debuginfo-4:4.9.4-10.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-10.el9_4?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-4:4.9.4-10.el9_4.aarch64",
"product": {
"name": "podman-remote-debuginfo-4:4.9.4-10.el9_4.aarch64",
"product_id": "podman-remote-debuginfo-4:4.9.4-10.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-10.el9_4?arch=aarch64\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4:4.9.4-10.el9_4.ppc64le",
"product": {
"name": "podman-4:4.9.4-10.el9_4.ppc64le",
"product_id": "podman-4:4.9.4-10.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-10.el9_4?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-4:4.9.4-10.el9_4.ppc64le",
"product": {
"name": "podman-plugins-4:4.9.4-10.el9_4.ppc64le",
"product_id": "podman-plugins-4:4.9.4-10.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.9.4-10.el9_4?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-remote-4:4.9.4-10.el9_4.ppc64le",
"product": {
"name": "podman-remote-4:4.9.4-10.el9_4.ppc64le",
"product_id": "podman-remote-4:4.9.4-10.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.9.4-10.el9_4?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-tests-4:4.9.4-10.el9_4.ppc64le",
"product": {
"name": "podman-tests-4:4.9.4-10.el9_4.ppc64le",
"product_id": "podman-tests-4:4.9.4-10.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.9.4-10.el9_4?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-4:4.9.4-10.el9_4.ppc64le",
"product": {
"name": "podman-debugsource-4:4.9.4-10.el9_4.ppc64le",
"product_id": "podman-debugsource-4:4.9.4-10.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-10.el9_4?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-4:4.9.4-10.el9_4.ppc64le",
"product": {
"name": "podman-debuginfo-4:4.9.4-10.el9_4.ppc64le",
"product_id": "podman-debuginfo-4:4.9.4-10.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-10.el9_4?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-4:4.9.4-10.el9_4.ppc64le",
"product": {
"name": "podman-plugins-debuginfo-4:4.9.4-10.el9_4.ppc64le",
"product_id": "podman-plugins-debuginfo-4:4.9.4-10.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-10.el9_4?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-4:4.9.4-10.el9_4.ppc64le",
"product": {
"name": "podman-remote-debuginfo-4:4.9.4-10.el9_4.ppc64le",
"product_id": "podman-remote-debuginfo-4:4.9.4-10.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-10.el9_4?arch=ppc64le\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4:4.9.4-10.el9_4.x86_64",
"product": {
"name": "podman-4:4.9.4-10.el9_4.x86_64",
"product_id": "podman-4:4.9.4-10.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-10.el9_4?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-4:4.9.4-10.el9_4.x86_64",
"product": {
"name": "podman-plugins-4:4.9.4-10.el9_4.x86_64",
"product_id": "podman-plugins-4:4.9.4-10.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.9.4-10.el9_4?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-remote-4:4.9.4-10.el9_4.x86_64",
"product": {
"name": "podman-remote-4:4.9.4-10.el9_4.x86_64",
"product_id": "podman-remote-4:4.9.4-10.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.9.4-10.el9_4?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-tests-4:4.9.4-10.el9_4.x86_64",
"product": {
"name": "podman-tests-4:4.9.4-10.el9_4.x86_64",
"product_id": "podman-tests-4:4.9.4-10.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.9.4-10.el9_4?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-4:4.9.4-10.el9_4.x86_64",
"product": {
"name": "podman-debugsource-4:4.9.4-10.el9_4.x86_64",
"product_id": "podman-debugsource-4:4.9.4-10.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-10.el9_4?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-4:4.9.4-10.el9_4.x86_64",
"product": {
"name": "podman-debuginfo-4:4.9.4-10.el9_4.x86_64",
"product_id": "podman-debuginfo-4:4.9.4-10.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-10.el9_4?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-4:4.9.4-10.el9_4.x86_64",
"product": {
"name": "podman-plugins-debuginfo-4:4.9.4-10.el9_4.x86_64",
"product_id": "podman-plugins-debuginfo-4:4.9.4-10.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-10.el9_4?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-4:4.9.4-10.el9_4.x86_64",
"product": {
"name": "podman-remote-debuginfo-4:4.9.4-10.el9_4.x86_64",
"product_id": "podman-remote-debuginfo-4:4.9.4-10.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-10.el9_4?arch=x86_64\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4:4.9.4-10.el9_4.s390x",
"product": {
"name": "podman-4:4.9.4-10.el9_4.s390x",
"product_id": "podman-4:4.9.4-10.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-10.el9_4?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-4:4.9.4-10.el9_4.s390x",
"product": {
"name": "podman-plugins-4:4.9.4-10.el9_4.s390x",
"product_id": "podman-plugins-4:4.9.4-10.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.9.4-10.el9_4?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-remote-4:4.9.4-10.el9_4.s390x",
"product": {
"name": "podman-remote-4:4.9.4-10.el9_4.s390x",
"product_id": "podman-remote-4:4.9.4-10.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.9.4-10.el9_4?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-tests-4:4.9.4-10.el9_4.s390x",
"product": {
"name": "podman-tests-4:4.9.4-10.el9_4.s390x",
"product_id": "podman-tests-4:4.9.4-10.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.9.4-10.el9_4?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-4:4.9.4-10.el9_4.s390x",
"product": {
"name": "podman-debugsource-4:4.9.4-10.el9_4.s390x",
"product_id": "podman-debugsource-4:4.9.4-10.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-10.el9_4?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-4:4.9.4-10.el9_4.s390x",
"product": {
"name": "podman-debuginfo-4:4.9.4-10.el9_4.s390x",
"product_id": "podman-debuginfo-4:4.9.4-10.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-10.el9_4?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-4:4.9.4-10.el9_4.s390x",
"product": {
"name": "podman-plugins-debuginfo-4:4.9.4-10.el9_4.s390x",
"product_id": "podman-plugins-debuginfo-4:4.9.4-10.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-10.el9_4?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-4:4.9.4-10.el9_4.s390x",
"product": {
"name": "podman-remote-debuginfo-4:4.9.4-10.el9_4.s390x",
"product_id": "podman-remote-debuginfo-4:4.9.4-10.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-10.el9_4?arch=s390x\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-docker-4:4.9.4-10.el9_4.noarch",
"product": {
"name": "podman-docker-4:4.9.4-10.el9_4.noarch",
"product_id": "podman-docker-4:4.9.4-10.el9_4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-docker@4.9.4-10.el9_4?arch=noarch\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4:4.9.4-10.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:podman-4:4.9.4-10.el9_4.aarch64"
},
"product_reference": "podman-4:4.9.4-10.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4:4.9.4-10.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:podman-4:4.9.4-10.el9_4.ppc64le"
},
"product_reference": "podman-4:4.9.4-10.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4:4.9.4-10.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:podman-4:4.9.4-10.el9_4.s390x"
},
"product_reference": "podman-4:4.9.4-10.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4:4.9.4-10.el9_4.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:podman-4:4.9.4-10.el9_4.src"
},
"product_reference": "podman-4:4.9.4-10.el9_4.src",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4:4.9.4-10.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:podman-4:4.9.4-10.el9_4.x86_64"
},
"product_reference": "podman-4:4.9.4-10.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-4:4.9.4-10.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-10.el9_4.aarch64"
},
"product_reference": "podman-debuginfo-4:4.9.4-10.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-4:4.9.4-10.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-10.el9_4.ppc64le"
},
"product_reference": "podman-debuginfo-4:4.9.4-10.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-4:4.9.4-10.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-10.el9_4.s390x"
},
"product_reference": "podman-debuginfo-4:4.9.4-10.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-4:4.9.4-10.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-10.el9_4.x86_64"
},
"product_reference": "podman-debuginfo-4:4.9.4-10.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-4:4.9.4-10.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-10.el9_4.aarch64"
},
"product_reference": "podman-debugsource-4:4.9.4-10.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-4:4.9.4-10.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-10.el9_4.ppc64le"
},
"product_reference": "podman-debugsource-4:4.9.4-10.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-4:4.9.4-10.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-10.el9_4.s390x"
},
"product_reference": "podman-debugsource-4:4.9.4-10.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-4:4.9.4-10.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-10.el9_4.x86_64"
},
"product_reference": "podman-debugsource-4:4.9.4-10.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-4:4.9.4-10.el9_4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:podman-docker-4:4.9.4-10.el9_4.noarch"
},
"product_reference": "podman-docker-4:4.9.4-10.el9_4.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-4:4.9.4-10.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-10.el9_4.aarch64"
},
"product_reference": "podman-plugins-4:4.9.4-10.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-4:4.9.4-10.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-10.el9_4.ppc64le"
},
"product_reference": "podman-plugins-4:4.9.4-10.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-4:4.9.4-10.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-10.el9_4.s390x"
},
"product_reference": "podman-plugins-4:4.9.4-10.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-4:4.9.4-10.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-10.el9_4.x86_64"
},
"product_reference": "podman-plugins-4:4.9.4-10.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-4:4.9.4-10.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-10.el9_4.aarch64"
},
"product_reference": "podman-plugins-debuginfo-4:4.9.4-10.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-4:4.9.4-10.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-10.el9_4.ppc64le"
},
"product_reference": "podman-plugins-debuginfo-4:4.9.4-10.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-4:4.9.4-10.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-10.el9_4.s390x"
},
"product_reference": "podman-plugins-debuginfo-4:4.9.4-10.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-4:4.9.4-10.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-10.el9_4.x86_64"
},
"product_reference": "podman-plugins-debuginfo-4:4.9.4-10.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4:4.9.4-10.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:podman-remote-4:4.9.4-10.el9_4.aarch64"
},
"product_reference": "podman-remote-4:4.9.4-10.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4:4.9.4-10.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:podman-remote-4:4.9.4-10.el9_4.ppc64le"
},
"product_reference": "podman-remote-4:4.9.4-10.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4:4.9.4-10.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:podman-remote-4:4.9.4-10.el9_4.s390x"
},
"product_reference": "podman-remote-4:4.9.4-10.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4:4.9.4-10.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:podman-remote-4:4.9.4-10.el9_4.x86_64"
},
"product_reference": "podman-remote-4:4.9.4-10.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-4:4.9.4-10.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-10.el9_4.aarch64"
},
"product_reference": "podman-remote-debuginfo-4:4.9.4-10.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-4:4.9.4-10.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-10.el9_4.ppc64le"
},
"product_reference": "podman-remote-debuginfo-4:4.9.4-10.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-4:4.9.4-10.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-10.el9_4.s390x"
},
"product_reference": "podman-remote-debuginfo-4:4.9.4-10.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-4:4.9.4-10.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-10.el9_4.x86_64"
},
"product_reference": "podman-remote-debuginfo-4:4.9.4-10.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-4:4.9.4-10.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:podman-tests-4:4.9.4-10.el9_4.aarch64"
},
"product_reference": "podman-tests-4:4.9.4-10.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-4:4.9.4-10.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:podman-tests-4:4.9.4-10.el9_4.ppc64le"
},
"product_reference": "podman-tests-4:4.9.4-10.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-4:4.9.4-10.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:podman-tests-4:4.9.4-10.el9_4.s390x"
},
"product_reference": "podman-tests-4:4.9.4-10.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-4:4.9.4-10.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:podman-tests-4:4.9.4-10.el9_4.x86_64"
},
"product_reference": "podman-tests-4:4.9.4-10.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-6104",
"cwe": {
"id": "CWE-532",
"name": "Insertion of Sensitive Information into Log File"
},
"discovery_date": "2024-06-24T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2294000"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in go-retryablehttp. The package may suffer from a lack of input sanitization by not cleaning up URL data when writing to the logs. This issue could expose sensitive authentication information.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "go-retryablehttp: url might write sensitive information to log file",
"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.4.0.Z.MAIN.EUS:podman-4:4.9.4-10.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-4:4.9.4-10.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:podman-4:4.9.4-10.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:podman-4:4.9.4-10.el9_4.src",
"AppStream-9.4.0.Z.MAIN.EUS:podman-4:4.9.4-10.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-10.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-10.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-10.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-10.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-10.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-10.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-10.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-10.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-docker-4:4.9.4-10.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-10.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-10.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-10.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-10.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-10.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-10.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-10.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-10.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-remote-4:4.9.4-10.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-remote-4:4.9.4-10.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:podman-remote-4:4.9.4-10.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:podman-remote-4:4.9.4-10.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-10.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-10.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-10.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-10.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-tests-4:4.9.4-10.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-tests-4:4.9.4-10.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:podman-tests-4:4.9.4-10.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:podman-tests-4:4.9.4-10.el9_4.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-6104"
},
{
"category": "external",
"summary": "RHBZ#2294000",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2294000"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-6104",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6104"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-6104",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6104"
}
],
"release_date": "2024-06-24T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-09-03T20:00: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.4.0.Z.MAIN.EUS:podman-4:4.9.4-10.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-4:4.9.4-10.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:podman-4:4.9.4-10.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:podman-4:4.9.4-10.el9_4.src",
"AppStream-9.4.0.Z.MAIN.EUS:podman-4:4.9.4-10.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-10.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-10.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-10.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-10.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-10.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-10.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-10.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-10.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-docker-4:4.9.4-10.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-10.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-10.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-10.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-10.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-10.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-10.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-10.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-10.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-remote-4:4.9.4-10.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-remote-4:4.9.4-10.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:podman-remote-4:4.9.4-10.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:podman-remote-4:4.9.4-10.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-10.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-10.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-10.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-10.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-tests-4:4.9.4-10.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-tests-4:4.9.4-10.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:podman-tests-4:4.9.4-10.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:podman-tests-4:4.9.4-10.el9_4.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:6194"
},
{
"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.4.0.Z.MAIN.EUS:podman-4:4.9.4-10.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-4:4.9.4-10.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:podman-4:4.9.4-10.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:podman-4:4.9.4-10.el9_4.src",
"AppStream-9.4.0.Z.MAIN.EUS:podman-4:4.9.4-10.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-10.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-10.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-10.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-10.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-10.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-10.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-10.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-10.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-docker-4:4.9.4-10.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-10.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-10.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-10.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-10.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-10.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-10.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-10.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-10.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-remote-4:4.9.4-10.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-remote-4:4.9.4-10.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:podman-remote-4:4.9.4-10.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:podman-remote-4:4.9.4-10.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-10.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-10.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-10.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-10.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-tests-4:4.9.4-10.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-tests-4:4.9.4-10.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:podman-tests-4:4.9.4-10.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:podman-tests-4:4.9.4-10.el9_4.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 6.0,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.Z.MAIN.EUS:podman-4:4.9.4-10.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-4:4.9.4-10.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:podman-4:4.9.4-10.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:podman-4:4.9.4-10.el9_4.src",
"AppStream-9.4.0.Z.MAIN.EUS:podman-4:4.9.4-10.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-10.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-10.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-10.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-10.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-10.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-10.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-10.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-10.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-docker-4:4.9.4-10.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-10.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-10.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-10.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-10.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-10.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-10.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-10.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-10.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-remote-4:4.9.4-10.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-remote-4:4.9.4-10.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:podman-remote-4:4.9.4-10.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:podman-remote-4:4.9.4-10.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-10.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-10.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-10.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-10.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-tests-4:4.9.4-10.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-tests-4:4.9.4-10.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:podman-tests-4:4.9.4-10.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:podman-tests-4:4.9.4-10.el9_4.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "go-retryablehttp: url might write sensitive information to log file"
},
{
"cve": "CVE-2024-24783",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268019"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s crypto/x509 standard library package. Verifying a certificate chain that contains a certificate with an unknown public key algorithm will cause a Certificate.Verify to panic. This issue affects all crypto/tls clients and servers that set Config.ClientAuth to VerifyClientCertIfGiven or RequireAndVerifyClientCert.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm",
"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.4.0.Z.MAIN.EUS:podman-4:4.9.4-10.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-4:4.9.4-10.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:podman-4:4.9.4-10.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:podman-4:4.9.4-10.el9_4.src",
"AppStream-9.4.0.Z.MAIN.EUS:podman-4:4.9.4-10.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-10.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-10.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-10.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-10.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-10.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-10.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-10.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-10.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-docker-4:4.9.4-10.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-10.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-10.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-10.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-10.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-10.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-10.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-10.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-10.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-remote-4:4.9.4-10.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-remote-4:4.9.4-10.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:podman-remote-4:4.9.4-10.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:podman-remote-4:4.9.4-10.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-10.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-10.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-10.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-10.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-tests-4:4.9.4-10.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-tests-4:4.9.4-10.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:podman-tests-4:4.9.4-10.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:podman-tests-4:4.9.4-10.el9_4.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24783"
},
{
"category": "external",
"summary": "RHBZ#2268019",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268019"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24783",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24783"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24783",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24783"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2024/03/08/4",
"url": "http://www.openwall.com/lists/oss-security/2024/03/08/4"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-3q2c-pvp5-3cqp",
"url": "https://github.com/advisories/GHSA-3q2c-pvp5-3cqp"
},
{
"category": "external",
"summary": "https://go.dev/cl/569339",
"url": "https://go.dev/cl/569339"
},
{
"category": "external",
"summary": "https://go.dev/issue/65390",
"url": "https://go.dev/issue/65390"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg",
"url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2598",
"url": "https://pkg.go.dev/vuln/GO-2024-2598"
},
{
"category": "external",
"summary": "https://security.netapp.com/advisory/ntap-20240329-0005",
"url": "https://security.netapp.com/advisory/ntap-20240329-0005"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-09-03T20:00: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.4.0.Z.MAIN.EUS:podman-4:4.9.4-10.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-4:4.9.4-10.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:podman-4:4.9.4-10.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:podman-4:4.9.4-10.el9_4.src",
"AppStream-9.4.0.Z.MAIN.EUS:podman-4:4.9.4-10.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-10.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-10.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-10.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-10.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-10.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-10.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-10.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-10.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-docker-4:4.9.4-10.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-10.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-10.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-10.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-10.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-10.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-10.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-10.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-10.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-remote-4:4.9.4-10.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-remote-4:4.9.4-10.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:podman-remote-4:4.9.4-10.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:podman-remote-4:4.9.4-10.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-10.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-10.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-10.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-10.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-tests-4:4.9.4-10.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-tests-4:4.9.4-10.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:podman-tests-4:4.9.4-10.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:podman-tests-4:4.9.4-10.el9_4.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:6194"
},
{
"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.4.0.Z.MAIN.EUS:podman-4:4.9.4-10.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-4:4.9.4-10.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:podman-4:4.9.4-10.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:podman-4:4.9.4-10.el9_4.src",
"AppStream-9.4.0.Z.MAIN.EUS:podman-4:4.9.4-10.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-10.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-10.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-10.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-10.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-10.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-10.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-10.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-10.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-docker-4:4.9.4-10.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-10.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-10.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-10.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-10.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-10.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-10.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-10.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-10.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-remote-4:4.9.4-10.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-remote-4:4.9.4-10.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:podman-remote-4:4.9.4-10.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:podman-remote-4:4.9.4-10.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-10.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-10.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-10.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-10.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-tests-4:4.9.4-10.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-tests-4:4.9.4-10.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:podman-tests-4:4.9.4-10.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:podman-tests-4:4.9.4-10.el9_4.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.Z.MAIN.EUS:podman-4:4.9.4-10.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-4:4.9.4-10.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:podman-4:4.9.4-10.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:podman-4:4.9.4-10.el9_4.src",
"AppStream-9.4.0.Z.MAIN.EUS:podman-4:4.9.4-10.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-10.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-10.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-10.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-10.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-10.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-10.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-10.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-10.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-docker-4:4.9.4-10.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-10.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-10.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-10.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-10.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-10.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-10.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-10.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-10.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-remote-4:4.9.4-10.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-remote-4:4.9.4-10.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:podman-remote-4:4.9.4-10.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:podman-remote-4:4.9.4-10.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-10.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-10.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-10.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-10.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-tests-4:4.9.4-10.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-tests-4:4.9.4-10.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:podman-tests-4:4.9.4-10.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:podman-tests-4:4.9.4-10.el9_4.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm"
},
{
"cve": "CVE-2024-37298",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2024-07-01T19:21:12+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2295010"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the gorilla/schema package. Running `schema.Decoder.Decode()` on a struct that has a field of type `[]struct{...}` opens it up to malicious attacks regarding memory allocations, taking advantage of the sparse slice functionality. Any use of `schema.Decoder.Decode()` on a struct with arrays of other structs could trigger memory exhaustion and lead to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "gorilla/schema: Potential memory exhaustion attack due to sparse slice deserialization",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability in the gorilla/schema package is a high-severity issue due to its potential to cause a Denial of Service (DoS) attack through memory exhaustion. The schema.Decoder.Decode() function, when processing a struct with fields of type []struct{...}, is susceptible to malicious input that exploits sparse slice functionality. This can result in excessive memory allocations, overwhelming the system\u0027s resources and rendering the application unresponsive.\n\nThe majority of RHEL utilities are not long-running applications; instead, they are command-line tools. These tools utilize Golang package as build-time dependency, which is why they are classified as having a \"Moderate\" level of impact.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.4.0.Z.MAIN.EUS:podman-4:4.9.4-10.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-4:4.9.4-10.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:podman-4:4.9.4-10.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:podman-4:4.9.4-10.el9_4.src",
"AppStream-9.4.0.Z.MAIN.EUS:podman-4:4.9.4-10.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-10.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-10.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-10.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-10.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-10.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-10.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-10.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-10.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-docker-4:4.9.4-10.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-10.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-10.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-10.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-10.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-10.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-10.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-10.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-10.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-remote-4:4.9.4-10.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-remote-4:4.9.4-10.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:podman-remote-4:4.9.4-10.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:podman-remote-4:4.9.4-10.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-10.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-10.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-10.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-10.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-tests-4:4.9.4-10.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-tests-4:4.9.4-10.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:podman-tests-4:4.9.4-10.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:podman-tests-4:4.9.4-10.el9_4.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-37298"
},
{
"category": "external",
"summary": "RHBZ#2295010",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2295010"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-37298",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37298"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-37298",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-37298"
},
{
"category": "external",
"summary": "https://github.com/gorilla/schema/blob/main/decoder.go#L223",
"url": "https://github.com/gorilla/schema/blob/main/decoder.go#L223"
},
{
"category": "external",
"summary": "https://github.com/gorilla/schema/commit/cd59f2f12cbdfa9c06aa63e425d1fe4a806967ff",
"url": "https://github.com/gorilla/schema/commit/cd59f2f12cbdfa9c06aa63e425d1fe4a806967ff"
},
{
"category": "external",
"summary": "https://github.com/gorilla/schema/security/advisories/GHSA-3669-72x9-r9p3",
"url": "https://github.com/gorilla/schema/security/advisories/GHSA-3669-72x9-r9p3"
}
],
"release_date": "2024-06-30T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-09-03T20:00: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.4.0.Z.MAIN.EUS:podman-4:4.9.4-10.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-4:4.9.4-10.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:podman-4:4.9.4-10.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:podman-4:4.9.4-10.el9_4.src",
"AppStream-9.4.0.Z.MAIN.EUS:podman-4:4.9.4-10.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-10.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-10.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-10.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-10.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-10.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-10.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-10.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-10.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-docker-4:4.9.4-10.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-10.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-10.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-10.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-10.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-10.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-10.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-10.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-10.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-remote-4:4.9.4-10.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-remote-4:4.9.4-10.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:podman-remote-4:4.9.4-10.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:podman-remote-4:4.9.4-10.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-10.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-10.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-10.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-10.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-tests-4:4.9.4-10.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-tests-4:4.9.4-10.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:podman-tests-4:4.9.4-10.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:podman-tests-4:4.9.4-10.el9_4.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:6194"
},
{
"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.4.0.Z.MAIN.EUS:podman-4:4.9.4-10.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-4:4.9.4-10.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:podman-4:4.9.4-10.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:podman-4:4.9.4-10.el9_4.src",
"AppStream-9.4.0.Z.MAIN.EUS:podman-4:4.9.4-10.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-10.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-10.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-10.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-10.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-10.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-10.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-10.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-10.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-docker-4:4.9.4-10.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-10.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-10.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-10.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-10.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-10.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-10.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-10.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-10.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-remote-4:4.9.4-10.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-remote-4:4.9.4-10.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:podman-remote-4:4.9.4-10.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:podman-remote-4:4.9.4-10.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-10.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-10.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-10.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-10.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-tests-4:4.9.4-10.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-tests-4:4.9.4-10.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:podman-tests-4:4.9.4-10.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:podman-tests-4:4.9.4-10.el9_4.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.4.0.Z.MAIN.EUS:podman-4:4.9.4-10.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-4:4.9.4-10.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:podman-4:4.9.4-10.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:podman-4:4.9.4-10.el9_4.src",
"AppStream-9.4.0.Z.MAIN.EUS:podman-4:4.9.4-10.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-10.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-10.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-10.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-10.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-10.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-10.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-10.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-10.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-docker-4:4.9.4-10.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-10.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-10.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-10.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-10.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-10.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-10.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-10.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-10.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-remote-4:4.9.4-10.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-remote-4:4.9.4-10.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:podman-remote-4:4.9.4-10.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:podman-remote-4:4.9.4-10.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-10.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-10.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-10.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-10.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-tests-4:4.9.4-10.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:podman-tests-4:4.9.4-10.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:podman-tests-4:4.9.4-10.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:podman-tests-4:4.9.4-10.el9_4.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "gorilla/schema: Potential memory exhaustion attack due to sparse slice deserialization"
}
]
}
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.