Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2024-24788 (GCVE-0-2024-24788)
Vulnerability from cvelistv5 – Published: 2024-05-08 15:31 – Updated: 2025-02-13 17:40- CWE 400: Uncontrolled Resource Consumption
| Vendor | Product | Version | |
|---|---|---|---|
| Go standard library | net |
Affected:
1.22.0-0 , < 1.22.3
(semver)
|
{
"containers": {
"adp": [
{
"metrics": [
{
"cvssV3_1": {
"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"
}
},
{
"other": {
"content": {
"id": "CVE-2024-24788",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2024-06-12T19:38:26.198197Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-835",
"description": "CWE-835 Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2024-11-21T15:42:56.985Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
},
{
"providerMetadata": {
"dateUpdated": "2024-08-01T23:28:12.532Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"x_transferred"
],
"url": "https://go.dev/issue/66754"
},
{
"tags": [
"x_transferred"
],
"url": "https://go.dev/cl/578375"
},
{
"tags": [
"x_transferred"
],
"url": "https://groups.google.com/g/golang-announce/c/wkkO4P9stm0"
},
{
"tags": [
"x_transferred"
],
"url": "https://pkg.go.dev/vuln/GO-2024-2824"
},
{
"tags": [
"x_transferred"
],
"url": "http://www.openwall.com/lists/oss-security/2024/05/08/3"
},
{
"tags": [
"x_transferred"
],
"url": "https://security.netapp.com/advisory/ntap-20240605-0002/"
},
{
"tags": [
"x_transferred"
],
"url": "https://security.netapp.com/advisory/ntap-20240614-0001/"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"collectionURL": "https://pkg.go.dev",
"defaultStatus": "unaffected",
"packageName": "net",
"product": "net",
"programRoutines": [
{
"name": "extractExtendedRCode"
},
{
"name": "Dial"
},
{
"name": "DialTimeout"
},
{
"name": "Dialer.Dial"
},
{
"name": "Dialer.DialContext"
},
{
"name": "Listen"
},
{
"name": "ListenConfig.Listen"
},
{
"name": "ListenConfig.ListenPacket"
},
{
"name": "ListenPacket"
},
{
"name": "LookupAddr"
},
{
"name": "LookupCNAME"
},
{
"name": "LookupHost"
},
{
"name": "LookupIP"
},
{
"name": "LookupMX"
},
{
"name": "LookupNS"
},
{
"name": "LookupSRV"
},
{
"name": "LookupTXT"
},
{
"name": "ResolveIPAddr"
},
{
"name": "ResolveTCPAddr"
},
{
"name": "ResolveUDPAddr"
},
{
"name": "Resolver.LookupAddr"
},
{
"name": "Resolver.LookupCNAME"
},
{
"name": "Resolver.LookupHost"
},
{
"name": "Resolver.LookupIP"
},
{
"name": "Resolver.LookupIPAddr"
},
{
"name": "Resolver.LookupMX"
},
{
"name": "Resolver.LookupNS"
},
{
"name": "Resolver.LookupNetIP"
},
{
"name": "Resolver.LookupSRV"
},
{
"name": "Resolver.LookupTXT"
}
],
"vendor": "Go standard library",
"versions": [
{
"lessThan": "1.22.3",
"status": "affected",
"version": "1.22.0-0",
"versionType": "semver"
}
]
}
],
"credits": [
{
"lang": "en",
"value": "@long-name-let-people-remember-you"
},
{
"lang": "en",
"value": "Mateusz Poliwczak"
}
],
"descriptions": [
{
"lang": "en",
"value": "A malformed DNS message in response to a query can cause the Lookup functions to get stuck in an infinite loop."
}
],
"problemTypes": [
{
"descriptions": [
{
"description": "CWE 400: Uncontrolled Resource Consumption",
"lang": "en"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2024-06-14T13:06:06.195Z",
"orgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
"shortName": "Go"
},
"references": [
{
"url": "https://go.dev/issue/66754"
},
{
"url": "https://go.dev/cl/578375"
},
{
"url": "https://groups.google.com/g/golang-announce/c/wkkO4P9stm0"
},
{
"url": "https://pkg.go.dev/vuln/GO-2024-2824"
},
{
"url": "http://www.openwall.com/lists/oss-security/2024/05/08/3"
},
{
"url": "https://security.netapp.com/advisory/ntap-20240605-0002/"
},
{
"url": "https://security.netapp.com/advisory/ntap-20240614-0001/"
}
],
"title": "Malformed DNS message can cause infinite loop in net"
}
},
"cveMetadata": {
"assignerOrgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
"assignerShortName": "Go",
"cveId": "CVE-2024-24788",
"datePublished": "2024-05-08T15:31:11.619Z",
"dateReserved": "2024-01-30T16:05:14.758Z",
"dateUpdated": "2025-02-13T17:40:27.179Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2024-24788",
"date": "2026-05-30",
"epss": "0.00202",
"percentile": "0.42172"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2024-24788\",\"sourceIdentifier\":\"security@golang.org\",\"published\":\"2024-05-08T16:15:08.250\",\"lastModified\":\"2024-11-21T16:15:22.527\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"A malformed DNS message in response to a query can cause the Lookup functions to get stuck in an infinite loop.\"},{\"lang\":\"es\",\"value\":\"Un mensaje DNS con formato incorrecto en respuesta a una consulta puede hacer que las funciones de b\u00fasqueda se atasquen en un bucle infinito.\"}],\"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:N/A:H\",\"baseScore\":5.9,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":2.2,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-835\"}]}],\"references\":[{\"url\":\"http://www.openwall.com/lists/oss-security/2024/05/08/3\",\"source\":\"security@golang.org\"},{\"url\":\"https://go.dev/cl/578375\",\"source\":\"security@golang.org\"},{\"url\":\"https://go.dev/issue/66754\",\"source\":\"security@golang.org\"},{\"url\":\"https://groups.google.com/g/golang-announce/c/wkkO4P9stm0\",\"source\":\"security@golang.org\"},{\"url\":\"https://pkg.go.dev/vuln/GO-2024-2824\",\"source\":\"security@golang.org\"},{\"url\":\"https://security.netapp.com/advisory/ntap-20240605-0002/\",\"source\":\"security@golang.org\"},{\"url\":\"https://security.netapp.com/advisory/ntap-20240614-0001/\",\"source\":\"security@golang.org\"},{\"url\":\"http://www.openwall.com/lists/oss-security/2024/05/08/3\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://go.dev/cl/578375\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://go.dev/issue/66754\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://groups.google.com/g/golang-announce/c/wkkO4P9stm0\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://pkg.go.dev/vuln/GO-2024-2824\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://security.netapp.com/advisory/ntap-20240605-0002/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://security.netapp.com/advisory/ntap-20240614-0001/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://go.dev/issue/66754\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://go.dev/cl/578375\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://groups.google.com/g/golang-announce/c/wkkO4P9stm0\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://pkg.go.dev/vuln/GO-2024-2824\", \"tags\": [\"x_transferred\"]}, {\"url\": \"http://www.openwall.com/lists/oss-security/2024/05/08/3\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://security.netapp.com/advisory/ntap-20240605-0002/\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://security.netapp.com/advisory/ntap-20240614-0001/\", \"tags\": [\"x_transferred\"]}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-08-01T23:28:12.532Z\"}}, {\"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:N/A:H\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"HIGH\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2024-24788\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-06-12T19:38:26.198197Z\"}}}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-835\", \"description\": \"CWE-835 Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)\"}]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-06-12T19:40:30.455Z\"}}], \"cna\": {\"title\": \"Malformed DNS message can cause infinite loop in net\", \"credits\": [{\"lang\": \"en\", \"value\": \"@long-name-let-people-remember-you\"}, {\"lang\": \"en\", \"value\": \"Mateusz Poliwczak\"}], \"affected\": [{\"vendor\": \"Go standard library\", \"product\": \"net\", \"versions\": [{\"status\": \"affected\", \"version\": \"1.22.0-0\", \"lessThan\": \"1.22.3\", \"versionType\": \"semver\"}], \"packageName\": \"net\", \"collectionURL\": \"https://pkg.go.dev\", \"defaultStatus\": \"unaffected\", \"programRoutines\": [{\"name\": \"extractExtendedRCode\"}, {\"name\": \"Dial\"}, {\"name\": \"DialTimeout\"}, {\"name\": \"Dialer.Dial\"}, {\"name\": \"Dialer.DialContext\"}, {\"name\": \"Listen\"}, {\"name\": \"ListenConfig.Listen\"}, {\"name\": \"ListenConfig.ListenPacket\"}, {\"name\": \"ListenPacket\"}, {\"name\": \"LookupAddr\"}, {\"name\": \"LookupCNAME\"}, {\"name\": \"LookupHost\"}, {\"name\": \"LookupIP\"}, {\"name\": \"LookupMX\"}, {\"name\": \"LookupNS\"}, {\"name\": \"LookupSRV\"}, {\"name\": \"LookupTXT\"}, {\"name\": \"ResolveIPAddr\"}, {\"name\": \"ResolveTCPAddr\"}, {\"name\": \"ResolveUDPAddr\"}, {\"name\": \"Resolver.LookupAddr\"}, {\"name\": \"Resolver.LookupCNAME\"}, {\"name\": \"Resolver.LookupHost\"}, {\"name\": \"Resolver.LookupIP\"}, {\"name\": \"Resolver.LookupIPAddr\"}, {\"name\": \"Resolver.LookupMX\"}, {\"name\": \"Resolver.LookupNS\"}, {\"name\": \"Resolver.LookupNetIP\"}, {\"name\": \"Resolver.LookupSRV\"}, {\"name\": \"Resolver.LookupTXT\"}]}], \"references\": [{\"url\": \"https://go.dev/issue/66754\"}, {\"url\": \"https://go.dev/cl/578375\"}, {\"url\": \"https://groups.google.com/g/golang-announce/c/wkkO4P9stm0\"}, {\"url\": \"https://pkg.go.dev/vuln/GO-2024-2824\"}, {\"url\": \"http://www.openwall.com/lists/oss-security/2024/05/08/3\"}, {\"url\": \"https://security.netapp.com/advisory/ntap-20240605-0002/\"}, {\"url\": \"https://security.netapp.com/advisory/ntap-20240614-0001/\"}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"A malformed DNS message in response to a query can cause the Lookup functions to get stuck in an infinite loop.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"description\": \"CWE 400: Uncontrolled Resource Consumption\"}]}], \"providerMetadata\": {\"orgId\": \"1bb62c36-49e3-4200-9d77-64a1400537cc\", \"shortName\": \"Go\", \"dateUpdated\": \"2024-06-14T13:06:06.195Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2024-24788\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-02-13T17:40:27.179Z\", \"dateReserved\": \"2024-01-30T16:05:14.758Z\", \"assignerOrgId\": \"1bb62c36-49e3-4200-9d77-64a1400537cc\", \"datePublished\": \"2024-05-08T15:31:11.619Z\", \"assignerShortName\": \"Go\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
RHSA-2024:4982
Vulnerability from csaf_redhat - Published: 2024-08-01 19:10 - Updated: 2026-05-28 20: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: 9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:32c9740721783d532a9a0213593de666ff35dabd021b0f6645b16d5c5f340e07_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:5a882e8435cd567d83ee79d331be7a11f8da78c5597381837f6d22d0a419a5bb_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:97c6ea39330004c24cbf1fd27a61eb0e562b9cc4c49d61b699e16f85cfe42f4e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:9ef09f818c9e7ec15ce68059ab9110467c736a6ad0cf2a4f8c83537eb23d0e5c_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:0bfabd1fcecfae735c416448e8a9dc8157167d52c9cce22e761bb74aaa416623_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:7529c769d2623c15ad5e32f33beab05a4e77f17da291970b439854b775136b64_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:b68efcaa3a07d5805c70bbc1eb9f4174bb7917dabeaebddd2209d625dadb4794_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:e9524e454c8698f49fe4d1bbe6f4aa5c9b68f0b04a912cd6e99125256712ba68_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:cc431d7fb365705dcecd67207ba27caed9c1012f384636d58d19e3e2ba3308fc_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:d427ec72eec6dc76d68df469b003a0017e975247a183629f699e1bc0dd3b1837_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:f09ed623ea3706ae57d99f95a9525d28123cd509fe71f66ba5c1d01a70252cb9_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:f0ac38b1ccb331ca40b8e5eef98fa3525bcd8e8589e6cbb48ee05bd6da3b4c87_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:275a38d0dde8d7e8198d6af284f88e82da92f7160c061453f5d9c43c24b8d9a6_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:6c08b61453ea32053cff09000e121cc82d3724aa32eed6e225531d77b073adae_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:aeb62050d36284627ad3d9b34f61bf90df5fc29464c72456c14e8446546b42fb_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:e8661e90c8358ef0176a71b8538bbe27902de63a607c37ce42a84f5025a800d1_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:5ea3c67336db1099c6a7949aeb7ee267e8c47bced9e1e298eac31cadf90eeaf3_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:bb450dc76d62307bce4ae29857cc41b24d03661e2b425e05b0dc2d22a77392cb_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c58a76c073beb4d9a5fe875aa70ae0e35cf067d168af8537d7d82774e08edad6_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:dcc19c605fe06e26a57c30d994e38d71caf0f5fffd7d38836361410cade09f9f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:451247c3f4ce3f087b7040f41d990f1f2096651dfe37f6ecdf7486b5768b614c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9a6c63e535890108d3380e0a828e8c7f6b5fc00366fab41598ed2ac2f095abd1_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9ba1eebc2eccfcd920fe9a609f40c9b0bf63f7205aa91e4b72d69b18638582bb_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e9283d12d5e6018e3bf3aa990b23591cc49367ab08f9ee6349610972ffa358d6_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:52faffab91250e8a8f84a94e6e118ba853b9054faaa2bb464ae2a6d3cd1ccfda_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:8f77ccd24b3ded8ebc6dcd7b8e1a9f97d425291f20f7a3e7be60b49e3fea569e_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:9a6130569de756dae1906fda639bf468ff1df0e1eb6f3590d0b5205fa3e55c69_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:dc96720cf67b85a48ebe47862bfa5c1c70cfd2f8781f9c263b28baa45e1bc23e_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:33b3fb333a87ce54377f1094b20de9e78e4af6f736cface819c041738041c5eb_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:70a68511deb88ad8d9db47271563df649f6eb7e83781cd420d9cd7974473252d_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:72e187f797152bfdb4a7c5576241c259fc3b05be8456a1ce92b912934e6d8fa3_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:af01a21cf914a2ccf1d6451ad9073874f2770cd6816b29f03602970b1950e3cf_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:218c8cb47f603c5cda8d6157b8eacc4cbf1887563a63b0f86831ee0a34f62088_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:43a5a9ae09d12d6af57980b67556c35215f22c43447839d4a8f69e5dfc3f0aa9_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:50fc4963f4bc52e36916d79b610cfc069c7e13ad514fe8cf6c350590d2f63d30_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:f7466b7ef7b63e9fedac1076526a27e56604e0058057fc35c67afab8bddeba3e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4373cac9215f299afe9d83e2590a6ee60a2c73760c922e7556bdc4af6b118312_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4a6918af0578a22e0abdd43cd10af981361b63e8cfc6f4e99559024de4ae69f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:89a5029851a153e5fc6d0427bea5584b845cc57c942d083bfbc681dd3b3fa359_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:cbd6a9ed3d1e5cd0191759cee5d2691fdf5f2709fe1ada51c315aa96a60e1424_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:600311c4534740902cad155f8c6c1b6b4356825b069f12dba74395689198a24d_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:9d7919281656ffd488a86005b73e98e37053881649c98d3799b2332b55028cac_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:abc81ae9e884c9f99d2e7449cb444675acde8fe8aca864c8524c39ed59c9054c_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:dea65481837281d18d094205ba387de33b021309f721539a0efccf4f396fc5cf_ppc64le | — |
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: 9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:600311c4534740902cad155f8c6c1b6b4356825b069f12dba74395689198a24d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:9d7919281656ffd488a86005b73e98e37053881649c98d3799b2332b55028cac_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:abc81ae9e884c9f99d2e7449cb444675acde8fe8aca864c8524c39ed59c9054c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:dea65481837281d18d094205ba387de33b021309f721539a0efccf4f396fc5cf_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:0bfabd1fcecfae735c416448e8a9dc8157167d52c9cce22e761bb74aaa416623_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:7529c769d2623c15ad5e32f33beab05a4e77f17da291970b439854b775136b64_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:b68efcaa3a07d5805c70bbc1eb9f4174bb7917dabeaebddd2209d625dadb4794_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:e9524e454c8698f49fe4d1bbe6f4aa5c9b68f0b04a912cd6e99125256712ba68_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:cc431d7fb365705dcecd67207ba27caed9c1012f384636d58d19e3e2ba3308fc_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:d427ec72eec6dc76d68df469b003a0017e975247a183629f699e1bc0dd3b1837_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:f09ed623ea3706ae57d99f95a9525d28123cd509fe71f66ba5c1d01a70252cb9_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:f0ac38b1ccb331ca40b8e5eef98fa3525bcd8e8589e6cbb48ee05bd6da3b4c87_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:275a38d0dde8d7e8198d6af284f88e82da92f7160c061453f5d9c43c24b8d9a6_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:6c08b61453ea32053cff09000e121cc82d3724aa32eed6e225531d77b073adae_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:aeb62050d36284627ad3d9b34f61bf90df5fc29464c72456c14e8446546b42fb_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:e8661e90c8358ef0176a71b8538bbe27902de63a607c37ce42a84f5025a800d1_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:32c9740721783d532a9a0213593de666ff35dabd021b0f6645b16d5c5f340e07_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:5a882e8435cd567d83ee79d331be7a11f8da78c5597381837f6d22d0a419a5bb_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:97c6ea39330004c24cbf1fd27a61eb0e562b9cc4c49d61b699e16f85cfe42f4e_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:9ef09f818c9e7ec15ce68059ab9110467c736a6ad0cf2a4f8c83537eb23d0e5c_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:5ea3c67336db1099c6a7949aeb7ee267e8c47bced9e1e298eac31cadf90eeaf3_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:bb450dc76d62307bce4ae29857cc41b24d03661e2b425e05b0dc2d22a77392cb_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c58a76c073beb4d9a5fe875aa70ae0e35cf067d168af8537d7d82774e08edad6_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:dcc19c605fe06e26a57c30d994e38d71caf0f5fffd7d38836361410cade09f9f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:451247c3f4ce3f087b7040f41d990f1f2096651dfe37f6ecdf7486b5768b614c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9a6c63e535890108d3380e0a828e8c7f6b5fc00366fab41598ed2ac2f095abd1_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9ba1eebc2eccfcd920fe9a609f40c9b0bf63f7205aa91e4b72d69b18638582bb_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e9283d12d5e6018e3bf3aa990b23591cc49367ab08f9ee6349610972ffa358d6_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:52faffab91250e8a8f84a94e6e118ba853b9054faaa2bb464ae2a6d3cd1ccfda_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:8f77ccd24b3ded8ebc6dcd7b8e1a9f97d425291f20f7a3e7be60b49e3fea569e_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:9a6130569de756dae1906fda639bf468ff1df0e1eb6f3590d0b5205fa3e55c69_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:dc96720cf67b85a48ebe47862bfa5c1c70cfd2f8781f9c263b28baa45e1bc23e_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:33b3fb333a87ce54377f1094b20de9e78e4af6f736cface819c041738041c5eb_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:70a68511deb88ad8d9db47271563df649f6eb7e83781cd420d9cd7974473252d_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:72e187f797152bfdb4a7c5576241c259fc3b05be8456a1ce92b912934e6d8fa3_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:af01a21cf914a2ccf1d6451ad9073874f2770cd6816b29f03602970b1950e3cf_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:218c8cb47f603c5cda8d6157b8eacc4cbf1887563a63b0f86831ee0a34f62088_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:43a5a9ae09d12d6af57980b67556c35215f22c43447839d4a8f69e5dfc3f0aa9_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:50fc4963f4bc52e36916d79b610cfc069c7e13ad514fe8cf6c350590d2f63d30_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:f7466b7ef7b63e9fedac1076526a27e56604e0058057fc35c67afab8bddeba3e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4373cac9215f299afe9d83e2590a6ee60a2c73760c922e7556bdc4af6b118312_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4a6918af0578a22e0abdd43cd10af981361b63e8cfc6f4e99559024de4ae69f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:89a5029851a153e5fc6d0427bea5584b845cc57c942d083bfbc681dd3b3fa359_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:cbd6a9ed3d1e5cd0191759cee5d2691fdf5f2709fe1ada51c315aa96a60e1424_amd64 | — |
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: 9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:cc431d7fb365705dcecd67207ba27caed9c1012f384636d58d19e3e2ba3308fc_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:d427ec72eec6dc76d68df469b003a0017e975247a183629f699e1bc0dd3b1837_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:f09ed623ea3706ae57d99f95a9525d28123cd509fe71f66ba5c1d01a70252cb9_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:f0ac38b1ccb331ca40b8e5eef98fa3525bcd8e8589e6cbb48ee05bd6da3b4c87_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:32c9740721783d532a9a0213593de666ff35dabd021b0f6645b16d5c5f340e07_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:5a882e8435cd567d83ee79d331be7a11f8da78c5597381837f6d22d0a419a5bb_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:97c6ea39330004c24cbf1fd27a61eb0e562b9cc4c49d61b699e16f85cfe42f4e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:9ef09f818c9e7ec15ce68059ab9110467c736a6ad0cf2a4f8c83537eb23d0e5c_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4373cac9215f299afe9d83e2590a6ee60a2c73760c922e7556bdc4af6b118312_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4a6918af0578a22e0abdd43cd10af981361b63e8cfc6f4e99559024de4ae69f4_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:89a5029851a153e5fc6d0427bea5584b845cc57c942d083bfbc681dd3b3fa359_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:cbd6a9ed3d1e5cd0191759cee5d2691fdf5f2709fe1ada51c315aa96a60e1424_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:600311c4534740902cad155f8c6c1b6b4356825b069f12dba74395689198a24d_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:9d7919281656ffd488a86005b73e98e37053881649c98d3799b2332b55028cac_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:abc81ae9e884c9f99d2e7449cb444675acde8fe8aca864c8524c39ed59c9054c_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:dea65481837281d18d094205ba387de33b021309f721539a0efccf4f396fc5cf_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:0bfabd1fcecfae735c416448e8a9dc8157167d52c9cce22e761bb74aaa416623_ppc64le | — | ||
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:7529c769d2623c15ad5e32f33beab05a4e77f17da291970b439854b775136b64_amd64 | — | ||
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:b68efcaa3a07d5805c70bbc1eb9f4174bb7917dabeaebddd2209d625dadb4794_arm64 | — | ||
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:e9524e454c8698f49fe4d1bbe6f4aa5c9b68f0b04a912cd6e99125256712ba68_s390x | — | ||
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:275a38d0dde8d7e8198d6af284f88e82da92f7160c061453f5d9c43c24b8d9a6_amd64 | — | ||
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:6c08b61453ea32053cff09000e121cc82d3724aa32eed6e225531d77b073adae_s390x | — | ||
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:aeb62050d36284627ad3d9b34f61bf90df5fc29464c72456c14e8446546b42fb_arm64 | — | ||
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:e8661e90c8358ef0176a71b8538bbe27902de63a607c37ce42a84f5025a800d1_ppc64le | — | ||
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:5ea3c67336db1099c6a7949aeb7ee267e8c47bced9e1e298eac31cadf90eeaf3_s390x | — | ||
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:bb450dc76d62307bce4ae29857cc41b24d03661e2b425e05b0dc2d22a77392cb_arm64 | — | ||
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c58a76c073beb4d9a5fe875aa70ae0e35cf067d168af8537d7d82774e08edad6_amd64 | — | ||
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:dcc19c605fe06e26a57c30d994e38d71caf0f5fffd7d38836361410cade09f9f_ppc64le | — | ||
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:451247c3f4ce3f087b7040f41d990f1f2096651dfe37f6ecdf7486b5768b614c_amd64 | — | ||
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9a6c63e535890108d3380e0a828e8c7f6b5fc00366fab41598ed2ac2f095abd1_s390x | — | ||
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9ba1eebc2eccfcd920fe9a609f40c9b0bf63f7205aa91e4b72d69b18638582bb_ppc64le | — | ||
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e9283d12d5e6018e3bf3aa990b23591cc49367ab08f9ee6349610972ffa358d6_arm64 | — | ||
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:52faffab91250e8a8f84a94e6e118ba853b9054faaa2bb464ae2a6d3cd1ccfda_ppc64le | — | ||
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:8f77ccd24b3ded8ebc6dcd7b8e1a9f97d425291f20f7a3e7be60b49e3fea569e_amd64 | — | ||
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:9a6130569de756dae1906fda639bf468ff1df0e1eb6f3590d0b5205fa3e55c69_s390x | — | ||
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:dc96720cf67b85a48ebe47862bfa5c1c70cfd2f8781f9c263b28baa45e1bc23e_arm64 | — | ||
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:33b3fb333a87ce54377f1094b20de9e78e4af6f736cface819c041738041c5eb_ppc64le | — | ||
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:70a68511deb88ad8d9db47271563df649f6eb7e83781cd420d9cd7974473252d_s390x | — | ||
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:72e187f797152bfdb4a7c5576241c259fc3b05be8456a1ce92b912934e6d8fa3_amd64 | — | ||
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:af01a21cf914a2ccf1d6451ad9073874f2770cd6816b29f03602970b1950e3cf_arm64 | — | ||
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:218c8cb47f603c5cda8d6157b8eacc4cbf1887563a63b0f86831ee0a34f62088_arm64 | — | ||
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:43a5a9ae09d12d6af57980b67556c35215f22c43447839d4a8f69e5dfc3f0aa9_amd64 | — | ||
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:50fc4963f4bc52e36916d79b610cfc069c7e13ad514fe8cf6c350590d2f63d30_s390x | — | ||
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:f7466b7ef7b63e9fedac1076526a27e56604e0058057fc35c67afab8bddeba3e_ppc64le | — |
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:600311c4534740902cad155f8c6c1b6b4356825b069f12dba74395689198a24d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:9d7919281656ffd488a86005b73e98e37053881649c98d3799b2332b55028cac_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:abc81ae9e884c9f99d2e7449cb444675acde8fe8aca864c8524c39ed59c9054c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:dea65481837281d18d094205ba387de33b021309f721539a0efccf4f396fc5cf_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:0bfabd1fcecfae735c416448e8a9dc8157167d52c9cce22e761bb74aaa416623_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:7529c769d2623c15ad5e32f33beab05a4e77f17da291970b439854b775136b64_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:b68efcaa3a07d5805c70bbc1eb9f4174bb7917dabeaebddd2209d625dadb4794_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:e9524e454c8698f49fe4d1bbe6f4aa5c9b68f0b04a912cd6e99125256712ba68_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:cc431d7fb365705dcecd67207ba27caed9c1012f384636d58d19e3e2ba3308fc_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:d427ec72eec6dc76d68df469b003a0017e975247a183629f699e1bc0dd3b1837_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:f09ed623ea3706ae57d99f95a9525d28123cd509fe71f66ba5c1d01a70252cb9_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:f0ac38b1ccb331ca40b8e5eef98fa3525bcd8e8589e6cbb48ee05bd6da3b4c87_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:275a38d0dde8d7e8198d6af284f88e82da92f7160c061453f5d9c43c24b8d9a6_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:6c08b61453ea32053cff09000e121cc82d3724aa32eed6e225531d77b073adae_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:aeb62050d36284627ad3d9b34f61bf90df5fc29464c72456c14e8446546b42fb_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:e8661e90c8358ef0176a71b8538bbe27902de63a607c37ce42a84f5025a800d1_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:32c9740721783d532a9a0213593de666ff35dabd021b0f6645b16d5c5f340e07_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:5a882e8435cd567d83ee79d331be7a11f8da78c5597381837f6d22d0a419a5bb_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:97c6ea39330004c24cbf1fd27a61eb0e562b9cc4c49d61b699e16f85cfe42f4e_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:9ef09f818c9e7ec15ce68059ab9110467c736a6ad0cf2a4f8c83537eb23d0e5c_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:5ea3c67336db1099c6a7949aeb7ee267e8c47bced9e1e298eac31cadf90eeaf3_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:bb450dc76d62307bce4ae29857cc41b24d03661e2b425e05b0dc2d22a77392cb_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c58a76c073beb4d9a5fe875aa70ae0e35cf067d168af8537d7d82774e08edad6_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:dcc19c605fe06e26a57c30d994e38d71caf0f5fffd7d38836361410cade09f9f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:451247c3f4ce3f087b7040f41d990f1f2096651dfe37f6ecdf7486b5768b614c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9a6c63e535890108d3380e0a828e8c7f6b5fc00366fab41598ed2ac2f095abd1_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9ba1eebc2eccfcd920fe9a609f40c9b0bf63f7205aa91e4b72d69b18638582bb_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e9283d12d5e6018e3bf3aa990b23591cc49367ab08f9ee6349610972ffa358d6_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:52faffab91250e8a8f84a94e6e118ba853b9054faaa2bb464ae2a6d3cd1ccfda_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:8f77ccd24b3ded8ebc6dcd7b8e1a9f97d425291f20f7a3e7be60b49e3fea569e_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:9a6130569de756dae1906fda639bf468ff1df0e1eb6f3590d0b5205fa3e55c69_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:dc96720cf67b85a48ebe47862bfa5c1c70cfd2f8781f9c263b28baa45e1bc23e_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:33b3fb333a87ce54377f1094b20de9e78e4af6f736cface819c041738041c5eb_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:70a68511deb88ad8d9db47271563df649f6eb7e83781cd420d9cd7974473252d_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:72e187f797152bfdb4a7c5576241c259fc3b05be8456a1ce92b912934e6d8fa3_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:af01a21cf914a2ccf1d6451ad9073874f2770cd6816b29f03602970b1950e3cf_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:218c8cb47f603c5cda8d6157b8eacc4cbf1887563a63b0f86831ee0a34f62088_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:43a5a9ae09d12d6af57980b67556c35215f22c43447839d4a8f69e5dfc3f0aa9_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:50fc4963f4bc52e36916d79b610cfc069c7e13ad514fe8cf6c350590d2f63d30_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:f7466b7ef7b63e9fedac1076526a27e56604e0058057fc35c67afab8bddeba3e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4373cac9215f299afe9d83e2590a6ee60a2c73760c922e7556bdc4af6b118312_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4a6918af0578a22e0abdd43cd10af981361b63e8cfc6f4e99559024de4ae69f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:89a5029851a153e5fc6d0427bea5584b845cc57c942d083bfbc681dd3b3fa359_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:cbd6a9ed3d1e5cd0191759cee5d2691fdf5f2709fe1ada51c315aa96a60e1424_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": "OpenShift API for Data Protection (OADP) 1.3.3 is now available.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "OpenShift API for Data Protection (OADP) enables you to back up and restore application resources, persistent volume data, and internal container images to external backup storage. OADP enables both file system-based and snapshot-based backups for persistent volumes.\n\nSecurity Fix(es) from Bugzilla:\n\n* golang: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS (CVE-2023-45288)\n\n* golang: net: malformed DNS message can cause infinite loop (CVE-2024-24788)\n\n* golang: archive/zip: Incorrect handling of certain ZIP files (CVE-2024-24789)\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, 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:4982",
"url": "https://access.redhat.com/errata/RHSA-2024:4982"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2268273",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268273"
},
{
"category": "external",
"summary": "2279814",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2279814"
},
{
"category": "external",
"summary": "2292668",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292668"
},
{
"category": "external",
"summary": "2292787",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292787"
},
{
"category": "external",
"summary": "OADP-4110",
"url": "https://issues.redhat.com/browse/OADP-4110"
},
{
"category": "external",
"summary": "OADP-4211",
"url": "https://issues.redhat.com/browse/OADP-4211"
},
{
"category": "external",
"summary": "OADP-4265",
"url": "https://issues.redhat.com/browse/OADP-4265"
},
{
"category": "external",
"summary": "OADP-4268",
"url": "https://issues.redhat.com/browse/OADP-4268"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_4982.json"
}
],
"title": "Red Hat Security Advisory: OpenShift API for Data Protection (OADP) 1.3.3 security and bug fix 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:4982",
"initial_release_date": "2024-08-01T19:10:58+00:00",
"revision_history": [
{
"date": "2024-08-01T19:10:58+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-08-01T19:10:58+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": "9Base-OADP-1.3",
"product": {
"name": "9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_api_data_protection:1.3::el9"
}
}
}
],
"category": "product_family",
"name": "OpenShift API for Data Protection"
},
{
"branches": [
{
"category": "product_version",
"name": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:7529c769d2623c15ad5e32f33beab05a4e77f17da291970b439854b775136b64_amd64",
"product": {
"name": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:7529c769d2623c15ad5e32f33beab05a4e77f17da291970b439854b775136b64_amd64",
"product_id": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:7529c769d2623c15ad5e32f33beab05a4e77f17da291970b439854b775136b64_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-kubevirt-velero-plugin-rhel9@sha256:7529c769d2623c15ad5e32f33beab05a4e77f17da291970b439854b775136b64?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9\u0026tag=1.3.3-5"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-mustgather-rhel9@sha256:cc431d7fb365705dcecd67207ba27caed9c1012f384636d58d19e3e2ba3308fc_amd64",
"product": {
"name": "oadp/oadp-mustgather-rhel9@sha256:cc431d7fb365705dcecd67207ba27caed9c1012f384636d58d19e3e2ba3308fc_amd64",
"product_id": "oadp/oadp-mustgather-rhel9@sha256:cc431d7fb365705dcecd67207ba27caed9c1012f384636d58d19e3e2ba3308fc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-mustgather-rhel9@sha256:cc431d7fb365705dcecd67207ba27caed9c1012f384636d58d19e3e2ba3308fc?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-mustgather-rhel9\u0026tag=1.3.3-20"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-operator-bundle@sha256:275a38d0dde8d7e8198d6af284f88e82da92f7160c061453f5d9c43c24b8d9a6_amd64",
"product": {
"name": "oadp/oadp-operator-bundle@sha256:275a38d0dde8d7e8198d6af284f88e82da92f7160c061453f5d9c43c24b8d9a6_amd64",
"product_id": "oadp/oadp-operator-bundle@sha256:275a38d0dde8d7e8198d6af284f88e82da92f7160c061453f5d9c43c24b8d9a6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-operator-bundle@sha256:275a38d0dde8d7e8198d6af284f88e82da92f7160c061453f5d9c43c24b8d9a6?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-operator-bundle\u0026tag=1.3.3-20"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-rhel9-operator@sha256:32c9740721783d532a9a0213593de666ff35dabd021b0f6645b16d5c5f340e07_amd64",
"product": {
"name": "oadp/oadp-rhel9-operator@sha256:32c9740721783d532a9a0213593de666ff35dabd021b0f6645b16d5c5f340e07_amd64",
"product_id": "oadp/oadp-rhel9-operator@sha256:32c9740721783d532a9a0213593de666ff35dabd021b0f6645b16d5c5f340e07_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-rhel9-operator@sha256:32c9740721783d532a9a0213593de666ff35dabd021b0f6645b16d5c5f340e07?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-rhel9-operator\u0026tag=1.3.3-12"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-rhel9@sha256:9d7919281656ffd488a86005b73e98e37053881649c98d3799b2332b55028cac_amd64",
"product": {
"name": "oadp/oadp-velero-rhel9@sha256:9d7919281656ffd488a86005b73e98e37053881649c98d3799b2332b55028cac_amd64",
"product_id": "oadp/oadp-velero-rhel9@sha256:9d7919281656ffd488a86005b73e98e37053881649c98d3799b2332b55028cac_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-rhel9@sha256:9d7919281656ffd488a86005b73e98e37053881649c98d3799b2332b55028cac?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-rhel9\u0026tag=1.3.3-8"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-rhel9@sha256:43a5a9ae09d12d6af57980b67556c35215f22c43447839d4a8f69e5dfc3f0aa9_amd64",
"product": {
"name": "oadp/oadp-velero-plugin-rhel9@sha256:43a5a9ae09d12d6af57980b67556c35215f22c43447839d4a8f69e5dfc3f0aa9_amd64",
"product_id": "oadp/oadp-velero-plugin-rhel9@sha256:43a5a9ae09d12d6af57980b67556c35215f22c43447839d4a8f69e5dfc3f0aa9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-rhel9@sha256:43a5a9ae09d12d6af57980b67556c35215f22c43447839d4a8f69e5dfc3f0aa9?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-rhel9\u0026tag=1.3.3-5"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c58a76c073beb4d9a5fe875aa70ae0e35cf067d168af8537d7d82774e08edad6_amd64",
"product": {
"name": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c58a76c073beb4d9a5fe875aa70ae0e35cf067d168af8537d7d82774e08edad6_amd64",
"product_id": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c58a76c073beb4d9a5fe875aa70ae0e35cf067d168af8537d7d82774e08edad6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-aws-rhel9@sha256:c58a76c073beb4d9a5fe875aa70ae0e35cf067d168af8537d7d82774e08edad6?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9\u0026tag=1.3.3-5"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:451247c3f4ce3f087b7040f41d990f1f2096651dfe37f6ecdf7486b5768b614c_amd64",
"product": {
"name": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:451247c3f4ce3f087b7040f41d990f1f2096651dfe37f6ecdf7486b5768b614c_amd64",
"product_id": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:451247c3f4ce3f087b7040f41d990f1f2096651dfe37f6ecdf7486b5768b614c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-csi-rhel9@sha256:451247c3f4ce3f087b7040f41d990f1f2096651dfe37f6ecdf7486b5768b614c?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9\u0026tag=1.3.3-5"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:8f77ccd24b3ded8ebc6dcd7b8e1a9f97d425291f20f7a3e7be60b49e3fea569e_amd64",
"product": {
"name": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:8f77ccd24b3ded8ebc6dcd7b8e1a9f97d425291f20f7a3e7be60b49e3fea569e_amd64",
"product_id": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:8f77ccd24b3ded8ebc6dcd7b8e1a9f97d425291f20f7a3e7be60b49e3fea569e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-gcp-rhel9@sha256:8f77ccd24b3ded8ebc6dcd7b8e1a9f97d425291f20f7a3e7be60b49e3fea569e?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9\u0026tag=1.3.3-5"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:72e187f797152bfdb4a7c5576241c259fc3b05be8456a1ce92b912934e6d8fa3_amd64",
"product": {
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:72e187f797152bfdb4a7c5576241c259fc3b05be8456a1ce92b912934e6d8fa3_amd64",
"product_id": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:72e187f797152bfdb4a7c5576241c259fc3b05be8456a1ce92b912934e6d8fa3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:72e187f797152bfdb4a7c5576241c259fc3b05be8456a1ce92b912934e6d8fa3?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9\u0026tag=1.3.3-5"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:cbd6a9ed3d1e5cd0191759cee5d2691fdf5f2709fe1ada51c315aa96a60e1424_amd64",
"product": {
"name": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:cbd6a9ed3d1e5cd0191759cee5d2691fdf5f2709fe1ada51c315aa96a60e1424_amd64",
"product_id": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:cbd6a9ed3d1e5cd0191759cee5d2691fdf5f2709fe1ada51c315aa96a60e1424_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-restic-restore-helper-rhel9@sha256:cbd6a9ed3d1e5cd0191759cee5d2691fdf5f2709fe1ada51c315aa96a60e1424?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9\u0026tag=1.3.3-8"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:0bfabd1fcecfae735c416448e8a9dc8157167d52c9cce22e761bb74aaa416623_ppc64le",
"product": {
"name": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:0bfabd1fcecfae735c416448e8a9dc8157167d52c9cce22e761bb74aaa416623_ppc64le",
"product_id": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:0bfabd1fcecfae735c416448e8a9dc8157167d52c9cce22e761bb74aaa416623_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-kubevirt-velero-plugin-rhel9@sha256:0bfabd1fcecfae735c416448e8a9dc8157167d52c9cce22e761bb74aaa416623?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9\u0026tag=1.3.3-5"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-mustgather-rhel9@sha256:d427ec72eec6dc76d68df469b003a0017e975247a183629f699e1bc0dd3b1837_ppc64le",
"product": {
"name": "oadp/oadp-mustgather-rhel9@sha256:d427ec72eec6dc76d68df469b003a0017e975247a183629f699e1bc0dd3b1837_ppc64le",
"product_id": "oadp/oadp-mustgather-rhel9@sha256:d427ec72eec6dc76d68df469b003a0017e975247a183629f699e1bc0dd3b1837_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-mustgather-rhel9@sha256:d427ec72eec6dc76d68df469b003a0017e975247a183629f699e1bc0dd3b1837?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-mustgather-rhel9\u0026tag=1.3.3-20"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-operator-bundle@sha256:e8661e90c8358ef0176a71b8538bbe27902de63a607c37ce42a84f5025a800d1_ppc64le",
"product": {
"name": "oadp/oadp-operator-bundle@sha256:e8661e90c8358ef0176a71b8538bbe27902de63a607c37ce42a84f5025a800d1_ppc64le",
"product_id": "oadp/oadp-operator-bundle@sha256:e8661e90c8358ef0176a71b8538bbe27902de63a607c37ce42a84f5025a800d1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-operator-bundle@sha256:e8661e90c8358ef0176a71b8538bbe27902de63a607c37ce42a84f5025a800d1?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-operator-bundle\u0026tag=1.3.3-20"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-rhel9-operator@sha256:5a882e8435cd567d83ee79d331be7a11f8da78c5597381837f6d22d0a419a5bb_ppc64le",
"product": {
"name": "oadp/oadp-rhel9-operator@sha256:5a882e8435cd567d83ee79d331be7a11f8da78c5597381837f6d22d0a419a5bb_ppc64le",
"product_id": "oadp/oadp-rhel9-operator@sha256:5a882e8435cd567d83ee79d331be7a11f8da78c5597381837f6d22d0a419a5bb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-rhel9-operator@sha256:5a882e8435cd567d83ee79d331be7a11f8da78c5597381837f6d22d0a419a5bb?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-rhel9-operator\u0026tag=1.3.3-12"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-rhel9@sha256:dea65481837281d18d094205ba387de33b021309f721539a0efccf4f396fc5cf_ppc64le",
"product": {
"name": "oadp/oadp-velero-rhel9@sha256:dea65481837281d18d094205ba387de33b021309f721539a0efccf4f396fc5cf_ppc64le",
"product_id": "oadp/oadp-velero-rhel9@sha256:dea65481837281d18d094205ba387de33b021309f721539a0efccf4f396fc5cf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-rhel9@sha256:dea65481837281d18d094205ba387de33b021309f721539a0efccf4f396fc5cf?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-velero-rhel9\u0026tag=1.3.3-8"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-rhel9@sha256:f7466b7ef7b63e9fedac1076526a27e56604e0058057fc35c67afab8bddeba3e_ppc64le",
"product": {
"name": "oadp/oadp-velero-plugin-rhel9@sha256:f7466b7ef7b63e9fedac1076526a27e56604e0058057fc35c67afab8bddeba3e_ppc64le",
"product_id": "oadp/oadp-velero-plugin-rhel9@sha256:f7466b7ef7b63e9fedac1076526a27e56604e0058057fc35c67afab8bddeba3e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-rhel9@sha256:f7466b7ef7b63e9fedac1076526a27e56604e0058057fc35c67afab8bddeba3e?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-rhel9\u0026tag=1.3.3-5"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:dcc19c605fe06e26a57c30d994e38d71caf0f5fffd7d38836361410cade09f9f_ppc64le",
"product": {
"name": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:dcc19c605fe06e26a57c30d994e38d71caf0f5fffd7d38836361410cade09f9f_ppc64le",
"product_id": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:dcc19c605fe06e26a57c30d994e38d71caf0f5fffd7d38836361410cade09f9f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-aws-rhel9@sha256:dcc19c605fe06e26a57c30d994e38d71caf0f5fffd7d38836361410cade09f9f?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9\u0026tag=1.3.3-5"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9ba1eebc2eccfcd920fe9a609f40c9b0bf63f7205aa91e4b72d69b18638582bb_ppc64le",
"product": {
"name": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9ba1eebc2eccfcd920fe9a609f40c9b0bf63f7205aa91e4b72d69b18638582bb_ppc64le",
"product_id": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9ba1eebc2eccfcd920fe9a609f40c9b0bf63f7205aa91e4b72d69b18638582bb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-csi-rhel9@sha256:9ba1eebc2eccfcd920fe9a609f40c9b0bf63f7205aa91e4b72d69b18638582bb?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9\u0026tag=1.3.3-5"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:52faffab91250e8a8f84a94e6e118ba853b9054faaa2bb464ae2a6d3cd1ccfda_ppc64le",
"product": {
"name": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:52faffab91250e8a8f84a94e6e118ba853b9054faaa2bb464ae2a6d3cd1ccfda_ppc64le",
"product_id": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:52faffab91250e8a8f84a94e6e118ba853b9054faaa2bb464ae2a6d3cd1ccfda_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-gcp-rhel9@sha256:52faffab91250e8a8f84a94e6e118ba853b9054faaa2bb464ae2a6d3cd1ccfda?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9\u0026tag=1.3.3-5"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:33b3fb333a87ce54377f1094b20de9e78e4af6f736cface819c041738041c5eb_ppc64le",
"product": {
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:33b3fb333a87ce54377f1094b20de9e78e4af6f736cface819c041738041c5eb_ppc64le",
"product_id": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:33b3fb333a87ce54377f1094b20de9e78e4af6f736cface819c041738041c5eb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:33b3fb333a87ce54377f1094b20de9e78e4af6f736cface819c041738041c5eb?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9\u0026tag=1.3.3-5"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4a6918af0578a22e0abdd43cd10af981361b63e8cfc6f4e99559024de4ae69f4_ppc64le",
"product": {
"name": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4a6918af0578a22e0abdd43cd10af981361b63e8cfc6f4e99559024de4ae69f4_ppc64le",
"product_id": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4a6918af0578a22e0abdd43cd10af981361b63e8cfc6f4e99559024de4ae69f4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-restic-restore-helper-rhel9@sha256:4a6918af0578a22e0abdd43cd10af981361b63e8cfc6f4e99559024de4ae69f4?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9\u0026tag=1.3.3-8"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:b68efcaa3a07d5805c70bbc1eb9f4174bb7917dabeaebddd2209d625dadb4794_arm64",
"product": {
"name": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:b68efcaa3a07d5805c70bbc1eb9f4174bb7917dabeaebddd2209d625dadb4794_arm64",
"product_id": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:b68efcaa3a07d5805c70bbc1eb9f4174bb7917dabeaebddd2209d625dadb4794_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-kubevirt-velero-plugin-rhel9@sha256:b68efcaa3a07d5805c70bbc1eb9f4174bb7917dabeaebddd2209d625dadb4794?arch=arm64\u0026repository_url=registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9\u0026tag=1.3.3-5"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-mustgather-rhel9@sha256:f09ed623ea3706ae57d99f95a9525d28123cd509fe71f66ba5c1d01a70252cb9_arm64",
"product": {
"name": "oadp/oadp-mustgather-rhel9@sha256:f09ed623ea3706ae57d99f95a9525d28123cd509fe71f66ba5c1d01a70252cb9_arm64",
"product_id": "oadp/oadp-mustgather-rhel9@sha256:f09ed623ea3706ae57d99f95a9525d28123cd509fe71f66ba5c1d01a70252cb9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-mustgather-rhel9@sha256:f09ed623ea3706ae57d99f95a9525d28123cd509fe71f66ba5c1d01a70252cb9?arch=arm64\u0026repository_url=registry.redhat.io/oadp/oadp-mustgather-rhel9\u0026tag=1.3.3-20"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-operator-bundle@sha256:aeb62050d36284627ad3d9b34f61bf90df5fc29464c72456c14e8446546b42fb_arm64",
"product": {
"name": "oadp/oadp-operator-bundle@sha256:aeb62050d36284627ad3d9b34f61bf90df5fc29464c72456c14e8446546b42fb_arm64",
"product_id": "oadp/oadp-operator-bundle@sha256:aeb62050d36284627ad3d9b34f61bf90df5fc29464c72456c14e8446546b42fb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-operator-bundle@sha256:aeb62050d36284627ad3d9b34f61bf90df5fc29464c72456c14e8446546b42fb?arch=arm64\u0026repository_url=registry.redhat.io/oadp/oadp-operator-bundle\u0026tag=1.3.3-20"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-rhel9-operator@sha256:9ef09f818c9e7ec15ce68059ab9110467c736a6ad0cf2a4f8c83537eb23d0e5c_arm64",
"product": {
"name": "oadp/oadp-rhel9-operator@sha256:9ef09f818c9e7ec15ce68059ab9110467c736a6ad0cf2a4f8c83537eb23d0e5c_arm64",
"product_id": "oadp/oadp-rhel9-operator@sha256:9ef09f818c9e7ec15ce68059ab9110467c736a6ad0cf2a4f8c83537eb23d0e5c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-rhel9-operator@sha256:9ef09f818c9e7ec15ce68059ab9110467c736a6ad0cf2a4f8c83537eb23d0e5c?arch=arm64\u0026repository_url=registry.redhat.io/oadp/oadp-rhel9-operator\u0026tag=1.3.3-12"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-rhel9@sha256:abc81ae9e884c9f99d2e7449cb444675acde8fe8aca864c8524c39ed59c9054c_arm64",
"product": {
"name": "oadp/oadp-velero-rhel9@sha256:abc81ae9e884c9f99d2e7449cb444675acde8fe8aca864c8524c39ed59c9054c_arm64",
"product_id": "oadp/oadp-velero-rhel9@sha256:abc81ae9e884c9f99d2e7449cb444675acde8fe8aca864c8524c39ed59c9054c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-rhel9@sha256:abc81ae9e884c9f99d2e7449cb444675acde8fe8aca864c8524c39ed59c9054c?arch=arm64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-rhel9\u0026tag=1.3.3-8"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-rhel9@sha256:218c8cb47f603c5cda8d6157b8eacc4cbf1887563a63b0f86831ee0a34f62088_arm64",
"product": {
"name": "oadp/oadp-velero-plugin-rhel9@sha256:218c8cb47f603c5cda8d6157b8eacc4cbf1887563a63b0f86831ee0a34f62088_arm64",
"product_id": "oadp/oadp-velero-plugin-rhel9@sha256:218c8cb47f603c5cda8d6157b8eacc4cbf1887563a63b0f86831ee0a34f62088_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-rhel9@sha256:218c8cb47f603c5cda8d6157b8eacc4cbf1887563a63b0f86831ee0a34f62088?arch=arm64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-rhel9\u0026tag=1.3.3-5"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:bb450dc76d62307bce4ae29857cc41b24d03661e2b425e05b0dc2d22a77392cb_arm64",
"product": {
"name": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:bb450dc76d62307bce4ae29857cc41b24d03661e2b425e05b0dc2d22a77392cb_arm64",
"product_id": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:bb450dc76d62307bce4ae29857cc41b24d03661e2b425e05b0dc2d22a77392cb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-aws-rhel9@sha256:bb450dc76d62307bce4ae29857cc41b24d03661e2b425e05b0dc2d22a77392cb?arch=arm64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9\u0026tag=1.3.3-5"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e9283d12d5e6018e3bf3aa990b23591cc49367ab08f9ee6349610972ffa358d6_arm64",
"product": {
"name": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e9283d12d5e6018e3bf3aa990b23591cc49367ab08f9ee6349610972ffa358d6_arm64",
"product_id": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e9283d12d5e6018e3bf3aa990b23591cc49367ab08f9ee6349610972ffa358d6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-csi-rhel9@sha256:e9283d12d5e6018e3bf3aa990b23591cc49367ab08f9ee6349610972ffa358d6?arch=arm64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9\u0026tag=1.3.3-5"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:dc96720cf67b85a48ebe47862bfa5c1c70cfd2f8781f9c263b28baa45e1bc23e_arm64",
"product": {
"name": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:dc96720cf67b85a48ebe47862bfa5c1c70cfd2f8781f9c263b28baa45e1bc23e_arm64",
"product_id": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:dc96720cf67b85a48ebe47862bfa5c1c70cfd2f8781f9c263b28baa45e1bc23e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-gcp-rhel9@sha256:dc96720cf67b85a48ebe47862bfa5c1c70cfd2f8781f9c263b28baa45e1bc23e?arch=arm64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9\u0026tag=1.3.3-5"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:af01a21cf914a2ccf1d6451ad9073874f2770cd6816b29f03602970b1950e3cf_arm64",
"product": {
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:af01a21cf914a2ccf1d6451ad9073874f2770cd6816b29f03602970b1950e3cf_arm64",
"product_id": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:af01a21cf914a2ccf1d6451ad9073874f2770cd6816b29f03602970b1950e3cf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:af01a21cf914a2ccf1d6451ad9073874f2770cd6816b29f03602970b1950e3cf?arch=arm64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9\u0026tag=1.3.3-5"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4373cac9215f299afe9d83e2590a6ee60a2c73760c922e7556bdc4af6b118312_arm64",
"product": {
"name": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4373cac9215f299afe9d83e2590a6ee60a2c73760c922e7556bdc4af6b118312_arm64",
"product_id": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4373cac9215f299afe9d83e2590a6ee60a2c73760c922e7556bdc4af6b118312_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-restic-restore-helper-rhel9@sha256:4373cac9215f299afe9d83e2590a6ee60a2c73760c922e7556bdc4af6b118312?arch=arm64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9\u0026tag=1.3.3-8"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:e9524e454c8698f49fe4d1bbe6f4aa5c9b68f0b04a912cd6e99125256712ba68_s390x",
"product": {
"name": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:e9524e454c8698f49fe4d1bbe6f4aa5c9b68f0b04a912cd6e99125256712ba68_s390x",
"product_id": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:e9524e454c8698f49fe4d1bbe6f4aa5c9b68f0b04a912cd6e99125256712ba68_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-kubevirt-velero-plugin-rhel9@sha256:e9524e454c8698f49fe4d1bbe6f4aa5c9b68f0b04a912cd6e99125256712ba68?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9\u0026tag=1.3.3-5"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-mustgather-rhel9@sha256:f0ac38b1ccb331ca40b8e5eef98fa3525bcd8e8589e6cbb48ee05bd6da3b4c87_s390x",
"product": {
"name": "oadp/oadp-mustgather-rhel9@sha256:f0ac38b1ccb331ca40b8e5eef98fa3525bcd8e8589e6cbb48ee05bd6da3b4c87_s390x",
"product_id": "oadp/oadp-mustgather-rhel9@sha256:f0ac38b1ccb331ca40b8e5eef98fa3525bcd8e8589e6cbb48ee05bd6da3b4c87_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-mustgather-rhel9@sha256:f0ac38b1ccb331ca40b8e5eef98fa3525bcd8e8589e6cbb48ee05bd6da3b4c87?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-mustgather-rhel9\u0026tag=1.3.3-20"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-operator-bundle@sha256:6c08b61453ea32053cff09000e121cc82d3724aa32eed6e225531d77b073adae_s390x",
"product": {
"name": "oadp/oadp-operator-bundle@sha256:6c08b61453ea32053cff09000e121cc82d3724aa32eed6e225531d77b073adae_s390x",
"product_id": "oadp/oadp-operator-bundle@sha256:6c08b61453ea32053cff09000e121cc82d3724aa32eed6e225531d77b073adae_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-operator-bundle@sha256:6c08b61453ea32053cff09000e121cc82d3724aa32eed6e225531d77b073adae?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-operator-bundle\u0026tag=1.3.3-20"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-rhel9-operator@sha256:97c6ea39330004c24cbf1fd27a61eb0e562b9cc4c49d61b699e16f85cfe42f4e_s390x",
"product": {
"name": "oadp/oadp-rhel9-operator@sha256:97c6ea39330004c24cbf1fd27a61eb0e562b9cc4c49d61b699e16f85cfe42f4e_s390x",
"product_id": "oadp/oadp-rhel9-operator@sha256:97c6ea39330004c24cbf1fd27a61eb0e562b9cc4c49d61b699e16f85cfe42f4e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-rhel9-operator@sha256:97c6ea39330004c24cbf1fd27a61eb0e562b9cc4c49d61b699e16f85cfe42f4e?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-rhel9-operator\u0026tag=1.3.3-12"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-rhel9@sha256:600311c4534740902cad155f8c6c1b6b4356825b069f12dba74395689198a24d_s390x",
"product": {
"name": "oadp/oadp-velero-rhel9@sha256:600311c4534740902cad155f8c6c1b6b4356825b069f12dba74395689198a24d_s390x",
"product_id": "oadp/oadp-velero-rhel9@sha256:600311c4534740902cad155f8c6c1b6b4356825b069f12dba74395689198a24d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-rhel9@sha256:600311c4534740902cad155f8c6c1b6b4356825b069f12dba74395689198a24d?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-velero-rhel9\u0026tag=1.3.3-8"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-rhel9@sha256:50fc4963f4bc52e36916d79b610cfc069c7e13ad514fe8cf6c350590d2f63d30_s390x",
"product": {
"name": "oadp/oadp-velero-plugin-rhel9@sha256:50fc4963f4bc52e36916d79b610cfc069c7e13ad514fe8cf6c350590d2f63d30_s390x",
"product_id": "oadp/oadp-velero-plugin-rhel9@sha256:50fc4963f4bc52e36916d79b610cfc069c7e13ad514fe8cf6c350590d2f63d30_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-rhel9@sha256:50fc4963f4bc52e36916d79b610cfc069c7e13ad514fe8cf6c350590d2f63d30?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-rhel9\u0026tag=1.3.3-5"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:5ea3c67336db1099c6a7949aeb7ee267e8c47bced9e1e298eac31cadf90eeaf3_s390x",
"product": {
"name": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:5ea3c67336db1099c6a7949aeb7ee267e8c47bced9e1e298eac31cadf90eeaf3_s390x",
"product_id": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:5ea3c67336db1099c6a7949aeb7ee267e8c47bced9e1e298eac31cadf90eeaf3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-aws-rhel9@sha256:5ea3c67336db1099c6a7949aeb7ee267e8c47bced9e1e298eac31cadf90eeaf3?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9\u0026tag=1.3.3-5"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9a6c63e535890108d3380e0a828e8c7f6b5fc00366fab41598ed2ac2f095abd1_s390x",
"product": {
"name": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9a6c63e535890108d3380e0a828e8c7f6b5fc00366fab41598ed2ac2f095abd1_s390x",
"product_id": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9a6c63e535890108d3380e0a828e8c7f6b5fc00366fab41598ed2ac2f095abd1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-csi-rhel9@sha256:9a6c63e535890108d3380e0a828e8c7f6b5fc00366fab41598ed2ac2f095abd1?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9\u0026tag=1.3.3-5"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:9a6130569de756dae1906fda639bf468ff1df0e1eb6f3590d0b5205fa3e55c69_s390x",
"product": {
"name": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:9a6130569de756dae1906fda639bf468ff1df0e1eb6f3590d0b5205fa3e55c69_s390x",
"product_id": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:9a6130569de756dae1906fda639bf468ff1df0e1eb6f3590d0b5205fa3e55c69_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-gcp-rhel9@sha256:9a6130569de756dae1906fda639bf468ff1df0e1eb6f3590d0b5205fa3e55c69?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9\u0026tag=1.3.3-5"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:70a68511deb88ad8d9db47271563df649f6eb7e83781cd420d9cd7974473252d_s390x",
"product": {
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:70a68511deb88ad8d9db47271563df649f6eb7e83781cd420d9cd7974473252d_s390x",
"product_id": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:70a68511deb88ad8d9db47271563df649f6eb7e83781cd420d9cd7974473252d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:70a68511deb88ad8d9db47271563df649f6eb7e83781cd420d9cd7974473252d?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9\u0026tag=1.3.3-5"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:89a5029851a153e5fc6d0427bea5584b845cc57c942d083bfbc681dd3b3fa359_s390x",
"product": {
"name": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:89a5029851a153e5fc6d0427bea5584b845cc57c942d083bfbc681dd3b3fa359_s390x",
"product_id": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:89a5029851a153e5fc6d0427bea5584b845cc57c942d083bfbc681dd3b3fa359_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-restic-restore-helper-rhel9@sha256:89a5029851a153e5fc6d0427bea5584b845cc57c942d083bfbc681dd3b3fa359?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9\u0026tag=1.3.3-8"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:0bfabd1fcecfae735c416448e8a9dc8157167d52c9cce22e761bb74aaa416623_ppc64le as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:0bfabd1fcecfae735c416448e8a9dc8157167d52c9cce22e761bb74aaa416623_ppc64le"
},
"product_reference": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:0bfabd1fcecfae735c416448e8a9dc8157167d52c9cce22e761bb74aaa416623_ppc64le",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:7529c769d2623c15ad5e32f33beab05a4e77f17da291970b439854b775136b64_amd64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:7529c769d2623c15ad5e32f33beab05a4e77f17da291970b439854b775136b64_amd64"
},
"product_reference": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:7529c769d2623c15ad5e32f33beab05a4e77f17da291970b439854b775136b64_amd64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:b68efcaa3a07d5805c70bbc1eb9f4174bb7917dabeaebddd2209d625dadb4794_arm64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:b68efcaa3a07d5805c70bbc1eb9f4174bb7917dabeaebddd2209d625dadb4794_arm64"
},
"product_reference": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:b68efcaa3a07d5805c70bbc1eb9f4174bb7917dabeaebddd2209d625dadb4794_arm64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:e9524e454c8698f49fe4d1bbe6f4aa5c9b68f0b04a912cd6e99125256712ba68_s390x as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:e9524e454c8698f49fe4d1bbe6f4aa5c9b68f0b04a912cd6e99125256712ba68_s390x"
},
"product_reference": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:e9524e454c8698f49fe4d1bbe6f4aa5c9b68f0b04a912cd6e99125256712ba68_s390x",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-mustgather-rhel9@sha256:cc431d7fb365705dcecd67207ba27caed9c1012f384636d58d19e3e2ba3308fc_amd64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:cc431d7fb365705dcecd67207ba27caed9c1012f384636d58d19e3e2ba3308fc_amd64"
},
"product_reference": "oadp/oadp-mustgather-rhel9@sha256:cc431d7fb365705dcecd67207ba27caed9c1012f384636d58d19e3e2ba3308fc_amd64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-mustgather-rhel9@sha256:d427ec72eec6dc76d68df469b003a0017e975247a183629f699e1bc0dd3b1837_ppc64le as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:d427ec72eec6dc76d68df469b003a0017e975247a183629f699e1bc0dd3b1837_ppc64le"
},
"product_reference": "oadp/oadp-mustgather-rhel9@sha256:d427ec72eec6dc76d68df469b003a0017e975247a183629f699e1bc0dd3b1837_ppc64le",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-mustgather-rhel9@sha256:f09ed623ea3706ae57d99f95a9525d28123cd509fe71f66ba5c1d01a70252cb9_arm64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:f09ed623ea3706ae57d99f95a9525d28123cd509fe71f66ba5c1d01a70252cb9_arm64"
},
"product_reference": "oadp/oadp-mustgather-rhel9@sha256:f09ed623ea3706ae57d99f95a9525d28123cd509fe71f66ba5c1d01a70252cb9_arm64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-mustgather-rhel9@sha256:f0ac38b1ccb331ca40b8e5eef98fa3525bcd8e8589e6cbb48ee05bd6da3b4c87_s390x as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:f0ac38b1ccb331ca40b8e5eef98fa3525bcd8e8589e6cbb48ee05bd6da3b4c87_s390x"
},
"product_reference": "oadp/oadp-mustgather-rhel9@sha256:f0ac38b1ccb331ca40b8e5eef98fa3525bcd8e8589e6cbb48ee05bd6da3b4c87_s390x",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-operator-bundle@sha256:275a38d0dde8d7e8198d6af284f88e82da92f7160c061453f5d9c43c24b8d9a6_amd64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:275a38d0dde8d7e8198d6af284f88e82da92f7160c061453f5d9c43c24b8d9a6_amd64"
},
"product_reference": "oadp/oadp-operator-bundle@sha256:275a38d0dde8d7e8198d6af284f88e82da92f7160c061453f5d9c43c24b8d9a6_amd64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-operator-bundle@sha256:6c08b61453ea32053cff09000e121cc82d3724aa32eed6e225531d77b073adae_s390x as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:6c08b61453ea32053cff09000e121cc82d3724aa32eed6e225531d77b073adae_s390x"
},
"product_reference": "oadp/oadp-operator-bundle@sha256:6c08b61453ea32053cff09000e121cc82d3724aa32eed6e225531d77b073adae_s390x",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-operator-bundle@sha256:aeb62050d36284627ad3d9b34f61bf90df5fc29464c72456c14e8446546b42fb_arm64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:aeb62050d36284627ad3d9b34f61bf90df5fc29464c72456c14e8446546b42fb_arm64"
},
"product_reference": "oadp/oadp-operator-bundle@sha256:aeb62050d36284627ad3d9b34f61bf90df5fc29464c72456c14e8446546b42fb_arm64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-operator-bundle@sha256:e8661e90c8358ef0176a71b8538bbe27902de63a607c37ce42a84f5025a800d1_ppc64le as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:e8661e90c8358ef0176a71b8538bbe27902de63a607c37ce42a84f5025a800d1_ppc64le"
},
"product_reference": "oadp/oadp-operator-bundle@sha256:e8661e90c8358ef0176a71b8538bbe27902de63a607c37ce42a84f5025a800d1_ppc64le",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-rhel9-operator@sha256:32c9740721783d532a9a0213593de666ff35dabd021b0f6645b16d5c5f340e07_amd64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:32c9740721783d532a9a0213593de666ff35dabd021b0f6645b16d5c5f340e07_amd64"
},
"product_reference": "oadp/oadp-rhel9-operator@sha256:32c9740721783d532a9a0213593de666ff35dabd021b0f6645b16d5c5f340e07_amd64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-rhel9-operator@sha256:5a882e8435cd567d83ee79d331be7a11f8da78c5597381837f6d22d0a419a5bb_ppc64le as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:5a882e8435cd567d83ee79d331be7a11f8da78c5597381837f6d22d0a419a5bb_ppc64le"
},
"product_reference": "oadp/oadp-rhel9-operator@sha256:5a882e8435cd567d83ee79d331be7a11f8da78c5597381837f6d22d0a419a5bb_ppc64le",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-rhel9-operator@sha256:97c6ea39330004c24cbf1fd27a61eb0e562b9cc4c49d61b699e16f85cfe42f4e_s390x as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:97c6ea39330004c24cbf1fd27a61eb0e562b9cc4c49d61b699e16f85cfe42f4e_s390x"
},
"product_reference": "oadp/oadp-rhel9-operator@sha256:97c6ea39330004c24cbf1fd27a61eb0e562b9cc4c49d61b699e16f85cfe42f4e_s390x",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-rhel9-operator@sha256:9ef09f818c9e7ec15ce68059ab9110467c736a6ad0cf2a4f8c83537eb23d0e5c_arm64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:9ef09f818c9e7ec15ce68059ab9110467c736a6ad0cf2a4f8c83537eb23d0e5c_arm64"
},
"product_reference": "oadp/oadp-rhel9-operator@sha256:9ef09f818c9e7ec15ce68059ab9110467c736a6ad0cf2a4f8c83537eb23d0e5c_arm64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:5ea3c67336db1099c6a7949aeb7ee267e8c47bced9e1e298eac31cadf90eeaf3_s390x as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:5ea3c67336db1099c6a7949aeb7ee267e8c47bced9e1e298eac31cadf90eeaf3_s390x"
},
"product_reference": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:5ea3c67336db1099c6a7949aeb7ee267e8c47bced9e1e298eac31cadf90eeaf3_s390x",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:bb450dc76d62307bce4ae29857cc41b24d03661e2b425e05b0dc2d22a77392cb_arm64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:bb450dc76d62307bce4ae29857cc41b24d03661e2b425e05b0dc2d22a77392cb_arm64"
},
"product_reference": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:bb450dc76d62307bce4ae29857cc41b24d03661e2b425e05b0dc2d22a77392cb_arm64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c58a76c073beb4d9a5fe875aa70ae0e35cf067d168af8537d7d82774e08edad6_amd64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c58a76c073beb4d9a5fe875aa70ae0e35cf067d168af8537d7d82774e08edad6_amd64"
},
"product_reference": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c58a76c073beb4d9a5fe875aa70ae0e35cf067d168af8537d7d82774e08edad6_amd64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:dcc19c605fe06e26a57c30d994e38d71caf0f5fffd7d38836361410cade09f9f_ppc64le as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:dcc19c605fe06e26a57c30d994e38d71caf0f5fffd7d38836361410cade09f9f_ppc64le"
},
"product_reference": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:dcc19c605fe06e26a57c30d994e38d71caf0f5fffd7d38836361410cade09f9f_ppc64le",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:451247c3f4ce3f087b7040f41d990f1f2096651dfe37f6ecdf7486b5768b614c_amd64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:451247c3f4ce3f087b7040f41d990f1f2096651dfe37f6ecdf7486b5768b614c_amd64"
},
"product_reference": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:451247c3f4ce3f087b7040f41d990f1f2096651dfe37f6ecdf7486b5768b614c_amd64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9a6c63e535890108d3380e0a828e8c7f6b5fc00366fab41598ed2ac2f095abd1_s390x as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9a6c63e535890108d3380e0a828e8c7f6b5fc00366fab41598ed2ac2f095abd1_s390x"
},
"product_reference": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9a6c63e535890108d3380e0a828e8c7f6b5fc00366fab41598ed2ac2f095abd1_s390x",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9ba1eebc2eccfcd920fe9a609f40c9b0bf63f7205aa91e4b72d69b18638582bb_ppc64le as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9ba1eebc2eccfcd920fe9a609f40c9b0bf63f7205aa91e4b72d69b18638582bb_ppc64le"
},
"product_reference": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9ba1eebc2eccfcd920fe9a609f40c9b0bf63f7205aa91e4b72d69b18638582bb_ppc64le",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e9283d12d5e6018e3bf3aa990b23591cc49367ab08f9ee6349610972ffa358d6_arm64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e9283d12d5e6018e3bf3aa990b23591cc49367ab08f9ee6349610972ffa358d6_arm64"
},
"product_reference": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e9283d12d5e6018e3bf3aa990b23591cc49367ab08f9ee6349610972ffa358d6_arm64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:52faffab91250e8a8f84a94e6e118ba853b9054faaa2bb464ae2a6d3cd1ccfda_ppc64le as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:52faffab91250e8a8f84a94e6e118ba853b9054faaa2bb464ae2a6d3cd1ccfda_ppc64le"
},
"product_reference": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:52faffab91250e8a8f84a94e6e118ba853b9054faaa2bb464ae2a6d3cd1ccfda_ppc64le",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:8f77ccd24b3ded8ebc6dcd7b8e1a9f97d425291f20f7a3e7be60b49e3fea569e_amd64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:8f77ccd24b3ded8ebc6dcd7b8e1a9f97d425291f20f7a3e7be60b49e3fea569e_amd64"
},
"product_reference": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:8f77ccd24b3ded8ebc6dcd7b8e1a9f97d425291f20f7a3e7be60b49e3fea569e_amd64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:9a6130569de756dae1906fda639bf468ff1df0e1eb6f3590d0b5205fa3e55c69_s390x as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:9a6130569de756dae1906fda639bf468ff1df0e1eb6f3590d0b5205fa3e55c69_s390x"
},
"product_reference": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:9a6130569de756dae1906fda639bf468ff1df0e1eb6f3590d0b5205fa3e55c69_s390x",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:dc96720cf67b85a48ebe47862bfa5c1c70cfd2f8781f9c263b28baa45e1bc23e_arm64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:dc96720cf67b85a48ebe47862bfa5c1c70cfd2f8781f9c263b28baa45e1bc23e_arm64"
},
"product_reference": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:dc96720cf67b85a48ebe47862bfa5c1c70cfd2f8781f9c263b28baa45e1bc23e_arm64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:33b3fb333a87ce54377f1094b20de9e78e4af6f736cface819c041738041c5eb_ppc64le as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:33b3fb333a87ce54377f1094b20de9e78e4af6f736cface819c041738041c5eb_ppc64le"
},
"product_reference": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:33b3fb333a87ce54377f1094b20de9e78e4af6f736cface819c041738041c5eb_ppc64le",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:70a68511deb88ad8d9db47271563df649f6eb7e83781cd420d9cd7974473252d_s390x as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:70a68511deb88ad8d9db47271563df649f6eb7e83781cd420d9cd7974473252d_s390x"
},
"product_reference": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:70a68511deb88ad8d9db47271563df649f6eb7e83781cd420d9cd7974473252d_s390x",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:72e187f797152bfdb4a7c5576241c259fc3b05be8456a1ce92b912934e6d8fa3_amd64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:72e187f797152bfdb4a7c5576241c259fc3b05be8456a1ce92b912934e6d8fa3_amd64"
},
"product_reference": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:72e187f797152bfdb4a7c5576241c259fc3b05be8456a1ce92b912934e6d8fa3_amd64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:af01a21cf914a2ccf1d6451ad9073874f2770cd6816b29f03602970b1950e3cf_arm64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:af01a21cf914a2ccf1d6451ad9073874f2770cd6816b29f03602970b1950e3cf_arm64"
},
"product_reference": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:af01a21cf914a2ccf1d6451ad9073874f2770cd6816b29f03602970b1950e3cf_arm64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-rhel9@sha256:218c8cb47f603c5cda8d6157b8eacc4cbf1887563a63b0f86831ee0a34f62088_arm64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:218c8cb47f603c5cda8d6157b8eacc4cbf1887563a63b0f86831ee0a34f62088_arm64"
},
"product_reference": "oadp/oadp-velero-plugin-rhel9@sha256:218c8cb47f603c5cda8d6157b8eacc4cbf1887563a63b0f86831ee0a34f62088_arm64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-rhel9@sha256:43a5a9ae09d12d6af57980b67556c35215f22c43447839d4a8f69e5dfc3f0aa9_amd64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:43a5a9ae09d12d6af57980b67556c35215f22c43447839d4a8f69e5dfc3f0aa9_amd64"
},
"product_reference": "oadp/oadp-velero-plugin-rhel9@sha256:43a5a9ae09d12d6af57980b67556c35215f22c43447839d4a8f69e5dfc3f0aa9_amd64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-rhel9@sha256:50fc4963f4bc52e36916d79b610cfc069c7e13ad514fe8cf6c350590d2f63d30_s390x as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:50fc4963f4bc52e36916d79b610cfc069c7e13ad514fe8cf6c350590d2f63d30_s390x"
},
"product_reference": "oadp/oadp-velero-plugin-rhel9@sha256:50fc4963f4bc52e36916d79b610cfc069c7e13ad514fe8cf6c350590d2f63d30_s390x",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-rhel9@sha256:f7466b7ef7b63e9fedac1076526a27e56604e0058057fc35c67afab8bddeba3e_ppc64le as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:f7466b7ef7b63e9fedac1076526a27e56604e0058057fc35c67afab8bddeba3e_ppc64le"
},
"product_reference": "oadp/oadp-velero-plugin-rhel9@sha256:f7466b7ef7b63e9fedac1076526a27e56604e0058057fc35c67afab8bddeba3e_ppc64le",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4373cac9215f299afe9d83e2590a6ee60a2c73760c922e7556bdc4af6b118312_arm64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4373cac9215f299afe9d83e2590a6ee60a2c73760c922e7556bdc4af6b118312_arm64"
},
"product_reference": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4373cac9215f299afe9d83e2590a6ee60a2c73760c922e7556bdc4af6b118312_arm64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4a6918af0578a22e0abdd43cd10af981361b63e8cfc6f4e99559024de4ae69f4_ppc64le as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4a6918af0578a22e0abdd43cd10af981361b63e8cfc6f4e99559024de4ae69f4_ppc64le"
},
"product_reference": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4a6918af0578a22e0abdd43cd10af981361b63e8cfc6f4e99559024de4ae69f4_ppc64le",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:89a5029851a153e5fc6d0427bea5584b845cc57c942d083bfbc681dd3b3fa359_s390x as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:89a5029851a153e5fc6d0427bea5584b845cc57c942d083bfbc681dd3b3fa359_s390x"
},
"product_reference": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:89a5029851a153e5fc6d0427bea5584b845cc57c942d083bfbc681dd3b3fa359_s390x",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:cbd6a9ed3d1e5cd0191759cee5d2691fdf5f2709fe1ada51c315aa96a60e1424_amd64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:cbd6a9ed3d1e5cd0191759cee5d2691fdf5f2709fe1ada51c315aa96a60e1424_amd64"
},
"product_reference": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:cbd6a9ed3d1e5cd0191759cee5d2691fdf5f2709fe1ada51c315aa96a60e1424_amd64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-rhel9@sha256:600311c4534740902cad155f8c6c1b6b4356825b069f12dba74395689198a24d_s390x as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:600311c4534740902cad155f8c6c1b6b4356825b069f12dba74395689198a24d_s390x"
},
"product_reference": "oadp/oadp-velero-rhel9@sha256:600311c4534740902cad155f8c6c1b6b4356825b069f12dba74395689198a24d_s390x",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-rhel9@sha256:9d7919281656ffd488a86005b73e98e37053881649c98d3799b2332b55028cac_amd64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:9d7919281656ffd488a86005b73e98e37053881649c98d3799b2332b55028cac_amd64"
},
"product_reference": "oadp/oadp-velero-rhel9@sha256:9d7919281656ffd488a86005b73e98e37053881649c98d3799b2332b55028cac_amd64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-rhel9@sha256:abc81ae9e884c9f99d2e7449cb444675acde8fe8aca864c8524c39ed59c9054c_arm64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:abc81ae9e884c9f99d2e7449cb444675acde8fe8aca864c8524c39ed59c9054c_arm64"
},
"product_reference": "oadp/oadp-velero-rhel9@sha256:abc81ae9e884c9f99d2e7449cb444675acde8fe8aca864c8524c39ed59c9054c_arm64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-rhel9@sha256:dea65481837281d18d094205ba387de33b021309f721539a0efccf4f396fc5cf_ppc64le as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:dea65481837281d18d094205ba387de33b021309f721539a0efccf4f396fc5cf_ppc64le"
},
"product_reference": "oadp/oadp-velero-rhel9@sha256:dea65481837281d18d094205ba387de33b021309f721539a0efccf4f396fc5cf_ppc64le",
"relates_to_product_reference": "9Base-OADP-1.3"
}
]
},
"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": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:0bfabd1fcecfae735c416448e8a9dc8157167d52c9cce22e761bb74aaa416623_ppc64le",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:7529c769d2623c15ad5e32f33beab05a4e77f17da291970b439854b775136b64_amd64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:b68efcaa3a07d5805c70bbc1eb9f4174bb7917dabeaebddd2209d625dadb4794_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:e9524e454c8698f49fe4d1bbe6f4aa5c9b68f0b04a912cd6e99125256712ba68_s390x",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:cc431d7fb365705dcecd67207ba27caed9c1012f384636d58d19e3e2ba3308fc_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:d427ec72eec6dc76d68df469b003a0017e975247a183629f699e1bc0dd3b1837_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:f09ed623ea3706ae57d99f95a9525d28123cd509fe71f66ba5c1d01a70252cb9_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:f0ac38b1ccb331ca40b8e5eef98fa3525bcd8e8589e6cbb48ee05bd6da3b4c87_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:275a38d0dde8d7e8198d6af284f88e82da92f7160c061453f5d9c43c24b8d9a6_amd64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:6c08b61453ea32053cff09000e121cc82d3724aa32eed6e225531d77b073adae_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:aeb62050d36284627ad3d9b34f61bf90df5fc29464c72456c14e8446546b42fb_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:e8661e90c8358ef0176a71b8538bbe27902de63a607c37ce42a84f5025a800d1_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:5ea3c67336db1099c6a7949aeb7ee267e8c47bced9e1e298eac31cadf90eeaf3_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:bb450dc76d62307bce4ae29857cc41b24d03661e2b425e05b0dc2d22a77392cb_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c58a76c073beb4d9a5fe875aa70ae0e35cf067d168af8537d7d82774e08edad6_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:dcc19c605fe06e26a57c30d994e38d71caf0f5fffd7d38836361410cade09f9f_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:451247c3f4ce3f087b7040f41d990f1f2096651dfe37f6ecdf7486b5768b614c_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9a6c63e535890108d3380e0a828e8c7f6b5fc00366fab41598ed2ac2f095abd1_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9ba1eebc2eccfcd920fe9a609f40c9b0bf63f7205aa91e4b72d69b18638582bb_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e9283d12d5e6018e3bf3aa990b23591cc49367ab08f9ee6349610972ffa358d6_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:52faffab91250e8a8f84a94e6e118ba853b9054faaa2bb464ae2a6d3cd1ccfda_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:8f77ccd24b3ded8ebc6dcd7b8e1a9f97d425291f20f7a3e7be60b49e3fea569e_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:9a6130569de756dae1906fda639bf468ff1df0e1eb6f3590d0b5205fa3e55c69_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:dc96720cf67b85a48ebe47862bfa5c1c70cfd2f8781f9c263b28baa45e1bc23e_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:33b3fb333a87ce54377f1094b20de9e78e4af6f736cface819c041738041c5eb_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:70a68511deb88ad8d9db47271563df649f6eb7e83781cd420d9cd7974473252d_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:72e187f797152bfdb4a7c5576241c259fc3b05be8456a1ce92b912934e6d8fa3_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:af01a21cf914a2ccf1d6451ad9073874f2770cd6816b29f03602970b1950e3cf_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:218c8cb47f603c5cda8d6157b8eacc4cbf1887563a63b0f86831ee0a34f62088_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:43a5a9ae09d12d6af57980b67556c35215f22c43447839d4a8f69e5dfc3f0aa9_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:50fc4963f4bc52e36916d79b610cfc069c7e13ad514fe8cf6c350590d2f63d30_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:f7466b7ef7b63e9fedac1076526a27e56604e0058057fc35c67afab8bddeba3e_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4373cac9215f299afe9d83e2590a6ee60a2c73760c922e7556bdc4af6b118312_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4a6918af0578a22e0abdd43cd10af981361b63e8cfc6f4e99559024de4ae69f4_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:89a5029851a153e5fc6d0427bea5584b845cc57c942d083bfbc681dd3b3fa359_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:cbd6a9ed3d1e5cd0191759cee5d2691fdf5f2709fe1ada51c315aa96a60e1424_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:600311c4534740902cad155f8c6c1b6b4356825b069f12dba74395689198a24d_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:9d7919281656ffd488a86005b73e98e37053881649c98d3799b2332b55028cac_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:abc81ae9e884c9f99d2e7449cb444675acde8fe8aca864c8524c39ed59c9054c_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:dea65481837281d18d094205ba387de33b021309f721539a0efccf4f396fc5cf_ppc64le"
]
}
],
"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": [
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:32c9740721783d532a9a0213593de666ff35dabd021b0f6645b16d5c5f340e07_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:5a882e8435cd567d83ee79d331be7a11f8da78c5597381837f6d22d0a419a5bb_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:97c6ea39330004c24cbf1fd27a61eb0e562b9cc4c49d61b699e16f85cfe42f4e_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:9ef09f818c9e7ec15ce68059ab9110467c736a6ad0cf2a4f8c83537eb23d0e5c_arm64"
],
"known_not_affected": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:0bfabd1fcecfae735c416448e8a9dc8157167d52c9cce22e761bb74aaa416623_ppc64le",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:7529c769d2623c15ad5e32f33beab05a4e77f17da291970b439854b775136b64_amd64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:b68efcaa3a07d5805c70bbc1eb9f4174bb7917dabeaebddd2209d625dadb4794_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:e9524e454c8698f49fe4d1bbe6f4aa5c9b68f0b04a912cd6e99125256712ba68_s390x",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:cc431d7fb365705dcecd67207ba27caed9c1012f384636d58d19e3e2ba3308fc_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:d427ec72eec6dc76d68df469b003a0017e975247a183629f699e1bc0dd3b1837_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:f09ed623ea3706ae57d99f95a9525d28123cd509fe71f66ba5c1d01a70252cb9_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:f0ac38b1ccb331ca40b8e5eef98fa3525bcd8e8589e6cbb48ee05bd6da3b4c87_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:275a38d0dde8d7e8198d6af284f88e82da92f7160c061453f5d9c43c24b8d9a6_amd64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:6c08b61453ea32053cff09000e121cc82d3724aa32eed6e225531d77b073adae_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:aeb62050d36284627ad3d9b34f61bf90df5fc29464c72456c14e8446546b42fb_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:e8661e90c8358ef0176a71b8538bbe27902de63a607c37ce42a84f5025a800d1_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:5ea3c67336db1099c6a7949aeb7ee267e8c47bced9e1e298eac31cadf90eeaf3_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:bb450dc76d62307bce4ae29857cc41b24d03661e2b425e05b0dc2d22a77392cb_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c58a76c073beb4d9a5fe875aa70ae0e35cf067d168af8537d7d82774e08edad6_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:dcc19c605fe06e26a57c30d994e38d71caf0f5fffd7d38836361410cade09f9f_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:451247c3f4ce3f087b7040f41d990f1f2096651dfe37f6ecdf7486b5768b614c_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9a6c63e535890108d3380e0a828e8c7f6b5fc00366fab41598ed2ac2f095abd1_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9ba1eebc2eccfcd920fe9a609f40c9b0bf63f7205aa91e4b72d69b18638582bb_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e9283d12d5e6018e3bf3aa990b23591cc49367ab08f9ee6349610972ffa358d6_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:52faffab91250e8a8f84a94e6e118ba853b9054faaa2bb464ae2a6d3cd1ccfda_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:8f77ccd24b3ded8ebc6dcd7b8e1a9f97d425291f20f7a3e7be60b49e3fea569e_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:9a6130569de756dae1906fda639bf468ff1df0e1eb6f3590d0b5205fa3e55c69_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:dc96720cf67b85a48ebe47862bfa5c1c70cfd2f8781f9c263b28baa45e1bc23e_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:33b3fb333a87ce54377f1094b20de9e78e4af6f736cface819c041738041c5eb_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:70a68511deb88ad8d9db47271563df649f6eb7e83781cd420d9cd7974473252d_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:72e187f797152bfdb4a7c5576241c259fc3b05be8456a1ce92b912934e6d8fa3_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:af01a21cf914a2ccf1d6451ad9073874f2770cd6816b29f03602970b1950e3cf_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:218c8cb47f603c5cda8d6157b8eacc4cbf1887563a63b0f86831ee0a34f62088_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:43a5a9ae09d12d6af57980b67556c35215f22c43447839d4a8f69e5dfc3f0aa9_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:50fc4963f4bc52e36916d79b610cfc069c7e13ad514fe8cf6c350590d2f63d30_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:f7466b7ef7b63e9fedac1076526a27e56604e0058057fc35c67afab8bddeba3e_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4373cac9215f299afe9d83e2590a6ee60a2c73760c922e7556bdc4af6b118312_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4a6918af0578a22e0abdd43cd10af981361b63e8cfc6f4e99559024de4ae69f4_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:89a5029851a153e5fc6d0427bea5584b845cc57c942d083bfbc681dd3b3fa359_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:cbd6a9ed3d1e5cd0191759cee5d2691fdf5f2709fe1ada51c315aa96a60e1424_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:600311c4534740902cad155f8c6c1b6b4356825b069f12dba74395689198a24d_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:9d7919281656ffd488a86005b73e98e37053881649c98d3799b2332b55028cac_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:abc81ae9e884c9f99d2e7449cb444675acde8fe8aca864c8524c39ed59c9054c_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:dea65481837281d18d094205ba387de33b021309f721539a0efccf4f396fc5cf_ppc64le"
]
},
"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-01T19:10:58+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:32c9740721783d532a9a0213593de666ff35dabd021b0f6645b16d5c5f340e07_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:5a882e8435cd567d83ee79d331be7a11f8da78c5597381837f6d22d0a419a5bb_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:97c6ea39330004c24cbf1fd27a61eb0e562b9cc4c49d61b699e16f85cfe42f4e_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:9ef09f818c9e7ec15ce68059ab9110467c736a6ad0cf2a4f8c83537eb23d0e5c_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:4982"
},
{
"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": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:0bfabd1fcecfae735c416448e8a9dc8157167d52c9cce22e761bb74aaa416623_ppc64le",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:7529c769d2623c15ad5e32f33beab05a4e77f17da291970b439854b775136b64_amd64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:b68efcaa3a07d5805c70bbc1eb9f4174bb7917dabeaebddd2209d625dadb4794_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:e9524e454c8698f49fe4d1bbe6f4aa5c9b68f0b04a912cd6e99125256712ba68_s390x",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:cc431d7fb365705dcecd67207ba27caed9c1012f384636d58d19e3e2ba3308fc_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:d427ec72eec6dc76d68df469b003a0017e975247a183629f699e1bc0dd3b1837_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:f09ed623ea3706ae57d99f95a9525d28123cd509fe71f66ba5c1d01a70252cb9_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:f0ac38b1ccb331ca40b8e5eef98fa3525bcd8e8589e6cbb48ee05bd6da3b4c87_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:275a38d0dde8d7e8198d6af284f88e82da92f7160c061453f5d9c43c24b8d9a6_amd64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:6c08b61453ea32053cff09000e121cc82d3724aa32eed6e225531d77b073adae_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:aeb62050d36284627ad3d9b34f61bf90df5fc29464c72456c14e8446546b42fb_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:e8661e90c8358ef0176a71b8538bbe27902de63a607c37ce42a84f5025a800d1_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:32c9740721783d532a9a0213593de666ff35dabd021b0f6645b16d5c5f340e07_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:5a882e8435cd567d83ee79d331be7a11f8da78c5597381837f6d22d0a419a5bb_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:97c6ea39330004c24cbf1fd27a61eb0e562b9cc4c49d61b699e16f85cfe42f4e_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:9ef09f818c9e7ec15ce68059ab9110467c736a6ad0cf2a4f8c83537eb23d0e5c_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:5ea3c67336db1099c6a7949aeb7ee267e8c47bced9e1e298eac31cadf90eeaf3_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:bb450dc76d62307bce4ae29857cc41b24d03661e2b425e05b0dc2d22a77392cb_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c58a76c073beb4d9a5fe875aa70ae0e35cf067d168af8537d7d82774e08edad6_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:dcc19c605fe06e26a57c30d994e38d71caf0f5fffd7d38836361410cade09f9f_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:451247c3f4ce3f087b7040f41d990f1f2096651dfe37f6ecdf7486b5768b614c_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9a6c63e535890108d3380e0a828e8c7f6b5fc00366fab41598ed2ac2f095abd1_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9ba1eebc2eccfcd920fe9a609f40c9b0bf63f7205aa91e4b72d69b18638582bb_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e9283d12d5e6018e3bf3aa990b23591cc49367ab08f9ee6349610972ffa358d6_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:52faffab91250e8a8f84a94e6e118ba853b9054faaa2bb464ae2a6d3cd1ccfda_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:8f77ccd24b3ded8ebc6dcd7b8e1a9f97d425291f20f7a3e7be60b49e3fea569e_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:9a6130569de756dae1906fda639bf468ff1df0e1eb6f3590d0b5205fa3e55c69_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:dc96720cf67b85a48ebe47862bfa5c1c70cfd2f8781f9c263b28baa45e1bc23e_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:33b3fb333a87ce54377f1094b20de9e78e4af6f736cface819c041738041c5eb_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:70a68511deb88ad8d9db47271563df649f6eb7e83781cd420d9cd7974473252d_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:72e187f797152bfdb4a7c5576241c259fc3b05be8456a1ce92b912934e6d8fa3_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:af01a21cf914a2ccf1d6451ad9073874f2770cd6816b29f03602970b1950e3cf_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:218c8cb47f603c5cda8d6157b8eacc4cbf1887563a63b0f86831ee0a34f62088_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:43a5a9ae09d12d6af57980b67556c35215f22c43447839d4a8f69e5dfc3f0aa9_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:50fc4963f4bc52e36916d79b610cfc069c7e13ad514fe8cf6c350590d2f63d30_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:f7466b7ef7b63e9fedac1076526a27e56604e0058057fc35c67afab8bddeba3e_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4373cac9215f299afe9d83e2590a6ee60a2c73760c922e7556bdc4af6b118312_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4a6918af0578a22e0abdd43cd10af981361b63e8cfc6f4e99559024de4ae69f4_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:89a5029851a153e5fc6d0427bea5584b845cc57c942d083bfbc681dd3b3fa359_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:cbd6a9ed3d1e5cd0191759cee5d2691fdf5f2709fe1ada51c315aa96a60e1424_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:600311c4534740902cad155f8c6c1b6b4356825b069f12dba74395689198a24d_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:9d7919281656ffd488a86005b73e98e37053881649c98d3799b2332b55028cac_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:abc81ae9e884c9f99d2e7449cb444675acde8fe8aca864c8524c39ed59c9054c_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:dea65481837281d18d094205ba387de33b021309f721539a0efccf4f396fc5cf_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-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:0bfabd1fcecfae735c416448e8a9dc8157167d52c9cce22e761bb74aaa416623_ppc64le",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:7529c769d2623c15ad5e32f33beab05a4e77f17da291970b439854b775136b64_amd64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:b68efcaa3a07d5805c70bbc1eb9f4174bb7917dabeaebddd2209d625dadb4794_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:e9524e454c8698f49fe4d1bbe6f4aa5c9b68f0b04a912cd6e99125256712ba68_s390x",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:cc431d7fb365705dcecd67207ba27caed9c1012f384636d58d19e3e2ba3308fc_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:d427ec72eec6dc76d68df469b003a0017e975247a183629f699e1bc0dd3b1837_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:f09ed623ea3706ae57d99f95a9525d28123cd509fe71f66ba5c1d01a70252cb9_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:f0ac38b1ccb331ca40b8e5eef98fa3525bcd8e8589e6cbb48ee05bd6da3b4c87_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:275a38d0dde8d7e8198d6af284f88e82da92f7160c061453f5d9c43c24b8d9a6_amd64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:6c08b61453ea32053cff09000e121cc82d3724aa32eed6e225531d77b073adae_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:aeb62050d36284627ad3d9b34f61bf90df5fc29464c72456c14e8446546b42fb_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:e8661e90c8358ef0176a71b8538bbe27902de63a607c37ce42a84f5025a800d1_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:32c9740721783d532a9a0213593de666ff35dabd021b0f6645b16d5c5f340e07_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:5a882e8435cd567d83ee79d331be7a11f8da78c5597381837f6d22d0a419a5bb_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:97c6ea39330004c24cbf1fd27a61eb0e562b9cc4c49d61b699e16f85cfe42f4e_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:9ef09f818c9e7ec15ce68059ab9110467c736a6ad0cf2a4f8c83537eb23d0e5c_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:5ea3c67336db1099c6a7949aeb7ee267e8c47bced9e1e298eac31cadf90eeaf3_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:bb450dc76d62307bce4ae29857cc41b24d03661e2b425e05b0dc2d22a77392cb_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c58a76c073beb4d9a5fe875aa70ae0e35cf067d168af8537d7d82774e08edad6_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:dcc19c605fe06e26a57c30d994e38d71caf0f5fffd7d38836361410cade09f9f_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:451247c3f4ce3f087b7040f41d990f1f2096651dfe37f6ecdf7486b5768b614c_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9a6c63e535890108d3380e0a828e8c7f6b5fc00366fab41598ed2ac2f095abd1_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9ba1eebc2eccfcd920fe9a609f40c9b0bf63f7205aa91e4b72d69b18638582bb_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e9283d12d5e6018e3bf3aa990b23591cc49367ab08f9ee6349610972ffa358d6_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:52faffab91250e8a8f84a94e6e118ba853b9054faaa2bb464ae2a6d3cd1ccfda_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:8f77ccd24b3ded8ebc6dcd7b8e1a9f97d425291f20f7a3e7be60b49e3fea569e_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:9a6130569de756dae1906fda639bf468ff1df0e1eb6f3590d0b5205fa3e55c69_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:dc96720cf67b85a48ebe47862bfa5c1c70cfd2f8781f9c263b28baa45e1bc23e_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:33b3fb333a87ce54377f1094b20de9e78e4af6f736cface819c041738041c5eb_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:70a68511deb88ad8d9db47271563df649f6eb7e83781cd420d9cd7974473252d_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:72e187f797152bfdb4a7c5576241c259fc3b05be8456a1ce92b912934e6d8fa3_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:af01a21cf914a2ccf1d6451ad9073874f2770cd6816b29f03602970b1950e3cf_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:218c8cb47f603c5cda8d6157b8eacc4cbf1887563a63b0f86831ee0a34f62088_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:43a5a9ae09d12d6af57980b67556c35215f22c43447839d4a8f69e5dfc3f0aa9_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:50fc4963f4bc52e36916d79b610cfc069c7e13ad514fe8cf6c350590d2f63d30_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:f7466b7ef7b63e9fedac1076526a27e56604e0058057fc35c67afab8bddeba3e_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4373cac9215f299afe9d83e2590a6ee60a2c73760c922e7556bdc4af6b118312_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4a6918af0578a22e0abdd43cd10af981361b63e8cfc6f4e99559024de4ae69f4_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:89a5029851a153e5fc6d0427bea5584b845cc57c942d083bfbc681dd3b3fa359_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:cbd6a9ed3d1e5cd0191759cee5d2691fdf5f2709fe1ada51c315aa96a60e1424_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:600311c4534740902cad155f8c6c1b6b4356825b069f12dba74395689198a24d_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:9d7919281656ffd488a86005b73e98e37053881649c98d3799b2332b55028cac_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:abc81ae9e884c9f99d2e7449cb444675acde8fe8aca864c8524c39ed59c9054c_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:dea65481837281d18d094205ba387de33b021309f721539a0efccf4f396fc5cf_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS"
},
{
"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": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:0bfabd1fcecfae735c416448e8a9dc8157167d52c9cce22e761bb74aaa416623_ppc64le",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:7529c769d2623c15ad5e32f33beab05a4e77f17da291970b439854b775136b64_amd64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:b68efcaa3a07d5805c70bbc1eb9f4174bb7917dabeaebddd2209d625dadb4794_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:e9524e454c8698f49fe4d1bbe6f4aa5c9b68f0b04a912cd6e99125256712ba68_s390x",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:cc431d7fb365705dcecd67207ba27caed9c1012f384636d58d19e3e2ba3308fc_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:d427ec72eec6dc76d68df469b003a0017e975247a183629f699e1bc0dd3b1837_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:f09ed623ea3706ae57d99f95a9525d28123cd509fe71f66ba5c1d01a70252cb9_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:f0ac38b1ccb331ca40b8e5eef98fa3525bcd8e8589e6cbb48ee05bd6da3b4c87_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:275a38d0dde8d7e8198d6af284f88e82da92f7160c061453f5d9c43c24b8d9a6_amd64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:6c08b61453ea32053cff09000e121cc82d3724aa32eed6e225531d77b073adae_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:aeb62050d36284627ad3d9b34f61bf90df5fc29464c72456c14e8446546b42fb_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:e8661e90c8358ef0176a71b8538bbe27902de63a607c37ce42a84f5025a800d1_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:32c9740721783d532a9a0213593de666ff35dabd021b0f6645b16d5c5f340e07_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:5a882e8435cd567d83ee79d331be7a11f8da78c5597381837f6d22d0a419a5bb_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:97c6ea39330004c24cbf1fd27a61eb0e562b9cc4c49d61b699e16f85cfe42f4e_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:9ef09f818c9e7ec15ce68059ab9110467c736a6ad0cf2a4f8c83537eb23d0e5c_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:5ea3c67336db1099c6a7949aeb7ee267e8c47bced9e1e298eac31cadf90eeaf3_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:bb450dc76d62307bce4ae29857cc41b24d03661e2b425e05b0dc2d22a77392cb_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c58a76c073beb4d9a5fe875aa70ae0e35cf067d168af8537d7d82774e08edad6_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:dcc19c605fe06e26a57c30d994e38d71caf0f5fffd7d38836361410cade09f9f_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:451247c3f4ce3f087b7040f41d990f1f2096651dfe37f6ecdf7486b5768b614c_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9a6c63e535890108d3380e0a828e8c7f6b5fc00366fab41598ed2ac2f095abd1_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9ba1eebc2eccfcd920fe9a609f40c9b0bf63f7205aa91e4b72d69b18638582bb_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e9283d12d5e6018e3bf3aa990b23591cc49367ab08f9ee6349610972ffa358d6_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:52faffab91250e8a8f84a94e6e118ba853b9054faaa2bb464ae2a6d3cd1ccfda_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:8f77ccd24b3ded8ebc6dcd7b8e1a9f97d425291f20f7a3e7be60b49e3fea569e_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:9a6130569de756dae1906fda639bf468ff1df0e1eb6f3590d0b5205fa3e55c69_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:dc96720cf67b85a48ebe47862bfa5c1c70cfd2f8781f9c263b28baa45e1bc23e_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:33b3fb333a87ce54377f1094b20de9e78e4af6f736cface819c041738041c5eb_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:70a68511deb88ad8d9db47271563df649f6eb7e83781cd420d9cd7974473252d_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:72e187f797152bfdb4a7c5576241c259fc3b05be8456a1ce92b912934e6d8fa3_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:af01a21cf914a2ccf1d6451ad9073874f2770cd6816b29f03602970b1950e3cf_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:218c8cb47f603c5cda8d6157b8eacc4cbf1887563a63b0f86831ee0a34f62088_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:43a5a9ae09d12d6af57980b67556c35215f22c43447839d4a8f69e5dfc3f0aa9_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:50fc4963f4bc52e36916d79b610cfc069c7e13ad514fe8cf6c350590d2f63d30_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:f7466b7ef7b63e9fedac1076526a27e56604e0058057fc35c67afab8bddeba3e_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4373cac9215f299afe9d83e2590a6ee60a2c73760c922e7556bdc4af6b118312_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4a6918af0578a22e0abdd43cd10af981361b63e8cfc6f4e99559024de4ae69f4_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:89a5029851a153e5fc6d0427bea5584b845cc57c942d083bfbc681dd3b3fa359_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:cbd6a9ed3d1e5cd0191759cee5d2691fdf5f2709fe1ada51c315aa96a60e1424_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": [
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:600311c4534740902cad155f8c6c1b6b4356825b069f12dba74395689198a24d_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:9d7919281656ffd488a86005b73e98e37053881649c98d3799b2332b55028cac_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:abc81ae9e884c9f99d2e7449cb444675acde8fe8aca864c8524c39ed59c9054c_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:dea65481837281d18d094205ba387de33b021309f721539a0efccf4f396fc5cf_ppc64le"
],
"known_not_affected": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:0bfabd1fcecfae735c416448e8a9dc8157167d52c9cce22e761bb74aaa416623_ppc64le",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:7529c769d2623c15ad5e32f33beab05a4e77f17da291970b439854b775136b64_amd64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:b68efcaa3a07d5805c70bbc1eb9f4174bb7917dabeaebddd2209d625dadb4794_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:e9524e454c8698f49fe4d1bbe6f4aa5c9b68f0b04a912cd6e99125256712ba68_s390x",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:cc431d7fb365705dcecd67207ba27caed9c1012f384636d58d19e3e2ba3308fc_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:d427ec72eec6dc76d68df469b003a0017e975247a183629f699e1bc0dd3b1837_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:f09ed623ea3706ae57d99f95a9525d28123cd509fe71f66ba5c1d01a70252cb9_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:f0ac38b1ccb331ca40b8e5eef98fa3525bcd8e8589e6cbb48ee05bd6da3b4c87_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:275a38d0dde8d7e8198d6af284f88e82da92f7160c061453f5d9c43c24b8d9a6_amd64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:6c08b61453ea32053cff09000e121cc82d3724aa32eed6e225531d77b073adae_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:aeb62050d36284627ad3d9b34f61bf90df5fc29464c72456c14e8446546b42fb_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:e8661e90c8358ef0176a71b8538bbe27902de63a607c37ce42a84f5025a800d1_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:32c9740721783d532a9a0213593de666ff35dabd021b0f6645b16d5c5f340e07_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:5a882e8435cd567d83ee79d331be7a11f8da78c5597381837f6d22d0a419a5bb_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:97c6ea39330004c24cbf1fd27a61eb0e562b9cc4c49d61b699e16f85cfe42f4e_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:9ef09f818c9e7ec15ce68059ab9110467c736a6ad0cf2a4f8c83537eb23d0e5c_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:5ea3c67336db1099c6a7949aeb7ee267e8c47bced9e1e298eac31cadf90eeaf3_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:bb450dc76d62307bce4ae29857cc41b24d03661e2b425e05b0dc2d22a77392cb_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c58a76c073beb4d9a5fe875aa70ae0e35cf067d168af8537d7d82774e08edad6_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:dcc19c605fe06e26a57c30d994e38d71caf0f5fffd7d38836361410cade09f9f_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:451247c3f4ce3f087b7040f41d990f1f2096651dfe37f6ecdf7486b5768b614c_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9a6c63e535890108d3380e0a828e8c7f6b5fc00366fab41598ed2ac2f095abd1_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9ba1eebc2eccfcd920fe9a609f40c9b0bf63f7205aa91e4b72d69b18638582bb_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e9283d12d5e6018e3bf3aa990b23591cc49367ab08f9ee6349610972ffa358d6_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:52faffab91250e8a8f84a94e6e118ba853b9054faaa2bb464ae2a6d3cd1ccfda_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:8f77ccd24b3ded8ebc6dcd7b8e1a9f97d425291f20f7a3e7be60b49e3fea569e_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:9a6130569de756dae1906fda639bf468ff1df0e1eb6f3590d0b5205fa3e55c69_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:dc96720cf67b85a48ebe47862bfa5c1c70cfd2f8781f9c263b28baa45e1bc23e_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:33b3fb333a87ce54377f1094b20de9e78e4af6f736cface819c041738041c5eb_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:70a68511deb88ad8d9db47271563df649f6eb7e83781cd420d9cd7974473252d_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:72e187f797152bfdb4a7c5576241c259fc3b05be8456a1ce92b912934e6d8fa3_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:af01a21cf914a2ccf1d6451ad9073874f2770cd6816b29f03602970b1950e3cf_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:218c8cb47f603c5cda8d6157b8eacc4cbf1887563a63b0f86831ee0a34f62088_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:43a5a9ae09d12d6af57980b67556c35215f22c43447839d4a8f69e5dfc3f0aa9_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:50fc4963f4bc52e36916d79b610cfc069c7e13ad514fe8cf6c350590d2f63d30_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:f7466b7ef7b63e9fedac1076526a27e56604e0058057fc35c67afab8bddeba3e_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4373cac9215f299afe9d83e2590a6ee60a2c73760c922e7556bdc4af6b118312_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4a6918af0578a22e0abdd43cd10af981361b63e8cfc6f4e99559024de4ae69f4_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:89a5029851a153e5fc6d0427bea5584b845cc57c942d083bfbc681dd3b3fa359_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:cbd6a9ed3d1e5cd0191759cee5d2691fdf5f2709fe1ada51c315aa96a60e1424_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-01T19:10:58+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:600311c4534740902cad155f8c6c1b6b4356825b069f12dba74395689198a24d_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:9d7919281656ffd488a86005b73e98e37053881649c98d3799b2332b55028cac_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:abc81ae9e884c9f99d2e7449cb444675acde8fe8aca864c8524c39ed59c9054c_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:dea65481837281d18d094205ba387de33b021309f721539a0efccf4f396fc5cf_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:4982"
},
{
"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-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:0bfabd1fcecfae735c416448e8a9dc8157167d52c9cce22e761bb74aaa416623_ppc64le",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:7529c769d2623c15ad5e32f33beab05a4e77f17da291970b439854b775136b64_amd64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:b68efcaa3a07d5805c70bbc1eb9f4174bb7917dabeaebddd2209d625dadb4794_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:e9524e454c8698f49fe4d1bbe6f4aa5c9b68f0b04a912cd6e99125256712ba68_s390x",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:cc431d7fb365705dcecd67207ba27caed9c1012f384636d58d19e3e2ba3308fc_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:d427ec72eec6dc76d68df469b003a0017e975247a183629f699e1bc0dd3b1837_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:f09ed623ea3706ae57d99f95a9525d28123cd509fe71f66ba5c1d01a70252cb9_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:f0ac38b1ccb331ca40b8e5eef98fa3525bcd8e8589e6cbb48ee05bd6da3b4c87_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:275a38d0dde8d7e8198d6af284f88e82da92f7160c061453f5d9c43c24b8d9a6_amd64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:6c08b61453ea32053cff09000e121cc82d3724aa32eed6e225531d77b073adae_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:aeb62050d36284627ad3d9b34f61bf90df5fc29464c72456c14e8446546b42fb_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:e8661e90c8358ef0176a71b8538bbe27902de63a607c37ce42a84f5025a800d1_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:32c9740721783d532a9a0213593de666ff35dabd021b0f6645b16d5c5f340e07_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:5a882e8435cd567d83ee79d331be7a11f8da78c5597381837f6d22d0a419a5bb_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:97c6ea39330004c24cbf1fd27a61eb0e562b9cc4c49d61b699e16f85cfe42f4e_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:9ef09f818c9e7ec15ce68059ab9110467c736a6ad0cf2a4f8c83537eb23d0e5c_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:5ea3c67336db1099c6a7949aeb7ee267e8c47bced9e1e298eac31cadf90eeaf3_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:bb450dc76d62307bce4ae29857cc41b24d03661e2b425e05b0dc2d22a77392cb_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c58a76c073beb4d9a5fe875aa70ae0e35cf067d168af8537d7d82774e08edad6_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:dcc19c605fe06e26a57c30d994e38d71caf0f5fffd7d38836361410cade09f9f_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:451247c3f4ce3f087b7040f41d990f1f2096651dfe37f6ecdf7486b5768b614c_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9a6c63e535890108d3380e0a828e8c7f6b5fc00366fab41598ed2ac2f095abd1_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9ba1eebc2eccfcd920fe9a609f40c9b0bf63f7205aa91e4b72d69b18638582bb_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e9283d12d5e6018e3bf3aa990b23591cc49367ab08f9ee6349610972ffa358d6_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:52faffab91250e8a8f84a94e6e118ba853b9054faaa2bb464ae2a6d3cd1ccfda_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:8f77ccd24b3ded8ebc6dcd7b8e1a9f97d425291f20f7a3e7be60b49e3fea569e_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:9a6130569de756dae1906fda639bf468ff1df0e1eb6f3590d0b5205fa3e55c69_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:dc96720cf67b85a48ebe47862bfa5c1c70cfd2f8781f9c263b28baa45e1bc23e_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:33b3fb333a87ce54377f1094b20de9e78e4af6f736cface819c041738041c5eb_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:70a68511deb88ad8d9db47271563df649f6eb7e83781cd420d9cd7974473252d_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:72e187f797152bfdb4a7c5576241c259fc3b05be8456a1ce92b912934e6d8fa3_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:af01a21cf914a2ccf1d6451ad9073874f2770cd6816b29f03602970b1950e3cf_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:218c8cb47f603c5cda8d6157b8eacc4cbf1887563a63b0f86831ee0a34f62088_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:43a5a9ae09d12d6af57980b67556c35215f22c43447839d4a8f69e5dfc3f0aa9_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:50fc4963f4bc52e36916d79b610cfc069c7e13ad514fe8cf6c350590d2f63d30_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:f7466b7ef7b63e9fedac1076526a27e56604e0058057fc35c67afab8bddeba3e_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4373cac9215f299afe9d83e2590a6ee60a2c73760c922e7556bdc4af6b118312_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4a6918af0578a22e0abdd43cd10af981361b63e8cfc6f4e99559024de4ae69f4_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:89a5029851a153e5fc6d0427bea5584b845cc57c942d083bfbc681dd3b3fa359_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:cbd6a9ed3d1e5cd0191759cee5d2691fdf5f2709fe1ada51c315aa96a60e1424_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:600311c4534740902cad155f8c6c1b6b4356825b069f12dba74395689198a24d_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:9d7919281656ffd488a86005b73e98e37053881649c98d3799b2332b55028cac_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:abc81ae9e884c9f99d2e7449cb444675acde8fe8aca864c8524c39ed59c9054c_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:dea65481837281d18d094205ba387de33b021309f721539a0efccf4f396fc5cf_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-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:0bfabd1fcecfae735c416448e8a9dc8157167d52c9cce22e761bb74aaa416623_ppc64le",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:7529c769d2623c15ad5e32f33beab05a4e77f17da291970b439854b775136b64_amd64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:b68efcaa3a07d5805c70bbc1eb9f4174bb7917dabeaebddd2209d625dadb4794_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:e9524e454c8698f49fe4d1bbe6f4aa5c9b68f0b04a912cd6e99125256712ba68_s390x",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:cc431d7fb365705dcecd67207ba27caed9c1012f384636d58d19e3e2ba3308fc_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:d427ec72eec6dc76d68df469b003a0017e975247a183629f699e1bc0dd3b1837_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:f09ed623ea3706ae57d99f95a9525d28123cd509fe71f66ba5c1d01a70252cb9_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:f0ac38b1ccb331ca40b8e5eef98fa3525bcd8e8589e6cbb48ee05bd6da3b4c87_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:275a38d0dde8d7e8198d6af284f88e82da92f7160c061453f5d9c43c24b8d9a6_amd64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:6c08b61453ea32053cff09000e121cc82d3724aa32eed6e225531d77b073adae_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:aeb62050d36284627ad3d9b34f61bf90df5fc29464c72456c14e8446546b42fb_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:e8661e90c8358ef0176a71b8538bbe27902de63a607c37ce42a84f5025a800d1_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:32c9740721783d532a9a0213593de666ff35dabd021b0f6645b16d5c5f340e07_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:5a882e8435cd567d83ee79d331be7a11f8da78c5597381837f6d22d0a419a5bb_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:97c6ea39330004c24cbf1fd27a61eb0e562b9cc4c49d61b699e16f85cfe42f4e_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:9ef09f818c9e7ec15ce68059ab9110467c736a6ad0cf2a4f8c83537eb23d0e5c_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:5ea3c67336db1099c6a7949aeb7ee267e8c47bced9e1e298eac31cadf90eeaf3_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:bb450dc76d62307bce4ae29857cc41b24d03661e2b425e05b0dc2d22a77392cb_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c58a76c073beb4d9a5fe875aa70ae0e35cf067d168af8537d7d82774e08edad6_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:dcc19c605fe06e26a57c30d994e38d71caf0f5fffd7d38836361410cade09f9f_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:451247c3f4ce3f087b7040f41d990f1f2096651dfe37f6ecdf7486b5768b614c_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9a6c63e535890108d3380e0a828e8c7f6b5fc00366fab41598ed2ac2f095abd1_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9ba1eebc2eccfcd920fe9a609f40c9b0bf63f7205aa91e4b72d69b18638582bb_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e9283d12d5e6018e3bf3aa990b23591cc49367ab08f9ee6349610972ffa358d6_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:52faffab91250e8a8f84a94e6e118ba853b9054faaa2bb464ae2a6d3cd1ccfda_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:8f77ccd24b3ded8ebc6dcd7b8e1a9f97d425291f20f7a3e7be60b49e3fea569e_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:9a6130569de756dae1906fda639bf468ff1df0e1eb6f3590d0b5205fa3e55c69_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:dc96720cf67b85a48ebe47862bfa5c1c70cfd2f8781f9c263b28baa45e1bc23e_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:33b3fb333a87ce54377f1094b20de9e78e4af6f736cface819c041738041c5eb_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:70a68511deb88ad8d9db47271563df649f6eb7e83781cd420d9cd7974473252d_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:72e187f797152bfdb4a7c5576241c259fc3b05be8456a1ce92b912934e6d8fa3_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:af01a21cf914a2ccf1d6451ad9073874f2770cd6816b29f03602970b1950e3cf_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:218c8cb47f603c5cda8d6157b8eacc4cbf1887563a63b0f86831ee0a34f62088_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:43a5a9ae09d12d6af57980b67556c35215f22c43447839d4a8f69e5dfc3f0aa9_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:50fc4963f4bc52e36916d79b610cfc069c7e13ad514fe8cf6c350590d2f63d30_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:f7466b7ef7b63e9fedac1076526a27e56604e0058057fc35c67afab8bddeba3e_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4373cac9215f299afe9d83e2590a6ee60a2c73760c922e7556bdc4af6b118312_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4a6918af0578a22e0abdd43cd10af981361b63e8cfc6f4e99559024de4ae69f4_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:89a5029851a153e5fc6d0427bea5584b845cc57c942d083bfbc681dd3b3fa359_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:cbd6a9ed3d1e5cd0191759cee5d2691fdf5f2709fe1ada51c315aa96a60e1424_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:600311c4534740902cad155f8c6c1b6b4356825b069f12dba74395689198a24d_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:9d7919281656ffd488a86005b73e98e37053881649c98d3799b2332b55028cac_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:abc81ae9e884c9f99d2e7449cb444675acde8fe8aca864c8524c39ed59c9054c_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:dea65481837281d18d094205ba387de33b021309f721539a0efccf4f396fc5cf_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net: malformed DNS message can cause infinite loop"
},
{
"cve": "CVE-2024-24789",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2024-06-17T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:0bfabd1fcecfae735c416448e8a9dc8157167d52c9cce22e761bb74aaa416623_ppc64le",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:7529c769d2623c15ad5e32f33beab05a4e77f17da291970b439854b775136b64_amd64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:b68efcaa3a07d5805c70bbc1eb9f4174bb7917dabeaebddd2209d625dadb4794_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:e9524e454c8698f49fe4d1bbe6f4aa5c9b68f0b04a912cd6e99125256712ba68_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:275a38d0dde8d7e8198d6af284f88e82da92f7160c061453f5d9c43c24b8d9a6_amd64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:6c08b61453ea32053cff09000e121cc82d3724aa32eed6e225531d77b073adae_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:aeb62050d36284627ad3d9b34f61bf90df5fc29464c72456c14e8446546b42fb_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:e8661e90c8358ef0176a71b8538bbe27902de63a607c37ce42a84f5025a800d1_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:5ea3c67336db1099c6a7949aeb7ee267e8c47bced9e1e298eac31cadf90eeaf3_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:bb450dc76d62307bce4ae29857cc41b24d03661e2b425e05b0dc2d22a77392cb_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c58a76c073beb4d9a5fe875aa70ae0e35cf067d168af8537d7d82774e08edad6_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:dcc19c605fe06e26a57c30d994e38d71caf0f5fffd7d38836361410cade09f9f_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:451247c3f4ce3f087b7040f41d990f1f2096651dfe37f6ecdf7486b5768b614c_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9a6c63e535890108d3380e0a828e8c7f6b5fc00366fab41598ed2ac2f095abd1_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9ba1eebc2eccfcd920fe9a609f40c9b0bf63f7205aa91e4b72d69b18638582bb_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e9283d12d5e6018e3bf3aa990b23591cc49367ab08f9ee6349610972ffa358d6_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:52faffab91250e8a8f84a94e6e118ba853b9054faaa2bb464ae2a6d3cd1ccfda_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:8f77ccd24b3ded8ebc6dcd7b8e1a9f97d425291f20f7a3e7be60b49e3fea569e_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:9a6130569de756dae1906fda639bf468ff1df0e1eb6f3590d0b5205fa3e55c69_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:dc96720cf67b85a48ebe47862bfa5c1c70cfd2f8781f9c263b28baa45e1bc23e_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:33b3fb333a87ce54377f1094b20de9e78e4af6f736cface819c041738041c5eb_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:70a68511deb88ad8d9db47271563df649f6eb7e83781cd420d9cd7974473252d_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:72e187f797152bfdb4a7c5576241c259fc3b05be8456a1ce92b912934e6d8fa3_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:af01a21cf914a2ccf1d6451ad9073874f2770cd6816b29f03602970b1950e3cf_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:218c8cb47f603c5cda8d6157b8eacc4cbf1887563a63b0f86831ee0a34f62088_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:43a5a9ae09d12d6af57980b67556c35215f22c43447839d4a8f69e5dfc3f0aa9_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:50fc4963f4bc52e36916d79b610cfc069c7e13ad514fe8cf6c350590d2f63d30_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:f7466b7ef7b63e9fedac1076526a27e56604e0058057fc35c67afab8bddeba3e_ppc64le"
]
}
],
"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": [
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:cc431d7fb365705dcecd67207ba27caed9c1012f384636d58d19e3e2ba3308fc_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:d427ec72eec6dc76d68df469b003a0017e975247a183629f699e1bc0dd3b1837_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:f09ed623ea3706ae57d99f95a9525d28123cd509fe71f66ba5c1d01a70252cb9_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:f0ac38b1ccb331ca40b8e5eef98fa3525bcd8e8589e6cbb48ee05bd6da3b4c87_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:32c9740721783d532a9a0213593de666ff35dabd021b0f6645b16d5c5f340e07_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:5a882e8435cd567d83ee79d331be7a11f8da78c5597381837f6d22d0a419a5bb_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:97c6ea39330004c24cbf1fd27a61eb0e562b9cc4c49d61b699e16f85cfe42f4e_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:9ef09f818c9e7ec15ce68059ab9110467c736a6ad0cf2a4f8c83537eb23d0e5c_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4373cac9215f299afe9d83e2590a6ee60a2c73760c922e7556bdc4af6b118312_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4a6918af0578a22e0abdd43cd10af981361b63e8cfc6f4e99559024de4ae69f4_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:89a5029851a153e5fc6d0427bea5584b845cc57c942d083bfbc681dd3b3fa359_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:cbd6a9ed3d1e5cd0191759cee5d2691fdf5f2709fe1ada51c315aa96a60e1424_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:600311c4534740902cad155f8c6c1b6b4356825b069f12dba74395689198a24d_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:9d7919281656ffd488a86005b73e98e37053881649c98d3799b2332b55028cac_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:abc81ae9e884c9f99d2e7449cb444675acde8fe8aca864c8524c39ed59c9054c_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:dea65481837281d18d094205ba387de33b021309f721539a0efccf4f396fc5cf_ppc64le"
],
"known_not_affected": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:0bfabd1fcecfae735c416448e8a9dc8157167d52c9cce22e761bb74aaa416623_ppc64le",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:7529c769d2623c15ad5e32f33beab05a4e77f17da291970b439854b775136b64_amd64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:b68efcaa3a07d5805c70bbc1eb9f4174bb7917dabeaebddd2209d625dadb4794_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:e9524e454c8698f49fe4d1bbe6f4aa5c9b68f0b04a912cd6e99125256712ba68_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:275a38d0dde8d7e8198d6af284f88e82da92f7160c061453f5d9c43c24b8d9a6_amd64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:6c08b61453ea32053cff09000e121cc82d3724aa32eed6e225531d77b073adae_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:aeb62050d36284627ad3d9b34f61bf90df5fc29464c72456c14e8446546b42fb_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:e8661e90c8358ef0176a71b8538bbe27902de63a607c37ce42a84f5025a800d1_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:5ea3c67336db1099c6a7949aeb7ee267e8c47bced9e1e298eac31cadf90eeaf3_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:bb450dc76d62307bce4ae29857cc41b24d03661e2b425e05b0dc2d22a77392cb_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c58a76c073beb4d9a5fe875aa70ae0e35cf067d168af8537d7d82774e08edad6_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:dcc19c605fe06e26a57c30d994e38d71caf0f5fffd7d38836361410cade09f9f_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:451247c3f4ce3f087b7040f41d990f1f2096651dfe37f6ecdf7486b5768b614c_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9a6c63e535890108d3380e0a828e8c7f6b5fc00366fab41598ed2ac2f095abd1_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9ba1eebc2eccfcd920fe9a609f40c9b0bf63f7205aa91e4b72d69b18638582bb_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e9283d12d5e6018e3bf3aa990b23591cc49367ab08f9ee6349610972ffa358d6_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:52faffab91250e8a8f84a94e6e118ba853b9054faaa2bb464ae2a6d3cd1ccfda_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:8f77ccd24b3ded8ebc6dcd7b8e1a9f97d425291f20f7a3e7be60b49e3fea569e_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:9a6130569de756dae1906fda639bf468ff1df0e1eb6f3590d0b5205fa3e55c69_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:dc96720cf67b85a48ebe47862bfa5c1c70cfd2f8781f9c263b28baa45e1bc23e_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:33b3fb333a87ce54377f1094b20de9e78e4af6f736cface819c041738041c5eb_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:70a68511deb88ad8d9db47271563df649f6eb7e83781cd420d9cd7974473252d_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:72e187f797152bfdb4a7c5576241c259fc3b05be8456a1ce92b912934e6d8fa3_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:af01a21cf914a2ccf1d6451ad9073874f2770cd6816b29f03602970b1950e3cf_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:218c8cb47f603c5cda8d6157b8eacc4cbf1887563a63b0f86831ee0a34f62088_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:43a5a9ae09d12d6af57980b67556c35215f22c43447839d4a8f69e5dfc3f0aa9_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:50fc4963f4bc52e36916d79b610cfc069c7e13ad514fe8cf6c350590d2f63d30_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:f7466b7ef7b63e9fedac1076526a27e56604e0058057fc35c67afab8bddeba3e_ppc64le"
]
},
"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-01T19:10:58+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:cc431d7fb365705dcecd67207ba27caed9c1012f384636d58d19e3e2ba3308fc_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:d427ec72eec6dc76d68df469b003a0017e975247a183629f699e1bc0dd3b1837_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:f09ed623ea3706ae57d99f95a9525d28123cd509fe71f66ba5c1d01a70252cb9_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:f0ac38b1ccb331ca40b8e5eef98fa3525bcd8e8589e6cbb48ee05bd6da3b4c87_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:32c9740721783d532a9a0213593de666ff35dabd021b0f6645b16d5c5f340e07_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:5a882e8435cd567d83ee79d331be7a11f8da78c5597381837f6d22d0a419a5bb_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:97c6ea39330004c24cbf1fd27a61eb0e562b9cc4c49d61b699e16f85cfe42f4e_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:9ef09f818c9e7ec15ce68059ab9110467c736a6ad0cf2a4f8c83537eb23d0e5c_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4373cac9215f299afe9d83e2590a6ee60a2c73760c922e7556bdc4af6b118312_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4a6918af0578a22e0abdd43cd10af981361b63e8cfc6f4e99559024de4ae69f4_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:89a5029851a153e5fc6d0427bea5584b845cc57c942d083bfbc681dd3b3fa359_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:cbd6a9ed3d1e5cd0191759cee5d2691fdf5f2709fe1ada51c315aa96a60e1424_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:600311c4534740902cad155f8c6c1b6b4356825b069f12dba74395689198a24d_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:9d7919281656ffd488a86005b73e98e37053881649c98d3799b2332b55028cac_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:abc81ae9e884c9f99d2e7449cb444675acde8fe8aca864c8524c39ed59c9054c_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:dea65481837281d18d094205ba387de33b021309f721539a0efccf4f396fc5cf_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:4982"
}
],
"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": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:0bfabd1fcecfae735c416448e8a9dc8157167d52c9cce22e761bb74aaa416623_ppc64le",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:7529c769d2623c15ad5e32f33beab05a4e77f17da291970b439854b775136b64_amd64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:b68efcaa3a07d5805c70bbc1eb9f4174bb7917dabeaebddd2209d625dadb4794_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:e9524e454c8698f49fe4d1bbe6f4aa5c9b68f0b04a912cd6e99125256712ba68_s390x",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:cc431d7fb365705dcecd67207ba27caed9c1012f384636d58d19e3e2ba3308fc_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:d427ec72eec6dc76d68df469b003a0017e975247a183629f699e1bc0dd3b1837_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:f09ed623ea3706ae57d99f95a9525d28123cd509fe71f66ba5c1d01a70252cb9_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:f0ac38b1ccb331ca40b8e5eef98fa3525bcd8e8589e6cbb48ee05bd6da3b4c87_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:275a38d0dde8d7e8198d6af284f88e82da92f7160c061453f5d9c43c24b8d9a6_amd64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:6c08b61453ea32053cff09000e121cc82d3724aa32eed6e225531d77b073adae_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:aeb62050d36284627ad3d9b34f61bf90df5fc29464c72456c14e8446546b42fb_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:e8661e90c8358ef0176a71b8538bbe27902de63a607c37ce42a84f5025a800d1_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:32c9740721783d532a9a0213593de666ff35dabd021b0f6645b16d5c5f340e07_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:5a882e8435cd567d83ee79d331be7a11f8da78c5597381837f6d22d0a419a5bb_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:97c6ea39330004c24cbf1fd27a61eb0e562b9cc4c49d61b699e16f85cfe42f4e_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:9ef09f818c9e7ec15ce68059ab9110467c736a6ad0cf2a4f8c83537eb23d0e5c_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:5ea3c67336db1099c6a7949aeb7ee267e8c47bced9e1e298eac31cadf90eeaf3_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:bb450dc76d62307bce4ae29857cc41b24d03661e2b425e05b0dc2d22a77392cb_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c58a76c073beb4d9a5fe875aa70ae0e35cf067d168af8537d7d82774e08edad6_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:dcc19c605fe06e26a57c30d994e38d71caf0f5fffd7d38836361410cade09f9f_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:451247c3f4ce3f087b7040f41d990f1f2096651dfe37f6ecdf7486b5768b614c_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9a6c63e535890108d3380e0a828e8c7f6b5fc00366fab41598ed2ac2f095abd1_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9ba1eebc2eccfcd920fe9a609f40c9b0bf63f7205aa91e4b72d69b18638582bb_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e9283d12d5e6018e3bf3aa990b23591cc49367ab08f9ee6349610972ffa358d6_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:52faffab91250e8a8f84a94e6e118ba853b9054faaa2bb464ae2a6d3cd1ccfda_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:8f77ccd24b3ded8ebc6dcd7b8e1a9f97d425291f20f7a3e7be60b49e3fea569e_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:9a6130569de756dae1906fda639bf468ff1df0e1eb6f3590d0b5205fa3e55c69_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:dc96720cf67b85a48ebe47862bfa5c1c70cfd2f8781f9c263b28baa45e1bc23e_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:33b3fb333a87ce54377f1094b20de9e78e4af6f736cface819c041738041c5eb_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:70a68511deb88ad8d9db47271563df649f6eb7e83781cd420d9cd7974473252d_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:72e187f797152bfdb4a7c5576241c259fc3b05be8456a1ce92b912934e6d8fa3_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:af01a21cf914a2ccf1d6451ad9073874f2770cd6816b29f03602970b1950e3cf_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:218c8cb47f603c5cda8d6157b8eacc4cbf1887563a63b0f86831ee0a34f62088_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:43a5a9ae09d12d6af57980b67556c35215f22c43447839d4a8f69e5dfc3f0aa9_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:50fc4963f4bc52e36916d79b610cfc069c7e13ad514fe8cf6c350590d2f63d30_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:f7466b7ef7b63e9fedac1076526a27e56604e0058057fc35c67afab8bddeba3e_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4373cac9215f299afe9d83e2590a6ee60a2c73760c922e7556bdc4af6b118312_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4a6918af0578a22e0abdd43cd10af981361b63e8cfc6f4e99559024de4ae69f4_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:89a5029851a153e5fc6d0427bea5584b845cc57c942d083bfbc681dd3b3fa359_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:cbd6a9ed3d1e5cd0191759cee5d2691fdf5f2709fe1ada51c315aa96a60e1424_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:600311c4534740902cad155f8c6c1b6b4356825b069f12dba74395689198a24d_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:9d7919281656ffd488a86005b73e98e37053881649c98d3799b2332b55028cac_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:abc81ae9e884c9f99d2e7449cb444675acde8fe8aca864c8524c39ed59c9054c_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:dea65481837281d18d094205ba387de33b021309f721539a0efccf4f396fc5cf_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/zip: Incorrect handling of certain ZIP files"
},
{
"cve": "CVE-2024-24790",
"cwe": {
"id": "CWE-115",
"name": "Misinterpretation of Input"
},
"discovery_date": "2024-06-17T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:0bfabd1fcecfae735c416448e8a9dc8157167d52c9cce22e761bb74aaa416623_ppc64le",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:7529c769d2623c15ad5e32f33beab05a4e77f17da291970b439854b775136b64_amd64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:b68efcaa3a07d5805c70bbc1eb9f4174bb7917dabeaebddd2209d625dadb4794_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:e9524e454c8698f49fe4d1bbe6f4aa5c9b68f0b04a912cd6e99125256712ba68_s390x",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:cc431d7fb365705dcecd67207ba27caed9c1012f384636d58d19e3e2ba3308fc_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:d427ec72eec6dc76d68df469b003a0017e975247a183629f699e1bc0dd3b1837_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:f09ed623ea3706ae57d99f95a9525d28123cd509fe71f66ba5c1d01a70252cb9_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:f0ac38b1ccb331ca40b8e5eef98fa3525bcd8e8589e6cbb48ee05bd6da3b4c87_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:275a38d0dde8d7e8198d6af284f88e82da92f7160c061453f5d9c43c24b8d9a6_amd64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:6c08b61453ea32053cff09000e121cc82d3724aa32eed6e225531d77b073adae_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:aeb62050d36284627ad3d9b34f61bf90df5fc29464c72456c14e8446546b42fb_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:e8661e90c8358ef0176a71b8538bbe27902de63a607c37ce42a84f5025a800d1_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:32c9740721783d532a9a0213593de666ff35dabd021b0f6645b16d5c5f340e07_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:5a882e8435cd567d83ee79d331be7a11f8da78c5597381837f6d22d0a419a5bb_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:97c6ea39330004c24cbf1fd27a61eb0e562b9cc4c49d61b699e16f85cfe42f4e_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:9ef09f818c9e7ec15ce68059ab9110467c736a6ad0cf2a4f8c83537eb23d0e5c_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:5ea3c67336db1099c6a7949aeb7ee267e8c47bced9e1e298eac31cadf90eeaf3_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:bb450dc76d62307bce4ae29857cc41b24d03661e2b425e05b0dc2d22a77392cb_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c58a76c073beb4d9a5fe875aa70ae0e35cf067d168af8537d7d82774e08edad6_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:dcc19c605fe06e26a57c30d994e38d71caf0f5fffd7d38836361410cade09f9f_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:451247c3f4ce3f087b7040f41d990f1f2096651dfe37f6ecdf7486b5768b614c_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9a6c63e535890108d3380e0a828e8c7f6b5fc00366fab41598ed2ac2f095abd1_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9ba1eebc2eccfcd920fe9a609f40c9b0bf63f7205aa91e4b72d69b18638582bb_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e9283d12d5e6018e3bf3aa990b23591cc49367ab08f9ee6349610972ffa358d6_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:52faffab91250e8a8f84a94e6e118ba853b9054faaa2bb464ae2a6d3cd1ccfda_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:8f77ccd24b3ded8ebc6dcd7b8e1a9f97d425291f20f7a3e7be60b49e3fea569e_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:9a6130569de756dae1906fda639bf468ff1df0e1eb6f3590d0b5205fa3e55c69_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:dc96720cf67b85a48ebe47862bfa5c1c70cfd2f8781f9c263b28baa45e1bc23e_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:33b3fb333a87ce54377f1094b20de9e78e4af6f736cface819c041738041c5eb_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:70a68511deb88ad8d9db47271563df649f6eb7e83781cd420d9cd7974473252d_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:72e187f797152bfdb4a7c5576241c259fc3b05be8456a1ce92b912934e6d8fa3_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:af01a21cf914a2ccf1d6451ad9073874f2770cd6816b29f03602970b1950e3cf_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:218c8cb47f603c5cda8d6157b8eacc4cbf1887563a63b0f86831ee0a34f62088_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:43a5a9ae09d12d6af57980b67556c35215f22c43447839d4a8f69e5dfc3f0aa9_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:50fc4963f4bc52e36916d79b610cfc069c7e13ad514fe8cf6c350590d2f63d30_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:f7466b7ef7b63e9fedac1076526a27e56604e0058057fc35c67afab8bddeba3e_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4373cac9215f299afe9d83e2590a6ee60a2c73760c922e7556bdc4af6b118312_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4a6918af0578a22e0abdd43cd10af981361b63e8cfc6f4e99559024de4ae69f4_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:89a5029851a153e5fc6d0427bea5584b845cc57c942d083bfbc681dd3b3fa359_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:cbd6a9ed3d1e5cd0191759cee5d2691fdf5f2709fe1ada51c315aa96a60e1424_amd64"
]
}
],
"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": [
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:600311c4534740902cad155f8c6c1b6b4356825b069f12dba74395689198a24d_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:9d7919281656ffd488a86005b73e98e37053881649c98d3799b2332b55028cac_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:abc81ae9e884c9f99d2e7449cb444675acde8fe8aca864c8524c39ed59c9054c_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:dea65481837281d18d094205ba387de33b021309f721539a0efccf4f396fc5cf_ppc64le"
],
"known_not_affected": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:0bfabd1fcecfae735c416448e8a9dc8157167d52c9cce22e761bb74aaa416623_ppc64le",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:7529c769d2623c15ad5e32f33beab05a4e77f17da291970b439854b775136b64_amd64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:b68efcaa3a07d5805c70bbc1eb9f4174bb7917dabeaebddd2209d625dadb4794_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:e9524e454c8698f49fe4d1bbe6f4aa5c9b68f0b04a912cd6e99125256712ba68_s390x",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:cc431d7fb365705dcecd67207ba27caed9c1012f384636d58d19e3e2ba3308fc_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:d427ec72eec6dc76d68df469b003a0017e975247a183629f699e1bc0dd3b1837_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:f09ed623ea3706ae57d99f95a9525d28123cd509fe71f66ba5c1d01a70252cb9_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:f0ac38b1ccb331ca40b8e5eef98fa3525bcd8e8589e6cbb48ee05bd6da3b4c87_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:275a38d0dde8d7e8198d6af284f88e82da92f7160c061453f5d9c43c24b8d9a6_amd64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:6c08b61453ea32053cff09000e121cc82d3724aa32eed6e225531d77b073adae_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:aeb62050d36284627ad3d9b34f61bf90df5fc29464c72456c14e8446546b42fb_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:e8661e90c8358ef0176a71b8538bbe27902de63a607c37ce42a84f5025a800d1_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:32c9740721783d532a9a0213593de666ff35dabd021b0f6645b16d5c5f340e07_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:5a882e8435cd567d83ee79d331be7a11f8da78c5597381837f6d22d0a419a5bb_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:97c6ea39330004c24cbf1fd27a61eb0e562b9cc4c49d61b699e16f85cfe42f4e_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:9ef09f818c9e7ec15ce68059ab9110467c736a6ad0cf2a4f8c83537eb23d0e5c_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:5ea3c67336db1099c6a7949aeb7ee267e8c47bced9e1e298eac31cadf90eeaf3_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:bb450dc76d62307bce4ae29857cc41b24d03661e2b425e05b0dc2d22a77392cb_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c58a76c073beb4d9a5fe875aa70ae0e35cf067d168af8537d7d82774e08edad6_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:dcc19c605fe06e26a57c30d994e38d71caf0f5fffd7d38836361410cade09f9f_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:451247c3f4ce3f087b7040f41d990f1f2096651dfe37f6ecdf7486b5768b614c_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9a6c63e535890108d3380e0a828e8c7f6b5fc00366fab41598ed2ac2f095abd1_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9ba1eebc2eccfcd920fe9a609f40c9b0bf63f7205aa91e4b72d69b18638582bb_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e9283d12d5e6018e3bf3aa990b23591cc49367ab08f9ee6349610972ffa358d6_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:52faffab91250e8a8f84a94e6e118ba853b9054faaa2bb464ae2a6d3cd1ccfda_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:8f77ccd24b3ded8ebc6dcd7b8e1a9f97d425291f20f7a3e7be60b49e3fea569e_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:9a6130569de756dae1906fda639bf468ff1df0e1eb6f3590d0b5205fa3e55c69_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:dc96720cf67b85a48ebe47862bfa5c1c70cfd2f8781f9c263b28baa45e1bc23e_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:33b3fb333a87ce54377f1094b20de9e78e4af6f736cface819c041738041c5eb_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:70a68511deb88ad8d9db47271563df649f6eb7e83781cd420d9cd7974473252d_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:72e187f797152bfdb4a7c5576241c259fc3b05be8456a1ce92b912934e6d8fa3_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:af01a21cf914a2ccf1d6451ad9073874f2770cd6816b29f03602970b1950e3cf_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:218c8cb47f603c5cda8d6157b8eacc4cbf1887563a63b0f86831ee0a34f62088_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:43a5a9ae09d12d6af57980b67556c35215f22c43447839d4a8f69e5dfc3f0aa9_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:50fc4963f4bc52e36916d79b610cfc069c7e13ad514fe8cf6c350590d2f63d30_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:f7466b7ef7b63e9fedac1076526a27e56604e0058057fc35c67afab8bddeba3e_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4373cac9215f299afe9d83e2590a6ee60a2c73760c922e7556bdc4af6b118312_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4a6918af0578a22e0abdd43cd10af981361b63e8cfc6f4e99559024de4ae69f4_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:89a5029851a153e5fc6d0427bea5584b845cc57c942d083bfbc681dd3b3fa359_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:cbd6a9ed3d1e5cd0191759cee5d2691fdf5f2709fe1ada51c315aa96a60e1424_amd64"
]
},
"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-08-01T19:10:58+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:600311c4534740902cad155f8c6c1b6b4356825b069f12dba74395689198a24d_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:9d7919281656ffd488a86005b73e98e37053881649c98d3799b2332b55028cac_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:abc81ae9e884c9f99d2e7449cb444675acde8fe8aca864c8524c39ed59c9054c_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:dea65481837281d18d094205ba387de33b021309f721539a0efccf4f396fc5cf_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:4982"
},
{
"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-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:0bfabd1fcecfae735c416448e8a9dc8157167d52c9cce22e761bb74aaa416623_ppc64le",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:7529c769d2623c15ad5e32f33beab05a4e77f17da291970b439854b775136b64_amd64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:b68efcaa3a07d5805c70bbc1eb9f4174bb7917dabeaebddd2209d625dadb4794_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:e9524e454c8698f49fe4d1bbe6f4aa5c9b68f0b04a912cd6e99125256712ba68_s390x",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:cc431d7fb365705dcecd67207ba27caed9c1012f384636d58d19e3e2ba3308fc_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:d427ec72eec6dc76d68df469b003a0017e975247a183629f699e1bc0dd3b1837_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:f09ed623ea3706ae57d99f95a9525d28123cd509fe71f66ba5c1d01a70252cb9_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:f0ac38b1ccb331ca40b8e5eef98fa3525bcd8e8589e6cbb48ee05bd6da3b4c87_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:275a38d0dde8d7e8198d6af284f88e82da92f7160c061453f5d9c43c24b8d9a6_amd64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:6c08b61453ea32053cff09000e121cc82d3724aa32eed6e225531d77b073adae_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:aeb62050d36284627ad3d9b34f61bf90df5fc29464c72456c14e8446546b42fb_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:e8661e90c8358ef0176a71b8538bbe27902de63a607c37ce42a84f5025a800d1_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:32c9740721783d532a9a0213593de666ff35dabd021b0f6645b16d5c5f340e07_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:5a882e8435cd567d83ee79d331be7a11f8da78c5597381837f6d22d0a419a5bb_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:97c6ea39330004c24cbf1fd27a61eb0e562b9cc4c49d61b699e16f85cfe42f4e_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:9ef09f818c9e7ec15ce68059ab9110467c736a6ad0cf2a4f8c83537eb23d0e5c_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:5ea3c67336db1099c6a7949aeb7ee267e8c47bced9e1e298eac31cadf90eeaf3_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:bb450dc76d62307bce4ae29857cc41b24d03661e2b425e05b0dc2d22a77392cb_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c58a76c073beb4d9a5fe875aa70ae0e35cf067d168af8537d7d82774e08edad6_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:dcc19c605fe06e26a57c30d994e38d71caf0f5fffd7d38836361410cade09f9f_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:451247c3f4ce3f087b7040f41d990f1f2096651dfe37f6ecdf7486b5768b614c_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9a6c63e535890108d3380e0a828e8c7f6b5fc00366fab41598ed2ac2f095abd1_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9ba1eebc2eccfcd920fe9a609f40c9b0bf63f7205aa91e4b72d69b18638582bb_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e9283d12d5e6018e3bf3aa990b23591cc49367ab08f9ee6349610972ffa358d6_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:52faffab91250e8a8f84a94e6e118ba853b9054faaa2bb464ae2a6d3cd1ccfda_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:8f77ccd24b3ded8ebc6dcd7b8e1a9f97d425291f20f7a3e7be60b49e3fea569e_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:9a6130569de756dae1906fda639bf468ff1df0e1eb6f3590d0b5205fa3e55c69_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:dc96720cf67b85a48ebe47862bfa5c1c70cfd2f8781f9c263b28baa45e1bc23e_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:33b3fb333a87ce54377f1094b20de9e78e4af6f736cface819c041738041c5eb_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:70a68511deb88ad8d9db47271563df649f6eb7e83781cd420d9cd7974473252d_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:72e187f797152bfdb4a7c5576241c259fc3b05be8456a1ce92b912934e6d8fa3_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:af01a21cf914a2ccf1d6451ad9073874f2770cd6816b29f03602970b1950e3cf_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:218c8cb47f603c5cda8d6157b8eacc4cbf1887563a63b0f86831ee0a34f62088_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:43a5a9ae09d12d6af57980b67556c35215f22c43447839d4a8f69e5dfc3f0aa9_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:50fc4963f4bc52e36916d79b610cfc069c7e13ad514fe8cf6c350590d2f63d30_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:f7466b7ef7b63e9fedac1076526a27e56604e0058057fc35c67afab8bddeba3e_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4373cac9215f299afe9d83e2590a6ee60a2c73760c922e7556bdc4af6b118312_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4a6918af0578a22e0abdd43cd10af981361b63e8cfc6f4e99559024de4ae69f4_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:89a5029851a153e5fc6d0427bea5584b845cc57c942d083bfbc681dd3b3fa359_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:cbd6a9ed3d1e5cd0191759cee5d2691fdf5f2709fe1ada51c315aa96a60e1424_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:600311c4534740902cad155f8c6c1b6b4356825b069f12dba74395689198a24d_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:9d7919281656ffd488a86005b73e98e37053881649c98d3799b2332b55028cac_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:abc81ae9e884c9f99d2e7449cb444675acde8fe8aca864c8524c39ed59c9054c_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:dea65481837281d18d094205ba387de33b021309f721539a0efccf4f396fc5cf_ppc64le"
]
}
],
"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": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:0bfabd1fcecfae735c416448e8a9dc8157167d52c9cce22e761bb74aaa416623_ppc64le",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:7529c769d2623c15ad5e32f33beab05a4e77f17da291970b439854b775136b64_amd64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:b68efcaa3a07d5805c70bbc1eb9f4174bb7917dabeaebddd2209d625dadb4794_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:e9524e454c8698f49fe4d1bbe6f4aa5c9b68f0b04a912cd6e99125256712ba68_s390x",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:cc431d7fb365705dcecd67207ba27caed9c1012f384636d58d19e3e2ba3308fc_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:d427ec72eec6dc76d68df469b003a0017e975247a183629f699e1bc0dd3b1837_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:f09ed623ea3706ae57d99f95a9525d28123cd509fe71f66ba5c1d01a70252cb9_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:f0ac38b1ccb331ca40b8e5eef98fa3525bcd8e8589e6cbb48ee05bd6da3b4c87_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:275a38d0dde8d7e8198d6af284f88e82da92f7160c061453f5d9c43c24b8d9a6_amd64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:6c08b61453ea32053cff09000e121cc82d3724aa32eed6e225531d77b073adae_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:aeb62050d36284627ad3d9b34f61bf90df5fc29464c72456c14e8446546b42fb_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:e8661e90c8358ef0176a71b8538bbe27902de63a607c37ce42a84f5025a800d1_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:32c9740721783d532a9a0213593de666ff35dabd021b0f6645b16d5c5f340e07_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:5a882e8435cd567d83ee79d331be7a11f8da78c5597381837f6d22d0a419a5bb_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:97c6ea39330004c24cbf1fd27a61eb0e562b9cc4c49d61b699e16f85cfe42f4e_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:9ef09f818c9e7ec15ce68059ab9110467c736a6ad0cf2a4f8c83537eb23d0e5c_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:5ea3c67336db1099c6a7949aeb7ee267e8c47bced9e1e298eac31cadf90eeaf3_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:bb450dc76d62307bce4ae29857cc41b24d03661e2b425e05b0dc2d22a77392cb_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c58a76c073beb4d9a5fe875aa70ae0e35cf067d168af8537d7d82774e08edad6_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:dcc19c605fe06e26a57c30d994e38d71caf0f5fffd7d38836361410cade09f9f_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:451247c3f4ce3f087b7040f41d990f1f2096651dfe37f6ecdf7486b5768b614c_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9a6c63e535890108d3380e0a828e8c7f6b5fc00366fab41598ed2ac2f095abd1_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9ba1eebc2eccfcd920fe9a609f40c9b0bf63f7205aa91e4b72d69b18638582bb_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e9283d12d5e6018e3bf3aa990b23591cc49367ab08f9ee6349610972ffa358d6_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:52faffab91250e8a8f84a94e6e118ba853b9054faaa2bb464ae2a6d3cd1ccfda_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:8f77ccd24b3ded8ebc6dcd7b8e1a9f97d425291f20f7a3e7be60b49e3fea569e_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:9a6130569de756dae1906fda639bf468ff1df0e1eb6f3590d0b5205fa3e55c69_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:dc96720cf67b85a48ebe47862bfa5c1c70cfd2f8781f9c263b28baa45e1bc23e_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:33b3fb333a87ce54377f1094b20de9e78e4af6f736cface819c041738041c5eb_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:70a68511deb88ad8d9db47271563df649f6eb7e83781cd420d9cd7974473252d_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:72e187f797152bfdb4a7c5576241c259fc3b05be8456a1ce92b912934e6d8fa3_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:af01a21cf914a2ccf1d6451ad9073874f2770cd6816b29f03602970b1950e3cf_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:218c8cb47f603c5cda8d6157b8eacc4cbf1887563a63b0f86831ee0a34f62088_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:43a5a9ae09d12d6af57980b67556c35215f22c43447839d4a8f69e5dfc3f0aa9_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:50fc4963f4bc52e36916d79b610cfc069c7e13ad514fe8cf6c350590d2f63d30_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:f7466b7ef7b63e9fedac1076526a27e56604e0058057fc35c67afab8bddeba3e_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4373cac9215f299afe9d83e2590a6ee60a2c73760c922e7556bdc4af6b118312_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:4a6918af0578a22e0abdd43cd10af981361b63e8cfc6f4e99559024de4ae69f4_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:89a5029851a153e5fc6d0427bea5584b845cc57c942d083bfbc681dd3b3fa359_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:cbd6a9ed3d1e5cd0191759cee5d2691fdf5f2709fe1ada51c315aa96a60e1424_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:600311c4534740902cad155f8c6c1b6b4356825b069f12dba74395689198a24d_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:9d7919281656ffd488a86005b73e98e37053881649c98d3799b2332b55028cac_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:abc81ae9e884c9f99d2e7449cb444675acde8fe8aca864c8524c39ed59c9054c_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:dea65481837281d18d094205ba387de33b021309f721539a0efccf4f396fc5cf_ppc64le"
]
}
],
"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-31 02:29A 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-31T02:29:30+00:00",
"generator": {
"date": "2026-05-31T02:29:30+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-31T02:29:30+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:5291
Vulnerability from csaf_redhat - Published: 2024-08-13 15:38 - Updated: 2026-05-04 21:12A 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: AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-17.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-17.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-17.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-17.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-17.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-17.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-17.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-17.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-17.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-17.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-17.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-17.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-17.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-17.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-17.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-17.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-17.el8_10.x86_64 | — |
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:grafana-0:9.2.10-17.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-17.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-17.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-17.el8_10.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-17.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-17.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-17.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-17.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-17.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-17.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-17.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-17.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-17.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-17.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-17.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-17.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-17.el8_10.x86_64 | — |
Vendor Fix
fix
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-17.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-17.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-17.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-17.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-17.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-17.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-17.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-17.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-17.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-17.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-17.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-17.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-17.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-17.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-17.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-17.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-17.el8_10.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 grafana is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Grafana is an open source, feature rich metrics dashboard and graph editor for Graphite, InfluxDB \u0026 OpenTSDB. \n\nSecurity Fix(es):\n\n* golang: net: malformed DNS message can cause infinite loop (CVE-2024-24788)\n\n* golang: archive/zip: Incorrect handling of certain ZIP files (CVE-2024-24789)\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:5291",
"url": "https://access.redhat.com/errata/RHSA-2024:5291"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2279814",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2279814"
},
{
"category": "external",
"summary": "2292668",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292668"
},
{
"category": "external",
"summary": "2292787",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292787"
},
{
"category": "external",
"summary": "RHEL-43435",
"url": "https://issues.redhat.com/browse/RHEL-43435"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_5291.json"
}
],
"title": "Red Hat Security Advisory: grafana security update",
"tracking": {
"current_release_date": "2026-05-04T21:12:34+00:00",
"generator": {
"date": "2026-05-04T21:12:34+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.9"
}
},
"id": "RHSA-2024:5291",
"initial_release_date": "2024-08-13T15:38:54+00:00",
"revision_history": [
{
"date": "2024-08-13T15:38:54+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-08-13T15:38:54+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-04T21:12:34+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": "grafana-0:9.2.10-17.el8_10.src",
"product": {
"name": "grafana-0:9.2.10-17.el8_10.src",
"product_id": "grafana-0:9.2.10-17.el8_10.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana@9.2.10-17.el8_10?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-0:9.2.10-17.el8_10.aarch64",
"product": {
"name": "grafana-0:9.2.10-17.el8_10.aarch64",
"product_id": "grafana-0:9.2.10-17.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana@9.2.10-17.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "grafana-selinux-0:9.2.10-17.el8_10.aarch64",
"product": {
"name": "grafana-selinux-0:9.2.10-17.el8_10.aarch64",
"product_id": "grafana-selinux-0:9.2.10-17.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-selinux@9.2.10-17.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "grafana-debugsource-0:9.2.10-17.el8_10.aarch64",
"product": {
"name": "grafana-debugsource-0:9.2.10-17.el8_10.aarch64",
"product_id": "grafana-debugsource-0:9.2.10-17.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debugsource@9.2.10-17.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "grafana-debuginfo-0:9.2.10-17.el8_10.aarch64",
"product": {
"name": "grafana-debuginfo-0:9.2.10-17.el8_10.aarch64",
"product_id": "grafana-debuginfo-0:9.2.10-17.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debuginfo@9.2.10-17.el8_10?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-0:9.2.10-17.el8_10.ppc64le",
"product": {
"name": "grafana-0:9.2.10-17.el8_10.ppc64le",
"product_id": "grafana-0:9.2.10-17.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana@9.2.10-17.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "grafana-selinux-0:9.2.10-17.el8_10.ppc64le",
"product": {
"name": "grafana-selinux-0:9.2.10-17.el8_10.ppc64le",
"product_id": "grafana-selinux-0:9.2.10-17.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-selinux@9.2.10-17.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "grafana-debugsource-0:9.2.10-17.el8_10.ppc64le",
"product": {
"name": "grafana-debugsource-0:9.2.10-17.el8_10.ppc64le",
"product_id": "grafana-debugsource-0:9.2.10-17.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debugsource@9.2.10-17.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "grafana-debuginfo-0:9.2.10-17.el8_10.ppc64le",
"product": {
"name": "grafana-debuginfo-0:9.2.10-17.el8_10.ppc64le",
"product_id": "grafana-debuginfo-0:9.2.10-17.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debuginfo@9.2.10-17.el8_10?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-0:9.2.10-17.el8_10.x86_64",
"product": {
"name": "grafana-0:9.2.10-17.el8_10.x86_64",
"product_id": "grafana-0:9.2.10-17.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana@9.2.10-17.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "grafana-selinux-0:9.2.10-17.el8_10.x86_64",
"product": {
"name": "grafana-selinux-0:9.2.10-17.el8_10.x86_64",
"product_id": "grafana-selinux-0:9.2.10-17.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-selinux@9.2.10-17.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "grafana-debugsource-0:9.2.10-17.el8_10.x86_64",
"product": {
"name": "grafana-debugsource-0:9.2.10-17.el8_10.x86_64",
"product_id": "grafana-debugsource-0:9.2.10-17.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debugsource@9.2.10-17.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "grafana-debuginfo-0:9.2.10-17.el8_10.x86_64",
"product": {
"name": "grafana-debuginfo-0:9.2.10-17.el8_10.x86_64",
"product_id": "grafana-debuginfo-0:9.2.10-17.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debuginfo@9.2.10-17.el8_10?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-0:9.2.10-17.el8_10.s390x",
"product": {
"name": "grafana-0:9.2.10-17.el8_10.s390x",
"product_id": "grafana-0:9.2.10-17.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana@9.2.10-17.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "grafana-selinux-0:9.2.10-17.el8_10.s390x",
"product": {
"name": "grafana-selinux-0:9.2.10-17.el8_10.s390x",
"product_id": "grafana-selinux-0:9.2.10-17.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-selinux@9.2.10-17.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "grafana-debugsource-0:9.2.10-17.el8_10.s390x",
"product": {
"name": "grafana-debugsource-0:9.2.10-17.el8_10.s390x",
"product_id": "grafana-debugsource-0:9.2.10-17.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debugsource@9.2.10-17.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "grafana-debuginfo-0:9.2.10-17.el8_10.s390x",
"product": {
"name": "grafana-debuginfo-0:9.2.10-17.el8_10.s390x",
"product_id": "grafana-debuginfo-0:9.2.10-17.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debuginfo@9.2.10-17.el8_10?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:9.2.10-17.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-17.el8_10.aarch64"
},
"product_reference": "grafana-0:9.2.10-17.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:9.2.10-17.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-17.el8_10.ppc64le"
},
"product_reference": "grafana-0:9.2.10-17.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:9.2.10-17.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-17.el8_10.s390x"
},
"product_reference": "grafana-0:9.2.10-17.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:9.2.10-17.el8_10.src as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-17.el8_10.src"
},
"product_reference": "grafana-0:9.2.10-17.el8_10.src",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:9.2.10-17.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-17.el8_10.x86_64"
},
"product_reference": "grafana-0:9.2.10-17.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debuginfo-0:9.2.10-17.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-17.el8_10.aarch64"
},
"product_reference": "grafana-debuginfo-0:9.2.10-17.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debuginfo-0:9.2.10-17.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-17.el8_10.ppc64le"
},
"product_reference": "grafana-debuginfo-0:9.2.10-17.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debuginfo-0:9.2.10-17.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-17.el8_10.s390x"
},
"product_reference": "grafana-debuginfo-0:9.2.10-17.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debuginfo-0:9.2.10-17.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-17.el8_10.x86_64"
},
"product_reference": "grafana-debuginfo-0:9.2.10-17.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debugsource-0:9.2.10-17.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-17.el8_10.aarch64"
},
"product_reference": "grafana-debugsource-0:9.2.10-17.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debugsource-0:9.2.10-17.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-17.el8_10.ppc64le"
},
"product_reference": "grafana-debugsource-0:9.2.10-17.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debugsource-0:9.2.10-17.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-17.el8_10.s390x"
},
"product_reference": "grafana-debugsource-0:9.2.10-17.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debugsource-0:9.2.10-17.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-17.el8_10.x86_64"
},
"product_reference": "grafana-debugsource-0:9.2.10-17.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-selinux-0:9.2.10-17.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-17.el8_10.aarch64"
},
"product_reference": "grafana-selinux-0:9.2.10-17.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-selinux-0:9.2.10-17.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-17.el8_10.ppc64le"
},
"product_reference": "grafana-selinux-0:9.2.10-17.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-selinux-0:9.2.10-17.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-17.el8_10.s390x"
},
"product_reference": "grafana-selinux-0:9.2.10-17.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-selinux-0:9.2.10-17.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-17.el8_10.x86_64"
},
"product_reference": "grafana-selinux-0:9.2.10-17.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"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",
"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": [
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-17.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-17.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-17.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-17.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-17.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-17.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-17.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-17.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-17.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-17.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-17.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-17.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-17.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-17.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-17.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-17.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-17.el8_10.x86_64"
]
},
"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-13T15:38:54+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:grafana-0:9.2.10-17.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-17.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-17.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-17.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-17.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-17.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-17.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-17.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-17.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-17.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-17.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-17.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-17.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-17.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-17.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-17.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-17.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:5291"
},
{
"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:grafana-0:9.2.10-17.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-17.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-17.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-17.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-17.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-17.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-17.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-17.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-17.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-17.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-17.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-17.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-17.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-17.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-17.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-17.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-17.el8_10.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-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-17.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-17.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-17.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-17.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-17.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-17.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-17.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-17.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-17.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-17.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-17.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-17.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-17.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-17.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-17.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-17.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-17.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net: malformed DNS message can cause infinite loop"
},
{
"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:grafana-0:9.2.10-17.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-17.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-17.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-17.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-17.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-17.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-17.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-17.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-17.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-17.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-17.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-17.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-17.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-17.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-17.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-17.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-17.el8_10.x86_64"
]
},
"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-13T15:38:54+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:grafana-0:9.2.10-17.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-17.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-17.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-17.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-17.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-17.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-17.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-17.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-17.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-17.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-17.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-17.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-17.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-17.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-17.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-17.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-17.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:5291"
}
],
"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:grafana-0:9.2.10-17.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-17.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-17.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-17.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-17.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-17.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-17.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-17.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-17.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-17.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-17.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-17.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-17.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-17.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-17.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-17.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-17.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/zip: Incorrect handling of certain ZIP files"
},
{
"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": [
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-17.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-17.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-17.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-17.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-17.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-17.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-17.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-17.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-17.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-17.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-17.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-17.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-17.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-17.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-17.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-17.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-17.el8_10.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-08-13T15:38:54+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:grafana-0:9.2.10-17.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-17.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-17.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-17.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-17.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-17.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-17.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-17.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-17.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-17.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-17.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-17.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-17.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-17.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-17.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-17.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-17.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:5291"
},
{
"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:grafana-0:9.2.10-17.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-17.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-17.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-17.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-17.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-17.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-17.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-17.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-17.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-17.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-17.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-17.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-17.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-17.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-17.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-17.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-17.el8_10.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": [
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-17.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-17.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-17.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-17.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-17.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-17.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-17.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-17.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-17.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-17.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-17.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-17.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-17.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-17.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-17.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-17.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-17.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/netip: Unexpected behavior from Is methods for IPv4-mapped IPv6 addresses"
}
]
}
RHSA-2024:5547
Vulnerability from csaf_redhat - Published: 2024-08-19 07:41 - Updated: 2026-04-30 16:23A 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: 9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:3ef8732d07e7a5ce8d8decdf01c46924f93c552e82d7805a251bfe368b62c6de_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:7ad5dc366963e89022aacc0f8be37d16b0e63dde3ffc7dc49805c300ee61c496_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:aab65b61fca5ff87dfdad973928df8c22c6231c14b838063bd2d44e4f16fe744_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:d817e724ace3b1b6e05614499c0cb635b567dcbbc71f619d6f41cb85c4b34744_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:091456b9e9b39855047c5ce8320279a01c13b24dd50f6fb9fd260b4cbef09419_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:10e2fb7e9f301570b64b0332a98a590702dc3a88eeebf59c72bd194c88725011_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:8f3c4e1e314ba6f7dac92607f423c44063ccc7fc47a3289f8608e1dc291d09f1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:9b5f8076b5e6c1db98ad72c8787b08b12ecd42a1bf7feada78b3f28dc15c40cb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:4b84738510cde9310c3ac39ad26593275c476cf397e4814289ee7b9f1707ec37_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:6e4015d0e3c292554944cb03c9cebff4f48ef3e2d8cef026aa11ca3fe9bf036d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:7d2e92b9644ea87a63f180d5df94a90dda73877edec4382046424260749d4c8f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:c03b89f953f3f22a57f241a78ef14cea1c463828e6c8a40f0d4d1373febd9bd9_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:1fd2db3d141cc063c6557000c8b1be2425712dc4262240c3c9195d8980772191_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:cbe15eaab7f10fe9b4c9bfa6e3d1f0351d8cbbc27d5d96627e11e9c861da29d9_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:d4177d019b86fec5610d852b8b90e6464190969e75de9172f2f252c26076d40d_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:52b894a194732eac846c63a3669b128d6505b8b944c60cf1ee07c7daa201c9c3_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:b4e552db7dcd293fa421aa6ee9c6e91198c6be6dea70addcbd6c12687509631a_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:bae697a9acabba4a6ef4b4a16ecb17e102bb4bb8b1c05f93a806701c055bc3eb_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:d293b85fa2d8a749f802ddba16f4f6ed3dff5c8d7b0b1cb56527401da37772b4_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:0321e7c87a5a64fa0936584badd2848e79c0071800f596b7d177fcc68553bd22_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:3d8a3e1cbf57c99a46d0901a1eb6f00f7a957b90a7868d394785e446f643c5ca_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:833c743bef3449dce3c0521590dfbe5e07105dece7f6c8e08dc4d1d402905d7b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:6f71bd3411a04389d302e863acd5351e753b614f4f077aee0274056ce23739b4_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:773c39dc89b6b4cc82e4c78f50d4fb16bd70b611efcb65ea4b767d98fea4f7e3_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:7f6c46935a8eab7e09333068aed758aa275b9d5fd7282f15b5fd85070fe28875_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:8129b7ae939cffb029ac10631d29c6ea081928c4f42ee7ba7de91f3a6f6bf7ef_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:be27d3e25035448bcaa691658adeebeacf582d8f19db3e997caab33cf6e8732e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:ce6105258794e33e5a805a95c21e9f553922e1753076345aedcc9174fa4f7d5b_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:09456ceabf9dd2f05837d65632a920f537e36695e7342ae70f20c363284859ec_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:95faa45331614593c4b6e3994656d7fde32476598ef46ec0b9cff5be02483b90_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:d19019a22f7611ce91c582c3294693eef2cdeefccb72f230f8e37ff111272c53_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:fdd7c5a2cd69132f5caf4974ed27d49f78f49208ecdedec86d84b7fbdd306994_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:2b0078eb2656243a6d91445c2c23a40af9fb2607f107edd5d557e928518211ce_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:8e9371822e053e7a29cd87853feef39ffa782a626a2bd895a7fb506362d70561_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:e0f9bc46a2c99eedadeac36117081f1d0e1cf6c979e1162cb0039540e286fbb0_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:3d21dd55a83990ef51325c636c0a613ee5050a4b8b2708bc1bb1d8de1792166b_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:748d2241aa0c3fda48079434de8f2938013853a492f96a3d83dbc6ea3f977189_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:ec4ae584df707de94c71a61bb3be58fda42f739eebc564855feff87126aa21a0_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:2cd2d4df67b9987d5b03f101f21d8ec543c54c80453f63ffe0c9992de51fb31b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:89fc88d2d80afd98ae222faae7bcde0088c236bc78dc7106c6752ebd6b22b678_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:b8ff70b7eef2a44b5d13906520b93fa78e1fa18ebe2bb28ed0c77dd0d48655a7_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:c140ed81d2fb76971ef12534a1360b869f036f87d94b4a843770366a469847af_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:044b361bcf5b0d620341c54c2cb231e10b989813a2fd623a1547448b4993135e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:43f56e9a6e4dcd6a671fb77ab57f6dd39e3a7975824e02780ddf69191f00a014_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:502f89052820047914291c9e0e1d32e5ac20c8a636e36cbf2c130762a2eeb986_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:5019b0d3275597287b4a03f643980928792d2ec7ce8375ceb61b2950d4b6264f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:de8ae72cf2b6bcf851a79e82d25504ca68431a5e2a77ea7140f76c57cf72e8f5_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:ffc67cb8919aa9bc473873e06b4dab344b25191a27be05adc5035fee71860098_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:3aff54b2c780272a3a72826a8f108407c46a6baf9d5695dfe015830d3c839923_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:ecc29880c89cb5c85e6e58a0f3e8df813bf2320cba98b5f8d71ba847fa16c74e_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:faefc8cc0c5af0e83f5dec570a290ff512fb6d3f956fc0453a9754baaee5571e_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:5ba373175faf5e0b6300c99b19ac78da68fd8afe68a06abe644a2e2b372780d2_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:62c08cc5494bdb99f6aec1e9127747b64665889328b5203838ec772baa2e1a6c_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:8b9b293463f18fd6786c77de8e9a9958cfd416f75136d1d9ec17cd01ac4ba39d_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:c3d4b853eb155443081d228bf19fe1354907d607c400a2154f8eef375fd104d2_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:0d970bcfa5bd479eaa979a079da6847ca3180ef85a364cc76623ea5553a16471_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:63c03249589cf2f5f870c646b780a5210cd639fb001b54662f7c578c374fb313_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:dba89ebb9208e7c32c4801e2b9496a49d2cfcddd9f19b3617e864a1a72237910_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:f0139a2bc50f5648d778fa235cb56fb0a8cbb7c6c2f479766196a58289319a59_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:05c3b02e9071d837bfbadfc9c9fd4d4a2a2e165138efcfee0040f7d293bd5b73_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:16ee0717876873aac106d8f42312edc2dbffe36ee258e3e83ac2347538f23e59_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:6f3ad3936d057e0ffada026ea9940ff617b4ce4ee9f95188c4fe910d587cd91a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:280f33301ebc9fdcbc7eda72e31188f9b25cc32de5737115bd033bfafa1062de_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:33150f654b436240a720f25aa6061c84a3acf71fedf78544c027c1873f5de8ad_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:9de2f1d40808aa283f1cba24bb4c0a75240a1602bcd2ed86e7f3b4f3815c4af8_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:41c93c132be814679f8d314ec58580184ca339fca478acc556700f57432950c6_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:ecd0d536e9d2fd3be8a6ba4fcfce28c5b7f85bd9bcba79035c0093d742fee3e8_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:f073748405916c49c3c32918f7b95445dce54782b216f547da5d450190375bfb_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:f5d1f5027a5485e2432eabdee72fbf636b00e25eee3704aa37ea5b07ff6a20a1_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:37491837de2c3415489fbd8ad1d6024870c4b198f4061192b7a1a652e0db0d54_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:8fdd6f5608b742ee31926cfa9e2f7e295be4a9931d757c7693f98a7d5d4478a3_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:f67b0a900630db2210065cbf1aeab14d12a13070d8585a2e65a1d29b89529b2c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:5d9dc6a193e2aca2a570ef2dbe7b745435e4434e1ac4cbf80eb1985484b9911c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:6e165539443c883df627d1d3a067c2015ab4b8c92636f0eaa03ab704338cde84_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:e92d7d74389200c8b99a15f8ef26e6f200d1b6a3d83fd05512a561877fa711d2_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0a57f08a5871b21ea226a42411c422acd5e4dd01a8d2966fcfdaf538ec36145d_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:c4dd62904288ad05de37ebd4341f090abb1bdd6bd459fde2f5f8b81007c53b72_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:e7729f564d90aad4251e5d3ad4fd16c47fb7f9131b80e19783d7a8165b00edd7_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:ee387d969e557da7dcb01221d54e09bdc30d8a09fa0a18286c323de0b372c0a6_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:7541142b3bfc75c4b77af0c0a030af176c2950abfe184baf13661ab5cd46d0ef_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:7e1eb3a5aacfb9857628c5cb8c6aa3497ecbbf57fd20d2fc075bed7c46a4d374_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:a06d3da1fbd2fd8e793f5aa308ecee42d6d2c682e0dff190b3f7fc71fdf486a2_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:5181636b5baec86e70fb99c1bc85c5be3cb0f04eabec4ea1b1e641535b351254_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:90c0ebeaf2280e8a5cf03bf6bae52b9b54920f3584ae99babd2b51d1dd2e973d_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:9930309a4b39177c64e59e80d38b335a56707b555735cfb300a7427e884041c5_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:25b4e308664bc79e2fd2f8cb3164d0783a138a0e9c50ab7ae4e56ab2c81661ce_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:ae49eac8ca8c9d7d4f56a87e58725de23f1d1f9779a4d87dd357b09ef43e30a5_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:e1597771478a328212df8f49b02ea1a4a22a9f85ba6dbb2248a4ea8a6a5745a2_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:9bede4592dac7976c5e4eedb00f183ee1553e3f64a5a644098d32b47ae5d5c62_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:cb972df19c908be774dab768adaad68e7f77e91a090268f87dd9357fda94f4e6_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:d7f7e96d499d455be312cbbe5ca3b9fdd908c0b5f32bf9084485b187d011468b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:effdbb4f18db583c8502caf0c878051c45c6d375d6bd1fddb0a4dff076216200_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:1c15eb62c937ef2c21fa002547d9ffe999a462eb549485396968f91470772e14_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:36263cf26f4b46ec367fda44585e9d9b777179e39e596a2a9a6d80c16a810560_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:df2bc89fc87efd94ba809e961262574a2a6032f9dcb26149480cdd4505864a6a_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:2266033ffe27d8fdf9400cabb687b1eaa270c4413cc578742677a355bc48bb3f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:2a5989590eb30689fdec4c533045cdc78af7fb43ec0ace8740b4903e71aa1032_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:a5712cee59edac6e8be064660ec7f8920169e728250a891d8437c9a8838f09d5_s390x | — |
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: 9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:1fd2db3d141cc063c6557000c8b1be2425712dc4262240c3c9195d8980772191_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:cbe15eaab7f10fe9b4c9bfa6e3d1f0351d8cbbc27d5d96627e11e9c861da29d9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:d4177d019b86fec5610d852b8b90e6464190969e75de9172f2f252c26076d40d_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:52b894a194732eac846c63a3669b128d6505b8b944c60cf1ee07c7daa201c9c3_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:b4e552db7dcd293fa421aa6ee9c6e91198c6be6dea70addcbd6c12687509631a_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:bae697a9acabba4a6ef4b4a16ecb17e102bb4bb8b1c05f93a806701c055bc3eb_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:d293b85fa2d8a749f802ddba16f4f6ed3dff5c8d7b0b1cb56527401da37772b4_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:0321e7c87a5a64fa0936584badd2848e79c0071800f596b7d177fcc68553bd22_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:3d8a3e1cbf57c99a46d0901a1eb6f00f7a957b90a7868d394785e446f643c5ca_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:833c743bef3449dce3c0521590dfbe5e07105dece7f6c8e08dc4d1d402905d7b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:3ef8732d07e7a5ce8d8decdf01c46924f93c552e82d7805a251bfe368b62c6de_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:7ad5dc366963e89022aacc0f8be37d16b0e63dde3ffc7dc49805c300ee61c496_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:aab65b61fca5ff87dfdad973928df8c22c6231c14b838063bd2d44e4f16fe744_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:d817e724ace3b1b6e05614499c0cb635b567dcbbc71f619d6f41cb85c4b34744_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:6f71bd3411a04389d302e863acd5351e753b614f4f077aee0274056ce23739b4_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:773c39dc89b6b4cc82e4c78f50d4fb16bd70b611efcb65ea4b767d98fea4f7e3_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:7f6c46935a8eab7e09333068aed758aa275b9d5fd7282f15b5fd85070fe28875_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:8129b7ae939cffb029ac10631d29c6ea081928c4f42ee7ba7de91f3a6f6bf7ef_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:be27d3e25035448bcaa691658adeebeacf582d8f19db3e997caab33cf6e8732e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:ce6105258794e33e5a805a95c21e9f553922e1753076345aedcc9174fa4f7d5b_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:09456ceabf9dd2f05837d65632a920f537e36695e7342ae70f20c363284859ec_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:95faa45331614593c4b6e3994656d7fde32476598ef46ec0b9cff5be02483b90_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:d19019a22f7611ce91c582c3294693eef2cdeefccb72f230f8e37ff111272c53_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:fdd7c5a2cd69132f5caf4974ed27d49f78f49208ecdedec86d84b7fbdd306994_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:2b0078eb2656243a6d91445c2c23a40af9fb2607f107edd5d557e928518211ce_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:8e9371822e053e7a29cd87853feef39ffa782a626a2bd895a7fb506362d70561_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:e0f9bc46a2c99eedadeac36117081f1d0e1cf6c979e1162cb0039540e286fbb0_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:3d21dd55a83990ef51325c636c0a613ee5050a4b8b2708bc1bb1d8de1792166b_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:748d2241aa0c3fda48079434de8f2938013853a492f96a3d83dbc6ea3f977189_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:ec4ae584df707de94c71a61bb3be58fda42f739eebc564855feff87126aa21a0_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:2cd2d4df67b9987d5b03f101f21d8ec543c54c80453f63ffe0c9992de51fb31b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:89fc88d2d80afd98ae222faae7bcde0088c236bc78dc7106c6752ebd6b22b678_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:b8ff70b7eef2a44b5d13906520b93fa78e1fa18ebe2bb28ed0c77dd0d48655a7_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:c140ed81d2fb76971ef12534a1360b869f036f87d94b4a843770366a469847af_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:091456b9e9b39855047c5ce8320279a01c13b24dd50f6fb9fd260b4cbef09419_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:10e2fb7e9f301570b64b0332a98a590702dc3a88eeebf59c72bd194c88725011_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:8f3c4e1e314ba6f7dac92607f423c44063ccc7fc47a3289f8608e1dc291d09f1_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:9b5f8076b5e6c1db98ad72c8787b08b12ecd42a1bf7feada78b3f28dc15c40cb_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:044b361bcf5b0d620341c54c2cb231e10b989813a2fd623a1547448b4993135e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:43f56e9a6e4dcd6a671fb77ab57f6dd39e3a7975824e02780ddf69191f00a014_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:502f89052820047914291c9e0e1d32e5ac20c8a636e36cbf2c130762a2eeb986_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:5019b0d3275597287b4a03f643980928792d2ec7ce8375ceb61b2950d4b6264f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:de8ae72cf2b6bcf851a79e82d25504ca68431a5e2a77ea7140f76c57cf72e8f5_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:ffc67cb8919aa9bc473873e06b4dab344b25191a27be05adc5035fee71860098_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:3aff54b2c780272a3a72826a8f108407c46a6baf9d5695dfe015830d3c839923_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:ecc29880c89cb5c85e6e58a0f3e8df813bf2320cba98b5f8d71ba847fa16c74e_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:faefc8cc0c5af0e83f5dec570a290ff512fb6d3f956fc0453a9754baaee5571e_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:5ba373175faf5e0b6300c99b19ac78da68fd8afe68a06abe644a2e2b372780d2_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:62c08cc5494bdb99f6aec1e9127747b64665889328b5203838ec772baa2e1a6c_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:8b9b293463f18fd6786c77de8e9a9958cfd416f75136d1d9ec17cd01ac4ba39d_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:c3d4b853eb155443081d228bf19fe1354907d607c400a2154f8eef375fd104d2_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:0d970bcfa5bd479eaa979a079da6847ca3180ef85a364cc76623ea5553a16471_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:63c03249589cf2f5f870c646b780a5210cd639fb001b54662f7c578c374fb313_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:dba89ebb9208e7c32c4801e2b9496a49d2cfcddd9f19b3617e864a1a72237910_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:f0139a2bc50f5648d778fa235cb56fb0a8cbb7c6c2f479766196a58289319a59_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:05c3b02e9071d837bfbadfc9c9fd4d4a2a2e165138efcfee0040f7d293bd5b73_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:16ee0717876873aac106d8f42312edc2dbffe36ee258e3e83ac2347538f23e59_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:6f3ad3936d057e0ffada026ea9940ff617b4ce4ee9f95188c4fe910d587cd91a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:280f33301ebc9fdcbc7eda72e31188f9b25cc32de5737115bd033bfafa1062de_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:33150f654b436240a720f25aa6061c84a3acf71fedf78544c027c1873f5de8ad_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:9de2f1d40808aa283f1cba24bb4c0a75240a1602bcd2ed86e7f3b4f3815c4af8_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:4b84738510cde9310c3ac39ad26593275c476cf397e4814289ee7b9f1707ec37_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:6e4015d0e3c292554944cb03c9cebff4f48ef3e2d8cef026aa11ca3fe9bf036d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:7d2e92b9644ea87a63f180d5df94a90dda73877edec4382046424260749d4c8f_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:c03b89f953f3f22a57f241a78ef14cea1c463828e6c8a40f0d4d1373febd9bd9_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:41c93c132be814679f8d314ec58580184ca339fca478acc556700f57432950c6_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:ecd0d536e9d2fd3be8a6ba4fcfce28c5b7f85bd9bcba79035c0093d742fee3e8_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:f073748405916c49c3c32918f7b95445dce54782b216f547da5d450190375bfb_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:f5d1f5027a5485e2432eabdee72fbf636b00e25eee3704aa37ea5b07ff6a20a1_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:37491837de2c3415489fbd8ad1d6024870c4b198f4061192b7a1a652e0db0d54_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:8fdd6f5608b742ee31926cfa9e2f7e295be4a9931d757c7693f98a7d5d4478a3_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:f67b0a900630db2210065cbf1aeab14d12a13070d8585a2e65a1d29b89529b2c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:5d9dc6a193e2aca2a570ef2dbe7b745435e4434e1ac4cbf80eb1985484b9911c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:6e165539443c883df627d1d3a067c2015ab4b8c92636f0eaa03ab704338cde84_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:e92d7d74389200c8b99a15f8ef26e6f200d1b6a3d83fd05512a561877fa711d2_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0a57f08a5871b21ea226a42411c422acd5e4dd01a8d2966fcfdaf538ec36145d_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:c4dd62904288ad05de37ebd4341f090abb1bdd6bd459fde2f5f8b81007c53b72_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:e7729f564d90aad4251e5d3ad4fd16c47fb7f9131b80e19783d7a8165b00edd7_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:ee387d969e557da7dcb01221d54e09bdc30d8a09fa0a18286c323de0b372c0a6_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:7541142b3bfc75c4b77af0c0a030af176c2950abfe184baf13661ab5cd46d0ef_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:7e1eb3a5aacfb9857628c5cb8c6aa3497ecbbf57fd20d2fc075bed7c46a4d374_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:a06d3da1fbd2fd8e793f5aa308ecee42d6d2c682e0dff190b3f7fc71fdf486a2_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:5181636b5baec86e70fb99c1bc85c5be3cb0f04eabec4ea1b1e641535b351254_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:90c0ebeaf2280e8a5cf03bf6bae52b9b54920f3584ae99babd2b51d1dd2e973d_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:9930309a4b39177c64e59e80d38b335a56707b555735cfb300a7427e884041c5_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:25b4e308664bc79e2fd2f8cb3164d0783a138a0e9c50ab7ae4e56ab2c81661ce_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:ae49eac8ca8c9d7d4f56a87e58725de23f1d1f9779a4d87dd357b09ef43e30a5_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:e1597771478a328212df8f49b02ea1a4a22a9f85ba6dbb2248a4ea8a6a5745a2_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:9bede4592dac7976c5e4eedb00f183ee1553e3f64a5a644098d32b47ae5d5c62_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:cb972df19c908be774dab768adaad68e7f77e91a090268f87dd9357fda94f4e6_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:d7f7e96d499d455be312cbbe5ca3b9fdd908c0b5f32bf9084485b187d011468b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:effdbb4f18db583c8502caf0c878051c45c6d375d6bd1fddb0a4dff076216200_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:1c15eb62c937ef2c21fa002547d9ffe999a462eb549485396968f91470772e14_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:36263cf26f4b46ec367fda44585e9d9b777179e39e596a2a9a6d80c16a810560_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:df2bc89fc87efd94ba809e961262574a2a6032f9dcb26149480cdd4505864a6a_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:2266033ffe27d8fdf9400cabb687b1eaa270c4413cc578742677a355bc48bb3f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:2a5989590eb30689fdec4c533045cdc78af7fb43ec0ace8740b4903e71aa1032_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:a5712cee59edac6e8be064660ec7f8920169e728250a891d8437c9a8838f09d5_s390x | — |
Workaround
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:1fd2db3d141cc063c6557000c8b1be2425712dc4262240c3c9195d8980772191_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:cbe15eaab7f10fe9b4c9bfa6e3d1f0351d8cbbc27d5d96627e11e9c861da29d9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:d4177d019b86fec5610d852b8b90e6464190969e75de9172f2f252c26076d40d_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:52b894a194732eac846c63a3669b128d6505b8b944c60cf1ee07c7daa201c9c3_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:b4e552db7dcd293fa421aa6ee9c6e91198c6be6dea70addcbd6c12687509631a_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:bae697a9acabba4a6ef4b4a16ecb17e102bb4bb8b1c05f93a806701c055bc3eb_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:d293b85fa2d8a749f802ddba16f4f6ed3dff5c8d7b0b1cb56527401da37772b4_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:0321e7c87a5a64fa0936584badd2848e79c0071800f596b7d177fcc68553bd22_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:3d8a3e1cbf57c99a46d0901a1eb6f00f7a957b90a7868d394785e446f643c5ca_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:833c743bef3449dce3c0521590dfbe5e07105dece7f6c8e08dc4d1d402905d7b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:3ef8732d07e7a5ce8d8decdf01c46924f93c552e82d7805a251bfe368b62c6de_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:7ad5dc366963e89022aacc0f8be37d16b0e63dde3ffc7dc49805c300ee61c496_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:aab65b61fca5ff87dfdad973928df8c22c6231c14b838063bd2d44e4f16fe744_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:d817e724ace3b1b6e05614499c0cb635b567dcbbc71f619d6f41cb85c4b34744_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:6f71bd3411a04389d302e863acd5351e753b614f4f077aee0274056ce23739b4_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:773c39dc89b6b4cc82e4c78f50d4fb16bd70b611efcb65ea4b767d98fea4f7e3_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:7f6c46935a8eab7e09333068aed758aa275b9d5fd7282f15b5fd85070fe28875_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:8129b7ae939cffb029ac10631d29c6ea081928c4f42ee7ba7de91f3a6f6bf7ef_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:be27d3e25035448bcaa691658adeebeacf582d8f19db3e997caab33cf6e8732e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:ce6105258794e33e5a805a95c21e9f553922e1753076345aedcc9174fa4f7d5b_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:09456ceabf9dd2f05837d65632a920f537e36695e7342ae70f20c363284859ec_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:95faa45331614593c4b6e3994656d7fde32476598ef46ec0b9cff5be02483b90_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:d19019a22f7611ce91c582c3294693eef2cdeefccb72f230f8e37ff111272c53_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:fdd7c5a2cd69132f5caf4974ed27d49f78f49208ecdedec86d84b7fbdd306994_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:2b0078eb2656243a6d91445c2c23a40af9fb2607f107edd5d557e928518211ce_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:8e9371822e053e7a29cd87853feef39ffa782a626a2bd895a7fb506362d70561_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:e0f9bc46a2c99eedadeac36117081f1d0e1cf6c979e1162cb0039540e286fbb0_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:3d21dd55a83990ef51325c636c0a613ee5050a4b8b2708bc1bb1d8de1792166b_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:748d2241aa0c3fda48079434de8f2938013853a492f96a3d83dbc6ea3f977189_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:ec4ae584df707de94c71a61bb3be58fda42f739eebc564855feff87126aa21a0_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:2cd2d4df67b9987d5b03f101f21d8ec543c54c80453f63ffe0c9992de51fb31b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:89fc88d2d80afd98ae222faae7bcde0088c236bc78dc7106c6752ebd6b22b678_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:b8ff70b7eef2a44b5d13906520b93fa78e1fa18ebe2bb28ed0c77dd0d48655a7_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:c140ed81d2fb76971ef12534a1360b869f036f87d94b4a843770366a469847af_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:091456b9e9b39855047c5ce8320279a01c13b24dd50f6fb9fd260b4cbef09419_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:10e2fb7e9f301570b64b0332a98a590702dc3a88eeebf59c72bd194c88725011_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:8f3c4e1e314ba6f7dac92607f423c44063ccc7fc47a3289f8608e1dc291d09f1_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:9b5f8076b5e6c1db98ad72c8787b08b12ecd42a1bf7feada78b3f28dc15c40cb_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:044b361bcf5b0d620341c54c2cb231e10b989813a2fd623a1547448b4993135e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:43f56e9a6e4dcd6a671fb77ab57f6dd39e3a7975824e02780ddf69191f00a014_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:502f89052820047914291c9e0e1d32e5ac20c8a636e36cbf2c130762a2eeb986_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:5019b0d3275597287b4a03f643980928792d2ec7ce8375ceb61b2950d4b6264f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:de8ae72cf2b6bcf851a79e82d25504ca68431a5e2a77ea7140f76c57cf72e8f5_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:ffc67cb8919aa9bc473873e06b4dab344b25191a27be05adc5035fee71860098_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:3aff54b2c780272a3a72826a8f108407c46a6baf9d5695dfe015830d3c839923_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:ecc29880c89cb5c85e6e58a0f3e8df813bf2320cba98b5f8d71ba847fa16c74e_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:faefc8cc0c5af0e83f5dec570a290ff512fb6d3f956fc0453a9754baaee5571e_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:5ba373175faf5e0b6300c99b19ac78da68fd8afe68a06abe644a2e2b372780d2_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:62c08cc5494bdb99f6aec1e9127747b64665889328b5203838ec772baa2e1a6c_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:8b9b293463f18fd6786c77de8e9a9958cfd416f75136d1d9ec17cd01ac4ba39d_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:c3d4b853eb155443081d228bf19fe1354907d607c400a2154f8eef375fd104d2_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:0d970bcfa5bd479eaa979a079da6847ca3180ef85a364cc76623ea5553a16471_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:63c03249589cf2f5f870c646b780a5210cd639fb001b54662f7c578c374fb313_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:dba89ebb9208e7c32c4801e2b9496a49d2cfcddd9f19b3617e864a1a72237910_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:f0139a2bc50f5648d778fa235cb56fb0a8cbb7c6c2f479766196a58289319a59_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:05c3b02e9071d837bfbadfc9c9fd4d4a2a2e165138efcfee0040f7d293bd5b73_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:16ee0717876873aac106d8f42312edc2dbffe36ee258e3e83ac2347538f23e59_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:6f3ad3936d057e0ffada026ea9940ff617b4ce4ee9f95188c4fe910d587cd91a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:280f33301ebc9fdcbc7eda72e31188f9b25cc32de5737115bd033bfafa1062de_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:33150f654b436240a720f25aa6061c84a3acf71fedf78544c027c1873f5de8ad_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:9de2f1d40808aa283f1cba24bb4c0a75240a1602bcd2ed86e7f3b4f3815c4af8_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:4b84738510cde9310c3ac39ad26593275c476cf397e4814289ee7b9f1707ec37_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:6e4015d0e3c292554944cb03c9cebff4f48ef3e2d8cef026aa11ca3fe9bf036d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:7d2e92b9644ea87a63f180d5df94a90dda73877edec4382046424260749d4c8f_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:c03b89f953f3f22a57f241a78ef14cea1c463828e6c8a40f0d4d1373febd9bd9_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:41c93c132be814679f8d314ec58580184ca339fca478acc556700f57432950c6_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:ecd0d536e9d2fd3be8a6ba4fcfce28c5b7f85bd9bcba79035c0093d742fee3e8_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:f073748405916c49c3c32918f7b95445dce54782b216f547da5d450190375bfb_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:f5d1f5027a5485e2432eabdee72fbf636b00e25eee3704aa37ea5b07ff6a20a1_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:37491837de2c3415489fbd8ad1d6024870c4b198f4061192b7a1a652e0db0d54_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:8fdd6f5608b742ee31926cfa9e2f7e295be4a9931d757c7693f98a7d5d4478a3_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:f67b0a900630db2210065cbf1aeab14d12a13070d8585a2e65a1d29b89529b2c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:5d9dc6a193e2aca2a570ef2dbe7b745435e4434e1ac4cbf80eb1985484b9911c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:6e165539443c883df627d1d3a067c2015ab4b8c92636f0eaa03ab704338cde84_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:e92d7d74389200c8b99a15f8ef26e6f200d1b6a3d83fd05512a561877fa711d2_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0a57f08a5871b21ea226a42411c422acd5e4dd01a8d2966fcfdaf538ec36145d_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:c4dd62904288ad05de37ebd4341f090abb1bdd6bd459fde2f5f8b81007c53b72_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:e7729f564d90aad4251e5d3ad4fd16c47fb7f9131b80e19783d7a8165b00edd7_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:ee387d969e557da7dcb01221d54e09bdc30d8a09fa0a18286c323de0b372c0a6_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:7541142b3bfc75c4b77af0c0a030af176c2950abfe184baf13661ab5cd46d0ef_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:7e1eb3a5aacfb9857628c5cb8c6aa3497ecbbf57fd20d2fc075bed7c46a4d374_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:a06d3da1fbd2fd8e793f5aa308ecee42d6d2c682e0dff190b3f7fc71fdf486a2_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:5181636b5baec86e70fb99c1bc85c5be3cb0f04eabec4ea1b1e641535b351254_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:90c0ebeaf2280e8a5cf03bf6bae52b9b54920f3584ae99babd2b51d1dd2e973d_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:9930309a4b39177c64e59e80d38b335a56707b555735cfb300a7427e884041c5_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:25b4e308664bc79e2fd2f8cb3164d0783a138a0e9c50ab7ae4e56ab2c81661ce_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:ae49eac8ca8c9d7d4f56a87e58725de23f1d1f9779a4d87dd357b09ef43e30a5_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:e1597771478a328212df8f49b02ea1a4a22a9f85ba6dbb2248a4ea8a6a5745a2_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:9bede4592dac7976c5e4eedb00f183ee1553e3f64a5a644098d32b47ae5d5c62_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:cb972df19c908be774dab768adaad68e7f77e91a090268f87dd9357fda94f4e6_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:d7f7e96d499d455be312cbbe5ca3b9fdd908c0b5f32bf9084485b187d011468b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:effdbb4f18db583c8502caf0c878051c45c6d375d6bd1fddb0a4dff076216200_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:1c15eb62c937ef2c21fa002547d9ffe999a462eb549485396968f91470772e14_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:36263cf26f4b46ec367fda44585e9d9b777179e39e596a2a9a6d80c16a810560_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:df2bc89fc87efd94ba809e961262574a2a6032f9dcb26149480cdd4505864a6a_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:2266033ffe27d8fdf9400cabb687b1eaa270c4413cc578742677a355bc48bb3f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:2a5989590eb30689fdec4c533045cdc78af7fb43ec0ace8740b4903e71aa1032_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:a5712cee59edac6e8be064660ec7f8920169e728250a891d8437c9a8838f09d5_s390x | — |
Workaround
|
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:52b894a194732eac846c63a3669b128d6505b8b944c60cf1ee07c7daa201c9c3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:b4e552db7dcd293fa421aa6ee9c6e91198c6be6dea70addcbd6c12687509631a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:bae697a9acabba4a6ef4b4a16ecb17e102bb4bb8b1c05f93a806701c055bc3eb_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:d293b85fa2d8a749f802ddba16f4f6ed3dff5c8d7b0b1cb56527401da37772b4_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:1fd2db3d141cc063c6557000c8b1be2425712dc4262240c3c9195d8980772191_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:cbe15eaab7f10fe9b4c9bfa6e3d1f0351d8cbbc27d5d96627e11e9c861da29d9_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:d4177d019b86fec5610d852b8b90e6464190969e75de9172f2f252c26076d40d_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:0321e7c87a5a64fa0936584badd2848e79c0071800f596b7d177fcc68553bd22_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:3d8a3e1cbf57c99a46d0901a1eb6f00f7a957b90a7868d394785e446f643c5ca_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:833c743bef3449dce3c0521590dfbe5e07105dece7f6c8e08dc4d1d402905d7b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:3ef8732d07e7a5ce8d8decdf01c46924f93c552e82d7805a251bfe368b62c6de_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:7ad5dc366963e89022aacc0f8be37d16b0e63dde3ffc7dc49805c300ee61c496_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:aab65b61fca5ff87dfdad973928df8c22c6231c14b838063bd2d44e4f16fe744_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:d817e724ace3b1b6e05614499c0cb635b567dcbbc71f619d6f41cb85c4b34744_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:6f71bd3411a04389d302e863acd5351e753b614f4f077aee0274056ce23739b4_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:773c39dc89b6b4cc82e4c78f50d4fb16bd70b611efcb65ea4b767d98fea4f7e3_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:7f6c46935a8eab7e09333068aed758aa275b9d5fd7282f15b5fd85070fe28875_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:8129b7ae939cffb029ac10631d29c6ea081928c4f42ee7ba7de91f3a6f6bf7ef_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:be27d3e25035448bcaa691658adeebeacf582d8f19db3e997caab33cf6e8732e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:ce6105258794e33e5a805a95c21e9f553922e1753076345aedcc9174fa4f7d5b_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:09456ceabf9dd2f05837d65632a920f537e36695e7342ae70f20c363284859ec_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:95faa45331614593c4b6e3994656d7fde32476598ef46ec0b9cff5be02483b90_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:d19019a22f7611ce91c582c3294693eef2cdeefccb72f230f8e37ff111272c53_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:fdd7c5a2cd69132f5caf4974ed27d49f78f49208ecdedec86d84b7fbdd306994_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:2b0078eb2656243a6d91445c2c23a40af9fb2607f107edd5d557e928518211ce_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:8e9371822e053e7a29cd87853feef39ffa782a626a2bd895a7fb506362d70561_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:e0f9bc46a2c99eedadeac36117081f1d0e1cf6c979e1162cb0039540e286fbb0_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:3d21dd55a83990ef51325c636c0a613ee5050a4b8b2708bc1bb1d8de1792166b_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:748d2241aa0c3fda48079434de8f2938013853a492f96a3d83dbc6ea3f977189_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:ec4ae584df707de94c71a61bb3be58fda42f739eebc564855feff87126aa21a0_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:2cd2d4df67b9987d5b03f101f21d8ec543c54c80453f63ffe0c9992de51fb31b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:89fc88d2d80afd98ae222faae7bcde0088c236bc78dc7106c6752ebd6b22b678_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:b8ff70b7eef2a44b5d13906520b93fa78e1fa18ebe2bb28ed0c77dd0d48655a7_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:c140ed81d2fb76971ef12534a1360b869f036f87d94b4a843770366a469847af_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:091456b9e9b39855047c5ce8320279a01c13b24dd50f6fb9fd260b4cbef09419_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:10e2fb7e9f301570b64b0332a98a590702dc3a88eeebf59c72bd194c88725011_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:8f3c4e1e314ba6f7dac92607f423c44063ccc7fc47a3289f8608e1dc291d09f1_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:9b5f8076b5e6c1db98ad72c8787b08b12ecd42a1bf7feada78b3f28dc15c40cb_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:044b361bcf5b0d620341c54c2cb231e10b989813a2fd623a1547448b4993135e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:43f56e9a6e4dcd6a671fb77ab57f6dd39e3a7975824e02780ddf69191f00a014_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:502f89052820047914291c9e0e1d32e5ac20c8a636e36cbf2c130762a2eeb986_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:5019b0d3275597287b4a03f643980928792d2ec7ce8375ceb61b2950d4b6264f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:de8ae72cf2b6bcf851a79e82d25504ca68431a5e2a77ea7140f76c57cf72e8f5_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:ffc67cb8919aa9bc473873e06b4dab344b25191a27be05adc5035fee71860098_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:3aff54b2c780272a3a72826a8f108407c46a6baf9d5695dfe015830d3c839923_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:ecc29880c89cb5c85e6e58a0f3e8df813bf2320cba98b5f8d71ba847fa16c74e_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:faefc8cc0c5af0e83f5dec570a290ff512fb6d3f956fc0453a9754baaee5571e_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:5ba373175faf5e0b6300c99b19ac78da68fd8afe68a06abe644a2e2b372780d2_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:62c08cc5494bdb99f6aec1e9127747b64665889328b5203838ec772baa2e1a6c_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:8b9b293463f18fd6786c77de8e9a9958cfd416f75136d1d9ec17cd01ac4ba39d_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:c3d4b853eb155443081d228bf19fe1354907d607c400a2154f8eef375fd104d2_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:0d970bcfa5bd479eaa979a079da6847ca3180ef85a364cc76623ea5553a16471_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:63c03249589cf2f5f870c646b780a5210cd639fb001b54662f7c578c374fb313_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:dba89ebb9208e7c32c4801e2b9496a49d2cfcddd9f19b3617e864a1a72237910_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:f0139a2bc50f5648d778fa235cb56fb0a8cbb7c6c2f479766196a58289319a59_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:05c3b02e9071d837bfbadfc9c9fd4d4a2a2e165138efcfee0040f7d293bd5b73_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:16ee0717876873aac106d8f42312edc2dbffe36ee258e3e83ac2347538f23e59_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:6f3ad3936d057e0ffada026ea9940ff617b4ce4ee9f95188c4fe910d587cd91a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:280f33301ebc9fdcbc7eda72e31188f9b25cc32de5737115bd033bfafa1062de_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:33150f654b436240a720f25aa6061c84a3acf71fedf78544c027c1873f5de8ad_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:9de2f1d40808aa283f1cba24bb4c0a75240a1602bcd2ed86e7f3b4f3815c4af8_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:4b84738510cde9310c3ac39ad26593275c476cf397e4814289ee7b9f1707ec37_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:6e4015d0e3c292554944cb03c9cebff4f48ef3e2d8cef026aa11ca3fe9bf036d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:7d2e92b9644ea87a63f180d5df94a90dda73877edec4382046424260749d4c8f_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:c03b89f953f3f22a57f241a78ef14cea1c463828e6c8a40f0d4d1373febd9bd9_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:41c93c132be814679f8d314ec58580184ca339fca478acc556700f57432950c6_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:ecd0d536e9d2fd3be8a6ba4fcfce28c5b7f85bd9bcba79035c0093d742fee3e8_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:f073748405916c49c3c32918f7b95445dce54782b216f547da5d450190375bfb_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:f5d1f5027a5485e2432eabdee72fbf636b00e25eee3704aa37ea5b07ff6a20a1_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:37491837de2c3415489fbd8ad1d6024870c4b198f4061192b7a1a652e0db0d54_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:8fdd6f5608b742ee31926cfa9e2f7e295be4a9931d757c7693f98a7d5d4478a3_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:f67b0a900630db2210065cbf1aeab14d12a13070d8585a2e65a1d29b89529b2c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:5d9dc6a193e2aca2a570ef2dbe7b745435e4434e1ac4cbf80eb1985484b9911c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:6e165539443c883df627d1d3a067c2015ab4b8c92636f0eaa03ab704338cde84_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:e92d7d74389200c8b99a15f8ef26e6f200d1b6a3d83fd05512a561877fa711d2_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0a57f08a5871b21ea226a42411c422acd5e4dd01a8d2966fcfdaf538ec36145d_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:c4dd62904288ad05de37ebd4341f090abb1bdd6bd459fde2f5f8b81007c53b72_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:e7729f564d90aad4251e5d3ad4fd16c47fb7f9131b80e19783d7a8165b00edd7_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:ee387d969e557da7dcb01221d54e09bdc30d8a09fa0a18286c323de0b372c0a6_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:7541142b3bfc75c4b77af0c0a030af176c2950abfe184baf13661ab5cd46d0ef_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:7e1eb3a5aacfb9857628c5cb8c6aa3497ecbbf57fd20d2fc075bed7c46a4d374_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:a06d3da1fbd2fd8e793f5aa308ecee42d6d2c682e0dff190b3f7fc71fdf486a2_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:5181636b5baec86e70fb99c1bc85c5be3cb0f04eabec4ea1b1e641535b351254_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:90c0ebeaf2280e8a5cf03bf6bae52b9b54920f3584ae99babd2b51d1dd2e973d_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:9930309a4b39177c64e59e80d38b335a56707b555735cfb300a7427e884041c5_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:25b4e308664bc79e2fd2f8cb3164d0783a138a0e9c50ab7ae4e56ab2c81661ce_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:ae49eac8ca8c9d7d4f56a87e58725de23f1d1f9779a4d87dd357b09ef43e30a5_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:e1597771478a328212df8f49b02ea1a4a22a9f85ba6dbb2248a4ea8a6a5745a2_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:9bede4592dac7976c5e4eedb00f183ee1553e3f64a5a644098d32b47ae5d5c62_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:cb972df19c908be774dab768adaad68e7f77e91a090268f87dd9357fda94f4e6_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:d7f7e96d499d455be312cbbe5ca3b9fdd908c0b5f32bf9084485b187d011468b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:effdbb4f18db583c8502caf0c878051c45c6d375d6bd1fddb0a4dff076216200_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:1c15eb62c937ef2c21fa002547d9ffe999a462eb549485396968f91470772e14_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:36263cf26f4b46ec367fda44585e9d9b777179e39e596a2a9a6d80c16a810560_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:df2bc89fc87efd94ba809e961262574a2a6032f9dcb26149480cdd4505864a6a_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:2266033ffe27d8fdf9400cabb687b1eaa270c4413cc578742677a355bc48bb3f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:2a5989590eb30689fdec4c533045cdc78af7fb43ec0ace8740b4903e71aa1032_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:a5712cee59edac6e8be064660ec7f8920169e728250a891d8437c9a8838f09d5_s390x | — |
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Updated images that fix several bugs are now available for Red Hat OpenShift Data Foundation 4.16.1 on Red Hat Enterprise Linux 9 from Red Hat Container Registry.\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 Data Foundation. 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 multi-cloud data management service with an S3-compatible API.\n\nSecurity Fix(es):\n* golang: net: malformed DNS message can cause infinite loop (CVE-2024-24788)\n* golang: net/netip: Unexpected behavior from Is methods for IPv4-mapped IPv6 addresses (CVE-2024-24790)\n* go-retryablehttp: url might write sensitive information to log file (CVE-2024-6104)\n* nodejs-ws: denial of service when handling a request with many HTTP headers (CVE-2024-37890)",
"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:5547",
"url": "https://access.redhat.com/errata/RHSA-2024:5547"
},
{
"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-2024-24788",
"url": "https://access.redhat.com/security/cve/CVE-2024-24788"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-6104",
"url": "https://access.redhat.com/security/cve/CVE-2024-6104"
},
{
"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": "https://access.redhat.com/security/cve/CVE-2024-24790",
"url": "https://access.redhat.com/security/cve/CVE-2024-24790"
},
{
"category": "external",
"summary": "2231151",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2231151"
},
{
"category": "external",
"summary": "2274165",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2274165"
},
{
"category": "external",
"summary": "2279814",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2279814"
},
{
"category": "external",
"summary": "2292777",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292777"
},
{
"category": "external",
"summary": "2292787",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292787"
},
{
"category": "external",
"summary": "2294000",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2294000"
},
{
"category": "external",
"summary": "2294407",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2294407"
},
{
"category": "external",
"summary": "2297946",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2297946"
},
{
"category": "external",
"summary": "2298656",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2298656"
},
{
"category": "external",
"summary": "2298718",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2298718"
},
{
"category": "external",
"summary": "2299443",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2299443"
},
{
"category": "external",
"summary": "2301880",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2301880"
},
{
"category": "external",
"summary": "2302238",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2302238"
},
{
"category": "external",
"summary": "2303080",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2303080"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_5547.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenShift Data Foundation 4.16.1 bug fix and security update",
"tracking": {
"current_release_date": "2026-04-30T16:23:59+00:00",
"generator": {
"date": "2026-04-30T16:23:59+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.7"
}
},
"id": "RHSA-2024:5547",
"initial_release_date": "2024-08-19T07:41:38+00:00",
"revision_history": [
{
"date": "2024-08-19T07:41:38+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-08-19T07:41:38+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-30T16:23:59+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:d4177d019b86fec5610d852b8b90e6464190969e75de9172f2f252c26076d40d_amd64",
"product": {
"name": "odf4/cephcsi-rhel9@sha256:d4177d019b86fec5610d852b8b90e6464190969e75de9172f2f252c26076d40d_amd64",
"product_id": "odf4/cephcsi-rhel9@sha256:d4177d019b86fec5610d852b8b90e6464190969e75de9172f2f252c26076d40d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9@sha256:d4177d019b86fec5610d852b8b90e6464190969e75de9172f2f252c26076d40d?arch=amd64\u0026repository_url=registry.redhat.io/odf4/cephcsi-rhel9\u0026tag=v4.16.1-3"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-core-rhel9@sha256:52b894a194732eac846c63a3669b128d6505b8b944c60cf1ee07c7daa201c9c3_amd64",
"product": {
"name": "odf4/mcg-core-rhel9@sha256:52b894a194732eac846c63a3669b128d6505b8b944c60cf1ee07c7daa201c9c3_amd64",
"product_id": "odf4/mcg-core-rhel9@sha256:52b894a194732eac846c63a3669b128d6505b8b944c60cf1ee07c7daa201c9c3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256:52b894a194732eac846c63a3669b128d6505b8b944c60cf1ee07c7daa201c9c3?arch=amd64\u0026repository_url=registry.redhat.io/odf4/mcg-core-rhel9\u0026tag=v4.16.1-2"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-operator-bundle@sha256:3d8a3e1cbf57c99a46d0901a1eb6f00f7a957b90a7868d394785e446f643c5ca_amd64",
"product": {
"name": "odf4/mcg-operator-bundle@sha256:3d8a3e1cbf57c99a46d0901a1eb6f00f7a957b90a7868d394785e446f643c5ca_amd64",
"product_id": "odf4/mcg-operator-bundle@sha256:3d8a3e1cbf57c99a46d0901a1eb6f00f7a957b90a7868d394785e446f643c5ca_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-operator-bundle@sha256:3d8a3e1cbf57c99a46d0901a1eb6f00f7a957b90a7868d394785e446f643c5ca?arch=amd64\u0026repository_url=registry.redhat.io/odf4/mcg-operator-bundle\u0026tag=v4.16.1-8"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-rhel9-operator@sha256:7ad5dc366963e89022aacc0f8be37d16b0e63dde3ffc7dc49805c300ee61c496_amd64",
"product": {
"name": "odf4/mcg-rhel9-operator@sha256:7ad5dc366963e89022aacc0f8be37d16b0e63dde3ffc7dc49805c300ee61c496_amd64",
"product_id": "odf4/mcg-rhel9-operator@sha256:7ad5dc366963e89022aacc0f8be37d16b0e63dde3ffc7dc49805c300ee61c496_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256:7ad5dc366963e89022aacc0f8be37d16b0e63dde3ffc7dc49805c300ee61c496?arch=amd64\u0026repository_url=registry.redhat.io/odf4/mcg-rhel9-operator\u0026tag=v4.16.1-3"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-console-rhel9@sha256:773c39dc89b6b4cc82e4c78f50d4fb16bd70b611efcb65ea4b767d98fea4f7e3_amd64",
"product": {
"name": "odf4/ocs-client-console-rhel9@sha256:773c39dc89b6b4cc82e4c78f50d4fb16bd70b611efcb65ea4b767d98fea4f7e3_amd64",
"product_id": "odf4/ocs-client-console-rhel9@sha256:773c39dc89b6b4cc82e4c78f50d4fb16bd70b611efcb65ea4b767d98fea4f7e3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-console-rhel9@sha256:773c39dc89b6b4cc82e4c78f50d4fb16bd70b611efcb65ea4b767d98fea4f7e3?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-client-console-rhel9\u0026tag=v4.16.1-2"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-operator-bundle@sha256:ce6105258794e33e5a805a95c21e9f553922e1753076345aedcc9174fa4f7d5b_amd64",
"product": {
"name": "odf4/ocs-client-operator-bundle@sha256:ce6105258794e33e5a805a95c21e9f553922e1753076345aedcc9174fa4f7d5b_amd64",
"product_id": "odf4/ocs-client-operator-bundle@sha256:ce6105258794e33e5a805a95c21e9f553922e1753076345aedcc9174fa4f7d5b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-operator-bundle@sha256:ce6105258794e33e5a805a95c21e9f553922e1753076345aedcc9174fa4f7d5b?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-client-operator-bundle\u0026tag=v4.16.1-8"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-rhel9-operator@sha256:fdd7c5a2cd69132f5caf4974ed27d49f78f49208ecdedec86d84b7fbdd306994_amd64",
"product": {
"name": "odf4/ocs-client-rhel9-operator@sha256:fdd7c5a2cd69132f5caf4974ed27d49f78f49208ecdedec86d84b7fbdd306994_amd64",
"product_id": "odf4/ocs-client-rhel9-operator@sha256:fdd7c5a2cd69132f5caf4974ed27d49f78f49208ecdedec86d84b7fbdd306994_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256:fdd7c5a2cd69132f5caf4974ed27d49f78f49208ecdedec86d84b7fbdd306994?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-client-rhel9-operator\u0026tag=v4.16.1-3"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:2b0078eb2656243a6d91445c2c23a40af9fb2607f107edd5d557e928518211ce_amd64",
"product": {
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:2b0078eb2656243a6d91445c2c23a40af9fb2607f107edd5d557e928518211ce_amd64",
"product_id": "odf4/ocs-metrics-exporter-rhel9@sha256:2b0078eb2656243a6d91445c2c23a40af9fb2607f107edd5d557e928518211ce_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256:2b0078eb2656243a6d91445c2c23a40af9fb2607f107edd5d557e928518211ce?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-metrics-exporter-rhel9\u0026tag=v4.16.1-4"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-operator-bundle@sha256:3d21dd55a83990ef51325c636c0a613ee5050a4b8b2708bc1bb1d8de1792166b_amd64",
"product": {
"name": "odf4/ocs-operator-bundle@sha256:3d21dd55a83990ef51325c636c0a613ee5050a4b8b2708bc1bb1d8de1792166b_amd64",
"product_id": "odf4/ocs-operator-bundle@sha256:3d21dd55a83990ef51325c636c0a613ee5050a4b8b2708bc1bb1d8de1792166b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-operator-bundle@sha256:3d21dd55a83990ef51325c636c0a613ee5050a4b8b2708bc1bb1d8de1792166b?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-operator-bundle\u0026tag=v4.16.1-8"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-rhel9-operator@sha256:b8ff70b7eef2a44b5d13906520b93fa78e1fa18ebe2bb28ed0c77dd0d48655a7_amd64",
"product": {
"name": "odf4/ocs-rhel9-operator@sha256:b8ff70b7eef2a44b5d13906520b93fa78e1fa18ebe2bb28ed0c77dd0d48655a7_amd64",
"product_id": "odf4/ocs-rhel9-operator@sha256:b8ff70b7eef2a44b5d13906520b93fa78e1fa18ebe2bb28ed0c77dd0d48655a7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256:b8ff70b7eef2a44b5d13906520b93fa78e1fa18ebe2bb28ed0c77dd0d48655a7?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-rhel9-operator\u0026tag=v4.16.1-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-cli-rhel9@sha256:8f3c4e1e314ba6f7dac92607f423c44063ccc7fc47a3289f8608e1dc291d09f1_amd64",
"product": {
"name": "odf4/odf-cli-rhel9@sha256:8f3c4e1e314ba6f7dac92607f423c44063ccc7fc47a3289f8608e1dc291d09f1_amd64",
"product_id": "odf4/odf-cli-rhel9@sha256:8f3c4e1e314ba6f7dac92607f423c44063ccc7fc47a3289f8608e1dc291d09f1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-cli-rhel9@sha256:8f3c4e1e314ba6f7dac92607f423c44063ccc7fc47a3289f8608e1dc291d09f1?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-cli-rhel9\u0026tag=v4.16.1-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-console-rhel9@sha256:502f89052820047914291c9e0e1d32e5ac20c8a636e36cbf2c130762a2eeb986_amd64",
"product": {
"name": "odf4/odf-console-rhel9@sha256:502f89052820047914291c9e0e1d32e5ac20c8a636e36cbf2c130762a2eeb986_amd64",
"product_id": "odf4/odf-console-rhel9@sha256:502f89052820047914291c9e0e1d32e5ac20c8a636e36cbf2c130762a2eeb986_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-console-rhel9@sha256:502f89052820047914291c9e0e1d32e5ac20c8a636e36cbf2c130762a2eeb986?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-console-rhel9\u0026tag=v4.16.1-2"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:ffc67cb8919aa9bc473873e06b4dab344b25191a27be05adc5035fee71860098_amd64",
"product": {
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:ffc67cb8919aa9bc473873e06b4dab344b25191a27be05adc5035fee71860098_amd64",
"product_id": "odf4/odf-cosi-sidecar-rhel9@sha256:ffc67cb8919aa9bc473873e06b4dab344b25191a27be05adc5035fee71860098_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-cosi-sidecar-rhel9@sha256:ffc67cb8919aa9bc473873e06b4dab344b25191a27be05adc5035fee71860098?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-cosi-sidecar-rhel9\u0026tag=v4.16.1-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-operator-bundle@sha256:ecc29880c89cb5c85e6e58a0f3e8df813bf2320cba98b5f8d71ba847fa16c74e_amd64",
"product": {
"name": "odf4/odf-csi-addons-operator-bundle@sha256:ecc29880c89cb5c85e6e58a0f3e8df813bf2320cba98b5f8d71ba847fa16c74e_amd64",
"product_id": "odf4/odf-csi-addons-operator-bundle@sha256:ecc29880c89cb5c85e6e58a0f3e8df813bf2320cba98b5f8d71ba847fa16c74e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-operator-bundle@sha256:ecc29880c89cb5c85e6e58a0f3e8df813bf2320cba98b5f8d71ba847fa16c74e?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-operator-bundle\u0026tag=v4.16.1-8"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:5ba373175faf5e0b6300c99b19ac78da68fd8afe68a06abe644a2e2b372780d2_amd64",
"product": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:5ba373175faf5e0b6300c99b19ac78da68fd8afe68a06abe644a2e2b372780d2_amd64",
"product_id": "odf4/odf-csi-addons-rhel9-operator@sha256:5ba373175faf5e0b6300c99b19ac78da68fd8afe68a06abe644a2e2b372780d2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256:5ba373175faf5e0b6300c99b19ac78da68fd8afe68a06abe644a2e2b372780d2?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-rhel9-operator\u0026tag=v4.16.1-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:dba89ebb9208e7c32c4801e2b9496a49d2cfcddd9f19b3617e864a1a72237910_amd64",
"product": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:dba89ebb9208e7c32c4801e2b9496a49d2cfcddd9f19b3617e864a1a72237910_amd64",
"product_id": "odf4/odf-csi-addons-sidecar-rhel9@sha256:dba89ebb9208e7c32c4801e2b9496a49d2cfcddd9f19b3617e864a1a72237910_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256:dba89ebb9208e7c32c4801e2b9496a49d2cfcddd9f19b3617e864a1a72237910?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9\u0026tag=v4.16.1-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-console-rhel9@sha256:16ee0717876873aac106d8f42312edc2dbffe36ee258e3e83ac2347538f23e59_amd64",
"product": {
"name": "odf4/odf-multicluster-console-rhel9@sha256:16ee0717876873aac106d8f42312edc2dbffe36ee258e3e83ac2347538f23e59_amd64",
"product_id": "odf4/odf-multicluster-console-rhel9@sha256:16ee0717876873aac106d8f42312edc2dbffe36ee258e3e83ac2347538f23e59_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-console-rhel9@sha256:16ee0717876873aac106d8f42312edc2dbffe36ee258e3e83ac2347538f23e59?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-console-rhel9\u0026tag=v4.16.1-2"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-operator-bundle@sha256:280f33301ebc9fdcbc7eda72e31188f9b25cc32de5737115bd033bfafa1062de_amd64",
"product": {
"name": "odf4/odf-multicluster-operator-bundle@sha256:280f33301ebc9fdcbc7eda72e31188f9b25cc32de5737115bd033bfafa1062de_amd64",
"product_id": "odf4/odf-multicluster-operator-bundle@sha256:280f33301ebc9fdcbc7eda72e31188f9b25cc32de5737115bd033bfafa1062de_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-operator-bundle@sha256:280f33301ebc9fdcbc7eda72e31188f9b25cc32de5737115bd033bfafa1062de?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-operator-bundle\u0026tag=v4.16.1-8"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-rhel9-operator@sha256:4b84738510cde9310c3ac39ad26593275c476cf397e4814289ee7b9f1707ec37_amd64",
"product": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:4b84738510cde9310c3ac39ad26593275c476cf397e4814289ee7b9f1707ec37_amd64",
"product_id": "odf4/odf-multicluster-rhel9-operator@sha256:4b84738510cde9310c3ac39ad26593275c476cf397e4814289ee7b9f1707ec37_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256:4b84738510cde9310c3ac39ad26593275c476cf397e4814289ee7b9f1707ec37?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-rhel9-operator\u0026tag=v4.16.1-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-must-gather-rhel9@sha256:ecd0d536e9d2fd3be8a6ba4fcfce28c5b7f85bd9bcba79035c0093d742fee3e8_amd64",
"product": {
"name": "odf4/odf-must-gather-rhel9@sha256:ecd0d536e9d2fd3be8a6ba4fcfce28c5b7f85bd9bcba79035c0093d742fee3e8_amd64",
"product_id": "odf4/odf-must-gather-rhel9@sha256:ecd0d536e9d2fd3be8a6ba4fcfce28c5b7f85bd9bcba79035c0093d742fee3e8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256:ecd0d536e9d2fd3be8a6ba4fcfce28c5b7f85bd9bcba79035c0093d742fee3e8?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-must-gather-rhel9\u0026tag=v4.16.1-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-operator-bundle@sha256:37491837de2c3415489fbd8ad1d6024870c4b198f4061192b7a1a652e0db0d54_amd64",
"product": {
"name": "odf4/odf-operator-bundle@sha256:37491837de2c3415489fbd8ad1d6024870c4b198f4061192b7a1a652e0db0d54_amd64",
"product_id": "odf4/odf-operator-bundle@sha256:37491837de2c3415489fbd8ad1d6024870c4b198f4061192b7a1a652e0db0d54_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-operator-bundle@sha256:37491837de2c3415489fbd8ad1d6024870c4b198f4061192b7a1a652e0db0d54?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-operator-bundle\u0026tag=v4.16.1-8"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-rhel9-operator@sha256:c4dd62904288ad05de37ebd4341f090abb1bdd6bd459fde2f5f8b81007c53b72_amd64",
"product": {
"name": "odf4/odf-rhel9-operator@sha256:c4dd62904288ad05de37ebd4341f090abb1bdd6bd459fde2f5f8b81007c53b72_amd64",
"product_id": "odf4/odf-rhel9-operator@sha256:c4dd62904288ad05de37ebd4341f090abb1bdd6bd459fde2f5f8b81007c53b72_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256:c4dd62904288ad05de37ebd4341f090abb1bdd6bd459fde2f5f8b81007c53b72?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-rhel9-operator\u0026tag=v4.16.1-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-prometheus-operator-bundle@sha256:5d9dc6a193e2aca2a570ef2dbe7b745435e4434e1ac4cbf80eb1985484b9911c_amd64",
"product": {
"name": "odf4/odf-prometheus-operator-bundle@sha256:5d9dc6a193e2aca2a570ef2dbe7b745435e4434e1ac4cbf80eb1985484b9911c_amd64",
"product_id": "odf4/odf-prometheus-operator-bundle@sha256:5d9dc6a193e2aca2a570ef2dbe7b745435e4434e1ac4cbf80eb1985484b9911c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-prometheus-operator-bundle@sha256:5d9dc6a193e2aca2a570ef2dbe7b745435e4434e1ac4cbf80eb1985484b9911c?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-prometheus-operator-bundle\u0026tag=v4.16.1-8"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-cluster-operator-bundle@sha256:a06d3da1fbd2fd8e793f5aa308ecee42d6d2c682e0dff190b3f7fc71fdf486a2_amd64",
"product": {
"name": "odf4/odr-cluster-operator-bundle@sha256:a06d3da1fbd2fd8e793f5aa308ecee42d6d2c682e0dff190b3f7fc71fdf486a2_amd64",
"product_id": "odf4/odr-cluster-operator-bundle@sha256:a06d3da1fbd2fd8e793f5aa308ecee42d6d2c682e0dff190b3f7fc71fdf486a2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-cluster-operator-bundle@sha256:a06d3da1fbd2fd8e793f5aa308ecee42d6d2c682e0dff190b3f7fc71fdf486a2?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odr-cluster-operator-bundle\u0026tag=v4.16.1-8"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-hub-operator-bundle@sha256:90c0ebeaf2280e8a5cf03bf6bae52b9b54920f3584ae99babd2b51d1dd2e973d_amd64",
"product": {
"name": "odf4/odr-hub-operator-bundle@sha256:90c0ebeaf2280e8a5cf03bf6bae52b9b54920f3584ae99babd2b51d1dd2e973d_amd64",
"product_id": "odf4/odr-hub-operator-bundle@sha256:90c0ebeaf2280e8a5cf03bf6bae52b9b54920f3584ae99babd2b51d1dd2e973d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-hub-operator-bundle@sha256:90c0ebeaf2280e8a5cf03bf6bae52b9b54920f3584ae99babd2b51d1dd2e973d?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odr-hub-operator-bundle\u0026tag=v4.16.1-8"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-rhel9-operator@sha256:effdbb4f18db583c8502caf0c878051c45c6d375d6bd1fddb0a4dff076216200_amd64",
"product": {
"name": "odf4/odr-rhel9-operator@sha256:effdbb4f18db583c8502caf0c878051c45c6d375d6bd1fddb0a4dff076216200_amd64",
"product_id": "odf4/odr-rhel9-operator@sha256:effdbb4f18db583c8502caf0c878051c45c6d375d6bd1fddb0a4dff076216200_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256:effdbb4f18db583c8502caf0c878051c45c6d375d6bd1fddb0a4dff076216200?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odr-rhel9-operator\u0026tag=v4.16.1-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-recipe-operator-bundle@sha256:e1597771478a328212df8f49b02ea1a4a22a9f85ba6dbb2248a4ea8a6a5745a2_amd64",
"product": {
"name": "odf4/odr-recipe-operator-bundle@sha256:e1597771478a328212df8f49b02ea1a4a22a9f85ba6dbb2248a4ea8a6a5745a2_amd64",
"product_id": "odf4/odr-recipe-operator-bundle@sha256:e1597771478a328212df8f49b02ea1a4a22a9f85ba6dbb2248a4ea8a6a5745a2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-recipe-operator-bundle@sha256:e1597771478a328212df8f49b02ea1a4a22a9f85ba6dbb2248a4ea8a6a5745a2?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odr-recipe-operator-bundle\u0026tag=v4.16.1-8"
}
}
},
{
"category": "product_version",
"name": "odf4/rook-ceph-operator-bundle@sha256:1c15eb62c937ef2c21fa002547d9ffe999a462eb549485396968f91470772e14_amd64",
"product": {
"name": "odf4/rook-ceph-operator-bundle@sha256:1c15eb62c937ef2c21fa002547d9ffe999a462eb549485396968f91470772e14_amd64",
"product_id": "odf4/rook-ceph-operator-bundle@sha256:1c15eb62c937ef2c21fa002547d9ffe999a462eb549485396968f91470772e14_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-operator-bundle@sha256:1c15eb62c937ef2c21fa002547d9ffe999a462eb549485396968f91470772e14?arch=amd64\u0026repository_url=registry.redhat.io/odf4/rook-ceph-operator-bundle\u0026tag=v4.16.1-8"
}
}
},
{
"category": "product_version",
"name": "odf4/rook-ceph-rhel9-operator@sha256:2a5989590eb30689fdec4c533045cdc78af7fb43ec0ace8740b4903e71aa1032_amd64",
"product": {
"name": "odf4/rook-ceph-rhel9-operator@sha256:2a5989590eb30689fdec4c533045cdc78af7fb43ec0ace8740b4903e71aa1032_amd64",
"product_id": "odf4/rook-ceph-rhel9-operator@sha256:2a5989590eb30689fdec4c533045cdc78af7fb43ec0ace8740b4903e71aa1032_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-rhel9-operator@sha256:2a5989590eb30689fdec4c533045cdc78af7fb43ec0ace8740b4903e71aa1032?arch=amd64\u0026repository_url=registry.redhat.io/odf4/rook-ceph-rhel9-operator\u0026tag=v4.16.1-3"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "odf4/cephcsi-rhel9@sha256:1fd2db3d141cc063c6557000c8b1be2425712dc4262240c3c9195d8980772191_ppc64le",
"product": {
"name": "odf4/cephcsi-rhel9@sha256:1fd2db3d141cc063c6557000c8b1be2425712dc4262240c3c9195d8980772191_ppc64le",
"product_id": "odf4/cephcsi-rhel9@sha256:1fd2db3d141cc063c6557000c8b1be2425712dc4262240c3c9195d8980772191_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9@sha256:1fd2db3d141cc063c6557000c8b1be2425712dc4262240c3c9195d8980772191?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/cephcsi-rhel9\u0026tag=v4.16.1-3"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-core-rhel9@sha256:bae697a9acabba4a6ef4b4a16ecb17e102bb4bb8b1c05f93a806701c055bc3eb_ppc64le",
"product": {
"name": "odf4/mcg-core-rhel9@sha256:bae697a9acabba4a6ef4b4a16ecb17e102bb4bb8b1c05f93a806701c055bc3eb_ppc64le",
"product_id": "odf4/mcg-core-rhel9@sha256:bae697a9acabba4a6ef4b4a16ecb17e102bb4bb8b1c05f93a806701c055bc3eb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256:bae697a9acabba4a6ef4b4a16ecb17e102bb4bb8b1c05f93a806701c055bc3eb?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/mcg-core-rhel9\u0026tag=v4.16.1-2"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-operator-bundle@sha256:833c743bef3449dce3c0521590dfbe5e07105dece7f6c8e08dc4d1d402905d7b_ppc64le",
"product": {
"name": "odf4/mcg-operator-bundle@sha256:833c743bef3449dce3c0521590dfbe5e07105dece7f6c8e08dc4d1d402905d7b_ppc64le",
"product_id": "odf4/mcg-operator-bundle@sha256:833c743bef3449dce3c0521590dfbe5e07105dece7f6c8e08dc4d1d402905d7b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcg-operator-bundle@sha256:833c743bef3449dce3c0521590dfbe5e07105dece7f6c8e08dc4d1d402905d7b?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/mcg-operator-bundle\u0026tag=v4.16.1-8"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-rhel9-operator@sha256:d817e724ace3b1b6e05614499c0cb635b567dcbbc71f619d6f41cb85c4b34744_ppc64le",
"product": {
"name": "odf4/mcg-rhel9-operator@sha256:d817e724ace3b1b6e05614499c0cb635b567dcbbc71f619d6f41cb85c4b34744_ppc64le",
"product_id": "odf4/mcg-rhel9-operator@sha256:d817e724ace3b1b6e05614499c0cb635b567dcbbc71f619d6f41cb85c4b34744_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256:d817e724ace3b1b6e05614499c0cb635b567dcbbc71f619d6f41cb85c4b34744?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/mcg-rhel9-operator\u0026tag=v4.16.1-3"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-console-rhel9@sha256:6f71bd3411a04389d302e863acd5351e753b614f4f077aee0274056ce23739b4_ppc64le",
"product": {
"name": "odf4/ocs-client-console-rhel9@sha256:6f71bd3411a04389d302e863acd5351e753b614f4f077aee0274056ce23739b4_ppc64le",
"product_id": "odf4/ocs-client-console-rhel9@sha256:6f71bd3411a04389d302e863acd5351e753b614f4f077aee0274056ce23739b4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-console-rhel9@sha256:6f71bd3411a04389d302e863acd5351e753b614f4f077aee0274056ce23739b4?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-client-console-rhel9\u0026tag=v4.16.1-2"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-operator-bundle@sha256:be27d3e25035448bcaa691658adeebeacf582d8f19db3e997caab33cf6e8732e_ppc64le",
"product": {
"name": "odf4/ocs-client-operator-bundle@sha256:be27d3e25035448bcaa691658adeebeacf582d8f19db3e997caab33cf6e8732e_ppc64le",
"product_id": "odf4/ocs-client-operator-bundle@sha256:be27d3e25035448bcaa691658adeebeacf582d8f19db3e997caab33cf6e8732e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-operator-bundle@sha256:be27d3e25035448bcaa691658adeebeacf582d8f19db3e997caab33cf6e8732e?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-client-operator-bundle\u0026tag=v4.16.1-8"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-rhel9-operator@sha256:95faa45331614593c4b6e3994656d7fde32476598ef46ec0b9cff5be02483b90_ppc64le",
"product": {
"name": "odf4/ocs-client-rhel9-operator@sha256:95faa45331614593c4b6e3994656d7fde32476598ef46ec0b9cff5be02483b90_ppc64le",
"product_id": "odf4/ocs-client-rhel9-operator@sha256:95faa45331614593c4b6e3994656d7fde32476598ef46ec0b9cff5be02483b90_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256:95faa45331614593c4b6e3994656d7fde32476598ef46ec0b9cff5be02483b90?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-client-rhel9-operator\u0026tag=v4.16.1-3"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:8e9371822e053e7a29cd87853feef39ffa782a626a2bd895a7fb506362d70561_ppc64le",
"product": {
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:8e9371822e053e7a29cd87853feef39ffa782a626a2bd895a7fb506362d70561_ppc64le",
"product_id": "odf4/ocs-metrics-exporter-rhel9@sha256:8e9371822e053e7a29cd87853feef39ffa782a626a2bd895a7fb506362d70561_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256:8e9371822e053e7a29cd87853feef39ffa782a626a2bd895a7fb506362d70561?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-metrics-exporter-rhel9\u0026tag=v4.16.1-4"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-operator-bundle@sha256:748d2241aa0c3fda48079434de8f2938013853a492f96a3d83dbc6ea3f977189_ppc64le",
"product": {
"name": "odf4/ocs-operator-bundle@sha256:748d2241aa0c3fda48079434de8f2938013853a492f96a3d83dbc6ea3f977189_ppc64le",
"product_id": "odf4/ocs-operator-bundle@sha256:748d2241aa0c3fda48079434de8f2938013853a492f96a3d83dbc6ea3f977189_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-operator-bundle@sha256:748d2241aa0c3fda48079434de8f2938013853a492f96a3d83dbc6ea3f977189?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-operator-bundle\u0026tag=v4.16.1-8"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-rhel9-operator@sha256:2cd2d4df67b9987d5b03f101f21d8ec543c54c80453f63ffe0c9992de51fb31b_ppc64le",
"product": {
"name": "odf4/ocs-rhel9-operator@sha256:2cd2d4df67b9987d5b03f101f21d8ec543c54c80453f63ffe0c9992de51fb31b_ppc64le",
"product_id": "odf4/ocs-rhel9-operator@sha256:2cd2d4df67b9987d5b03f101f21d8ec543c54c80453f63ffe0c9992de51fb31b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256:2cd2d4df67b9987d5b03f101f21d8ec543c54c80453f63ffe0c9992de51fb31b?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-rhel9-operator\u0026tag=v4.16.1-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-cli-rhel9@sha256:091456b9e9b39855047c5ce8320279a01c13b24dd50f6fb9fd260b4cbef09419_ppc64le",
"product": {
"name": "odf4/odf-cli-rhel9@sha256:091456b9e9b39855047c5ce8320279a01c13b24dd50f6fb9fd260b4cbef09419_ppc64le",
"product_id": "odf4/odf-cli-rhel9@sha256:091456b9e9b39855047c5ce8320279a01c13b24dd50f6fb9fd260b4cbef09419_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-cli-rhel9@sha256:091456b9e9b39855047c5ce8320279a01c13b24dd50f6fb9fd260b4cbef09419?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-cli-rhel9\u0026tag=v4.16.1-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-console-rhel9@sha256:044b361bcf5b0d620341c54c2cb231e10b989813a2fd623a1547448b4993135e_ppc64le",
"product": {
"name": "odf4/odf-console-rhel9@sha256:044b361bcf5b0d620341c54c2cb231e10b989813a2fd623a1547448b4993135e_ppc64le",
"product_id": "odf4/odf-console-rhel9@sha256:044b361bcf5b0d620341c54c2cb231e10b989813a2fd623a1547448b4993135e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-console-rhel9@sha256:044b361bcf5b0d620341c54c2cb231e10b989813a2fd623a1547448b4993135e?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-console-rhel9\u0026tag=v4.16.1-2"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:5019b0d3275597287b4a03f643980928792d2ec7ce8375ceb61b2950d4b6264f_ppc64le",
"product": {
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:5019b0d3275597287b4a03f643980928792d2ec7ce8375ceb61b2950d4b6264f_ppc64le",
"product_id": "odf4/odf-cosi-sidecar-rhel9@sha256:5019b0d3275597287b4a03f643980928792d2ec7ce8375ceb61b2950d4b6264f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-cosi-sidecar-rhel9@sha256:5019b0d3275597287b4a03f643980928792d2ec7ce8375ceb61b2950d4b6264f?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-cosi-sidecar-rhel9\u0026tag=v4.16.1-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-operator-bundle@sha256:3aff54b2c780272a3a72826a8f108407c46a6baf9d5695dfe015830d3c839923_ppc64le",
"product": {
"name": "odf4/odf-csi-addons-operator-bundle@sha256:3aff54b2c780272a3a72826a8f108407c46a6baf9d5695dfe015830d3c839923_ppc64le",
"product_id": "odf4/odf-csi-addons-operator-bundle@sha256:3aff54b2c780272a3a72826a8f108407c46a6baf9d5695dfe015830d3c839923_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-operator-bundle@sha256:3aff54b2c780272a3a72826a8f108407c46a6baf9d5695dfe015830d3c839923?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-operator-bundle\u0026tag=v4.16.1-8"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:c3d4b853eb155443081d228bf19fe1354907d607c400a2154f8eef375fd104d2_ppc64le",
"product": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:c3d4b853eb155443081d228bf19fe1354907d607c400a2154f8eef375fd104d2_ppc64le",
"product_id": "odf4/odf-csi-addons-rhel9-operator@sha256:c3d4b853eb155443081d228bf19fe1354907d607c400a2154f8eef375fd104d2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256:c3d4b853eb155443081d228bf19fe1354907d607c400a2154f8eef375fd104d2?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-rhel9-operator\u0026tag=v4.16.1-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:f0139a2bc50f5648d778fa235cb56fb0a8cbb7c6c2f479766196a58289319a59_ppc64le",
"product": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:f0139a2bc50f5648d778fa235cb56fb0a8cbb7c6c2f479766196a58289319a59_ppc64le",
"product_id": "odf4/odf-csi-addons-sidecar-rhel9@sha256:f0139a2bc50f5648d778fa235cb56fb0a8cbb7c6c2f479766196a58289319a59_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256:f0139a2bc50f5648d778fa235cb56fb0a8cbb7c6c2f479766196a58289319a59?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9\u0026tag=v4.16.1-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-console-rhel9@sha256:6f3ad3936d057e0ffada026ea9940ff617b4ce4ee9f95188c4fe910d587cd91a_ppc64le",
"product": {
"name": "odf4/odf-multicluster-console-rhel9@sha256:6f3ad3936d057e0ffada026ea9940ff617b4ce4ee9f95188c4fe910d587cd91a_ppc64le",
"product_id": "odf4/odf-multicluster-console-rhel9@sha256:6f3ad3936d057e0ffada026ea9940ff617b4ce4ee9f95188c4fe910d587cd91a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-console-rhel9@sha256:6f3ad3936d057e0ffada026ea9940ff617b4ce4ee9f95188c4fe910d587cd91a?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-console-rhel9\u0026tag=v4.16.1-2"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-operator-bundle@sha256:9de2f1d40808aa283f1cba24bb4c0a75240a1602bcd2ed86e7f3b4f3815c4af8_ppc64le",
"product": {
"name": "odf4/odf-multicluster-operator-bundle@sha256:9de2f1d40808aa283f1cba24bb4c0a75240a1602bcd2ed86e7f3b4f3815c4af8_ppc64le",
"product_id": "odf4/odf-multicluster-operator-bundle@sha256:9de2f1d40808aa283f1cba24bb4c0a75240a1602bcd2ed86e7f3b4f3815c4af8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-operator-bundle@sha256:9de2f1d40808aa283f1cba24bb4c0a75240a1602bcd2ed86e7f3b4f3815c4af8?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-operator-bundle\u0026tag=v4.16.1-8"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-rhel9-operator@sha256:6e4015d0e3c292554944cb03c9cebff4f48ef3e2d8cef026aa11ca3fe9bf036d_ppc64le",
"product": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:6e4015d0e3c292554944cb03c9cebff4f48ef3e2d8cef026aa11ca3fe9bf036d_ppc64le",
"product_id": "odf4/odf-multicluster-rhel9-operator@sha256:6e4015d0e3c292554944cb03c9cebff4f48ef3e2d8cef026aa11ca3fe9bf036d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256:6e4015d0e3c292554944cb03c9cebff4f48ef3e2d8cef026aa11ca3fe9bf036d?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-rhel9-operator\u0026tag=v4.16.1-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-must-gather-rhel9@sha256:41c93c132be814679f8d314ec58580184ca339fca478acc556700f57432950c6_ppc64le",
"product": {
"name": "odf4/odf-must-gather-rhel9@sha256:41c93c132be814679f8d314ec58580184ca339fca478acc556700f57432950c6_ppc64le",
"product_id": "odf4/odf-must-gather-rhel9@sha256:41c93c132be814679f8d314ec58580184ca339fca478acc556700f57432950c6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256:41c93c132be814679f8d314ec58580184ca339fca478acc556700f57432950c6?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-must-gather-rhel9\u0026tag=v4.16.1-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-operator-bundle@sha256:f67b0a900630db2210065cbf1aeab14d12a13070d8585a2e65a1d29b89529b2c_ppc64le",
"product": {
"name": "odf4/odf-operator-bundle@sha256:f67b0a900630db2210065cbf1aeab14d12a13070d8585a2e65a1d29b89529b2c_ppc64le",
"product_id": "odf4/odf-operator-bundle@sha256:f67b0a900630db2210065cbf1aeab14d12a13070d8585a2e65a1d29b89529b2c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-operator-bundle@sha256:f67b0a900630db2210065cbf1aeab14d12a13070d8585a2e65a1d29b89529b2c?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-operator-bundle\u0026tag=v4.16.1-8"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-rhel9-operator@sha256:e7729f564d90aad4251e5d3ad4fd16c47fb7f9131b80e19783d7a8165b00edd7_ppc64le",
"product": {
"name": "odf4/odf-rhel9-operator@sha256:e7729f564d90aad4251e5d3ad4fd16c47fb7f9131b80e19783d7a8165b00edd7_ppc64le",
"product_id": "odf4/odf-rhel9-operator@sha256:e7729f564d90aad4251e5d3ad4fd16c47fb7f9131b80e19783d7a8165b00edd7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256:e7729f564d90aad4251e5d3ad4fd16c47fb7f9131b80e19783d7a8165b00edd7?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-rhel9-operator\u0026tag=v4.16.1-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-prometheus-operator-bundle@sha256:e92d7d74389200c8b99a15f8ef26e6f200d1b6a3d83fd05512a561877fa711d2_ppc64le",
"product": {
"name": "odf4/odf-prometheus-operator-bundle@sha256:e92d7d74389200c8b99a15f8ef26e6f200d1b6a3d83fd05512a561877fa711d2_ppc64le",
"product_id": "odf4/odf-prometheus-operator-bundle@sha256:e92d7d74389200c8b99a15f8ef26e6f200d1b6a3d83fd05512a561877fa711d2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-prometheus-operator-bundle@sha256:e92d7d74389200c8b99a15f8ef26e6f200d1b6a3d83fd05512a561877fa711d2?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-prometheus-operator-bundle\u0026tag=v4.16.1-8"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-cluster-operator-bundle@sha256:7541142b3bfc75c4b77af0c0a030af176c2950abfe184baf13661ab5cd46d0ef_ppc64le",
"product": {
"name": "odf4/odr-cluster-operator-bundle@sha256:7541142b3bfc75c4b77af0c0a030af176c2950abfe184baf13661ab5cd46d0ef_ppc64le",
"product_id": "odf4/odr-cluster-operator-bundle@sha256:7541142b3bfc75c4b77af0c0a030af176c2950abfe184baf13661ab5cd46d0ef_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odr-cluster-operator-bundle@sha256:7541142b3bfc75c4b77af0c0a030af176c2950abfe184baf13661ab5cd46d0ef?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odr-cluster-operator-bundle\u0026tag=v4.16.1-8"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-hub-operator-bundle@sha256:5181636b5baec86e70fb99c1bc85c5be3cb0f04eabec4ea1b1e641535b351254_ppc64le",
"product": {
"name": "odf4/odr-hub-operator-bundle@sha256:5181636b5baec86e70fb99c1bc85c5be3cb0f04eabec4ea1b1e641535b351254_ppc64le",
"product_id": "odf4/odr-hub-operator-bundle@sha256:5181636b5baec86e70fb99c1bc85c5be3cb0f04eabec4ea1b1e641535b351254_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odr-hub-operator-bundle@sha256:5181636b5baec86e70fb99c1bc85c5be3cb0f04eabec4ea1b1e641535b351254?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odr-hub-operator-bundle\u0026tag=v4.16.1-8"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-rhel9-operator@sha256:d7f7e96d499d455be312cbbe5ca3b9fdd908c0b5f32bf9084485b187d011468b_ppc64le",
"product": {
"name": "odf4/odr-rhel9-operator@sha256:d7f7e96d499d455be312cbbe5ca3b9fdd908c0b5f32bf9084485b187d011468b_ppc64le",
"product_id": "odf4/odr-rhel9-operator@sha256:d7f7e96d499d455be312cbbe5ca3b9fdd908c0b5f32bf9084485b187d011468b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256:d7f7e96d499d455be312cbbe5ca3b9fdd908c0b5f32bf9084485b187d011468b?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odr-rhel9-operator\u0026tag=v4.16.1-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-recipe-operator-bundle@sha256:25b4e308664bc79e2fd2f8cb3164d0783a138a0e9c50ab7ae4e56ab2c81661ce_ppc64le",
"product": {
"name": "odf4/odr-recipe-operator-bundle@sha256:25b4e308664bc79e2fd2f8cb3164d0783a138a0e9c50ab7ae4e56ab2c81661ce_ppc64le",
"product_id": "odf4/odr-recipe-operator-bundle@sha256:25b4e308664bc79e2fd2f8cb3164d0783a138a0e9c50ab7ae4e56ab2c81661ce_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odr-recipe-operator-bundle@sha256:25b4e308664bc79e2fd2f8cb3164d0783a138a0e9c50ab7ae4e56ab2c81661ce?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odr-recipe-operator-bundle\u0026tag=v4.16.1-8"
}
}
},
{
"category": "product_version",
"name": "odf4/rook-ceph-operator-bundle@sha256:36263cf26f4b46ec367fda44585e9d9b777179e39e596a2a9a6d80c16a810560_ppc64le",
"product": {
"name": "odf4/rook-ceph-operator-bundle@sha256:36263cf26f4b46ec367fda44585e9d9b777179e39e596a2a9a6d80c16a810560_ppc64le",
"product_id": "odf4/rook-ceph-operator-bundle@sha256:36263cf26f4b46ec367fda44585e9d9b777179e39e596a2a9a6d80c16a810560_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-operator-bundle@sha256:36263cf26f4b46ec367fda44585e9d9b777179e39e596a2a9a6d80c16a810560?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/rook-ceph-operator-bundle\u0026tag=v4.16.1-8"
}
}
},
{
"category": "product_version",
"name": "odf4/rook-ceph-rhel9-operator@sha256:2266033ffe27d8fdf9400cabb687b1eaa270c4413cc578742677a355bc48bb3f_ppc64le",
"product": {
"name": "odf4/rook-ceph-rhel9-operator@sha256:2266033ffe27d8fdf9400cabb687b1eaa270c4413cc578742677a355bc48bb3f_ppc64le",
"product_id": "odf4/rook-ceph-rhel9-operator@sha256:2266033ffe27d8fdf9400cabb687b1eaa270c4413cc578742677a355bc48bb3f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-rhel9-operator@sha256:2266033ffe27d8fdf9400cabb687b1eaa270c4413cc578742677a355bc48bb3f?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/rook-ceph-rhel9-operator\u0026tag=v4.16.1-3"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "odf4/cephcsi-rhel9@sha256:cbe15eaab7f10fe9b4c9bfa6e3d1f0351d8cbbc27d5d96627e11e9c861da29d9_s390x",
"product": {
"name": "odf4/cephcsi-rhel9@sha256:cbe15eaab7f10fe9b4c9bfa6e3d1f0351d8cbbc27d5d96627e11e9c861da29d9_s390x",
"product_id": "odf4/cephcsi-rhel9@sha256:cbe15eaab7f10fe9b4c9bfa6e3d1f0351d8cbbc27d5d96627e11e9c861da29d9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9@sha256:cbe15eaab7f10fe9b4c9bfa6e3d1f0351d8cbbc27d5d96627e11e9c861da29d9?arch=s390x\u0026repository_url=registry.redhat.io/odf4/cephcsi-rhel9\u0026tag=v4.16.1-3"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-core-rhel9@sha256:d293b85fa2d8a749f802ddba16f4f6ed3dff5c8d7b0b1cb56527401da37772b4_s390x",
"product": {
"name": "odf4/mcg-core-rhel9@sha256:d293b85fa2d8a749f802ddba16f4f6ed3dff5c8d7b0b1cb56527401da37772b4_s390x",
"product_id": "odf4/mcg-core-rhel9@sha256:d293b85fa2d8a749f802ddba16f4f6ed3dff5c8d7b0b1cb56527401da37772b4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256:d293b85fa2d8a749f802ddba16f4f6ed3dff5c8d7b0b1cb56527401da37772b4?arch=s390x\u0026repository_url=registry.redhat.io/odf4/mcg-core-rhel9\u0026tag=v4.16.1-2"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-operator-bundle@sha256:0321e7c87a5a64fa0936584badd2848e79c0071800f596b7d177fcc68553bd22_s390x",
"product": {
"name": "odf4/mcg-operator-bundle@sha256:0321e7c87a5a64fa0936584badd2848e79c0071800f596b7d177fcc68553bd22_s390x",
"product_id": "odf4/mcg-operator-bundle@sha256:0321e7c87a5a64fa0936584badd2848e79c0071800f596b7d177fcc68553bd22_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcg-operator-bundle@sha256:0321e7c87a5a64fa0936584badd2848e79c0071800f596b7d177fcc68553bd22?arch=s390x\u0026repository_url=registry.redhat.io/odf4/mcg-operator-bundle\u0026tag=v4.16.1-8"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-rhel9-operator@sha256:3ef8732d07e7a5ce8d8decdf01c46924f93c552e82d7805a251bfe368b62c6de_s390x",
"product": {
"name": "odf4/mcg-rhel9-operator@sha256:3ef8732d07e7a5ce8d8decdf01c46924f93c552e82d7805a251bfe368b62c6de_s390x",
"product_id": "odf4/mcg-rhel9-operator@sha256:3ef8732d07e7a5ce8d8decdf01c46924f93c552e82d7805a251bfe368b62c6de_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256:3ef8732d07e7a5ce8d8decdf01c46924f93c552e82d7805a251bfe368b62c6de?arch=s390x\u0026repository_url=registry.redhat.io/odf4/mcg-rhel9-operator\u0026tag=v4.16.1-3"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-console-rhel9@sha256:7f6c46935a8eab7e09333068aed758aa275b9d5fd7282f15b5fd85070fe28875_s390x",
"product": {
"name": "odf4/ocs-client-console-rhel9@sha256:7f6c46935a8eab7e09333068aed758aa275b9d5fd7282f15b5fd85070fe28875_s390x",
"product_id": "odf4/ocs-client-console-rhel9@sha256:7f6c46935a8eab7e09333068aed758aa275b9d5fd7282f15b5fd85070fe28875_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-console-rhel9@sha256:7f6c46935a8eab7e09333068aed758aa275b9d5fd7282f15b5fd85070fe28875?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-client-console-rhel9\u0026tag=v4.16.1-2"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-operator-bundle@sha256:8129b7ae939cffb029ac10631d29c6ea081928c4f42ee7ba7de91f3a6f6bf7ef_s390x",
"product": {
"name": "odf4/ocs-client-operator-bundle@sha256:8129b7ae939cffb029ac10631d29c6ea081928c4f42ee7ba7de91f3a6f6bf7ef_s390x",
"product_id": "odf4/ocs-client-operator-bundle@sha256:8129b7ae939cffb029ac10631d29c6ea081928c4f42ee7ba7de91f3a6f6bf7ef_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-operator-bundle@sha256:8129b7ae939cffb029ac10631d29c6ea081928c4f42ee7ba7de91f3a6f6bf7ef?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-client-operator-bundle\u0026tag=v4.16.1-8"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-rhel9-operator@sha256:09456ceabf9dd2f05837d65632a920f537e36695e7342ae70f20c363284859ec_s390x",
"product": {
"name": "odf4/ocs-client-rhel9-operator@sha256:09456ceabf9dd2f05837d65632a920f537e36695e7342ae70f20c363284859ec_s390x",
"product_id": "odf4/ocs-client-rhel9-operator@sha256:09456ceabf9dd2f05837d65632a920f537e36695e7342ae70f20c363284859ec_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256:09456ceabf9dd2f05837d65632a920f537e36695e7342ae70f20c363284859ec?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-client-rhel9-operator\u0026tag=v4.16.1-3"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:e0f9bc46a2c99eedadeac36117081f1d0e1cf6c979e1162cb0039540e286fbb0_s390x",
"product": {
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:e0f9bc46a2c99eedadeac36117081f1d0e1cf6c979e1162cb0039540e286fbb0_s390x",
"product_id": "odf4/ocs-metrics-exporter-rhel9@sha256:e0f9bc46a2c99eedadeac36117081f1d0e1cf6c979e1162cb0039540e286fbb0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256:e0f9bc46a2c99eedadeac36117081f1d0e1cf6c979e1162cb0039540e286fbb0?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-metrics-exporter-rhel9\u0026tag=v4.16.1-4"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-operator-bundle@sha256:ec4ae584df707de94c71a61bb3be58fda42f739eebc564855feff87126aa21a0_s390x",
"product": {
"name": "odf4/ocs-operator-bundle@sha256:ec4ae584df707de94c71a61bb3be58fda42f739eebc564855feff87126aa21a0_s390x",
"product_id": "odf4/ocs-operator-bundle@sha256:ec4ae584df707de94c71a61bb3be58fda42f739eebc564855feff87126aa21a0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-operator-bundle@sha256:ec4ae584df707de94c71a61bb3be58fda42f739eebc564855feff87126aa21a0?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-operator-bundle\u0026tag=v4.16.1-8"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-rhel9-operator@sha256:c140ed81d2fb76971ef12534a1360b869f036f87d94b4a843770366a469847af_s390x",
"product": {
"name": "odf4/ocs-rhel9-operator@sha256:c140ed81d2fb76971ef12534a1360b869f036f87d94b4a843770366a469847af_s390x",
"product_id": "odf4/ocs-rhel9-operator@sha256:c140ed81d2fb76971ef12534a1360b869f036f87d94b4a843770366a469847af_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256:c140ed81d2fb76971ef12534a1360b869f036f87d94b4a843770366a469847af?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-rhel9-operator\u0026tag=v4.16.1-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-cli-rhel9@sha256:9b5f8076b5e6c1db98ad72c8787b08b12ecd42a1bf7feada78b3f28dc15c40cb_s390x",
"product": {
"name": "odf4/odf-cli-rhel9@sha256:9b5f8076b5e6c1db98ad72c8787b08b12ecd42a1bf7feada78b3f28dc15c40cb_s390x",
"product_id": "odf4/odf-cli-rhel9@sha256:9b5f8076b5e6c1db98ad72c8787b08b12ecd42a1bf7feada78b3f28dc15c40cb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-cli-rhel9@sha256:9b5f8076b5e6c1db98ad72c8787b08b12ecd42a1bf7feada78b3f28dc15c40cb?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-cli-rhel9\u0026tag=v4.16.1-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-console-rhel9@sha256:43f56e9a6e4dcd6a671fb77ab57f6dd39e3a7975824e02780ddf69191f00a014_s390x",
"product": {
"name": "odf4/odf-console-rhel9@sha256:43f56e9a6e4dcd6a671fb77ab57f6dd39e3a7975824e02780ddf69191f00a014_s390x",
"product_id": "odf4/odf-console-rhel9@sha256:43f56e9a6e4dcd6a671fb77ab57f6dd39e3a7975824e02780ddf69191f00a014_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-console-rhel9@sha256:43f56e9a6e4dcd6a671fb77ab57f6dd39e3a7975824e02780ddf69191f00a014?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-console-rhel9\u0026tag=v4.16.1-2"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:de8ae72cf2b6bcf851a79e82d25504ca68431a5e2a77ea7140f76c57cf72e8f5_s390x",
"product": {
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:de8ae72cf2b6bcf851a79e82d25504ca68431a5e2a77ea7140f76c57cf72e8f5_s390x",
"product_id": "odf4/odf-cosi-sidecar-rhel9@sha256:de8ae72cf2b6bcf851a79e82d25504ca68431a5e2a77ea7140f76c57cf72e8f5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-cosi-sidecar-rhel9@sha256:de8ae72cf2b6bcf851a79e82d25504ca68431a5e2a77ea7140f76c57cf72e8f5?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-cosi-sidecar-rhel9\u0026tag=v4.16.1-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-operator-bundle@sha256:faefc8cc0c5af0e83f5dec570a290ff512fb6d3f956fc0453a9754baaee5571e_s390x",
"product": {
"name": "odf4/odf-csi-addons-operator-bundle@sha256:faefc8cc0c5af0e83f5dec570a290ff512fb6d3f956fc0453a9754baaee5571e_s390x",
"product_id": "odf4/odf-csi-addons-operator-bundle@sha256:faefc8cc0c5af0e83f5dec570a290ff512fb6d3f956fc0453a9754baaee5571e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-operator-bundle@sha256:faefc8cc0c5af0e83f5dec570a290ff512fb6d3f956fc0453a9754baaee5571e?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-operator-bundle\u0026tag=v4.16.1-8"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:8b9b293463f18fd6786c77de8e9a9958cfd416f75136d1d9ec17cd01ac4ba39d_s390x",
"product": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:8b9b293463f18fd6786c77de8e9a9958cfd416f75136d1d9ec17cd01ac4ba39d_s390x",
"product_id": "odf4/odf-csi-addons-rhel9-operator@sha256:8b9b293463f18fd6786c77de8e9a9958cfd416f75136d1d9ec17cd01ac4ba39d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256:8b9b293463f18fd6786c77de8e9a9958cfd416f75136d1d9ec17cd01ac4ba39d?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-rhel9-operator\u0026tag=v4.16.1-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:0d970bcfa5bd479eaa979a079da6847ca3180ef85a364cc76623ea5553a16471_s390x",
"product": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:0d970bcfa5bd479eaa979a079da6847ca3180ef85a364cc76623ea5553a16471_s390x",
"product_id": "odf4/odf-csi-addons-sidecar-rhel9@sha256:0d970bcfa5bd479eaa979a079da6847ca3180ef85a364cc76623ea5553a16471_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256:0d970bcfa5bd479eaa979a079da6847ca3180ef85a364cc76623ea5553a16471?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9\u0026tag=v4.16.1-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-console-rhel9@sha256:05c3b02e9071d837bfbadfc9c9fd4d4a2a2e165138efcfee0040f7d293bd5b73_s390x",
"product": {
"name": "odf4/odf-multicluster-console-rhel9@sha256:05c3b02e9071d837bfbadfc9c9fd4d4a2a2e165138efcfee0040f7d293bd5b73_s390x",
"product_id": "odf4/odf-multicluster-console-rhel9@sha256:05c3b02e9071d837bfbadfc9c9fd4d4a2a2e165138efcfee0040f7d293bd5b73_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-console-rhel9@sha256:05c3b02e9071d837bfbadfc9c9fd4d4a2a2e165138efcfee0040f7d293bd5b73?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-console-rhel9\u0026tag=v4.16.1-2"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-operator-bundle@sha256:33150f654b436240a720f25aa6061c84a3acf71fedf78544c027c1873f5de8ad_s390x",
"product": {
"name": "odf4/odf-multicluster-operator-bundle@sha256:33150f654b436240a720f25aa6061c84a3acf71fedf78544c027c1873f5de8ad_s390x",
"product_id": "odf4/odf-multicluster-operator-bundle@sha256:33150f654b436240a720f25aa6061c84a3acf71fedf78544c027c1873f5de8ad_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-operator-bundle@sha256:33150f654b436240a720f25aa6061c84a3acf71fedf78544c027c1873f5de8ad?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-operator-bundle\u0026tag=v4.16.1-8"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-rhel9-operator@sha256:7d2e92b9644ea87a63f180d5df94a90dda73877edec4382046424260749d4c8f_s390x",
"product": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:7d2e92b9644ea87a63f180d5df94a90dda73877edec4382046424260749d4c8f_s390x",
"product_id": "odf4/odf-multicluster-rhel9-operator@sha256:7d2e92b9644ea87a63f180d5df94a90dda73877edec4382046424260749d4c8f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256:7d2e92b9644ea87a63f180d5df94a90dda73877edec4382046424260749d4c8f?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-rhel9-operator\u0026tag=v4.16.1-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-must-gather-rhel9@sha256:f5d1f5027a5485e2432eabdee72fbf636b00e25eee3704aa37ea5b07ff6a20a1_s390x",
"product": {
"name": "odf4/odf-must-gather-rhel9@sha256:f5d1f5027a5485e2432eabdee72fbf636b00e25eee3704aa37ea5b07ff6a20a1_s390x",
"product_id": "odf4/odf-must-gather-rhel9@sha256:f5d1f5027a5485e2432eabdee72fbf636b00e25eee3704aa37ea5b07ff6a20a1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256:f5d1f5027a5485e2432eabdee72fbf636b00e25eee3704aa37ea5b07ff6a20a1?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-must-gather-rhel9\u0026tag=v4.16.1-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-operator-bundle@sha256:8fdd6f5608b742ee31926cfa9e2f7e295be4a9931d757c7693f98a7d5d4478a3_s390x",
"product": {
"name": "odf4/odf-operator-bundle@sha256:8fdd6f5608b742ee31926cfa9e2f7e295be4a9931d757c7693f98a7d5d4478a3_s390x",
"product_id": "odf4/odf-operator-bundle@sha256:8fdd6f5608b742ee31926cfa9e2f7e295be4a9931d757c7693f98a7d5d4478a3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-operator-bundle@sha256:8fdd6f5608b742ee31926cfa9e2f7e295be4a9931d757c7693f98a7d5d4478a3?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-operator-bundle\u0026tag=v4.16.1-8"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-rhel9-operator@sha256:0a57f08a5871b21ea226a42411c422acd5e4dd01a8d2966fcfdaf538ec36145d_s390x",
"product": {
"name": "odf4/odf-rhel9-operator@sha256:0a57f08a5871b21ea226a42411c422acd5e4dd01a8d2966fcfdaf538ec36145d_s390x",
"product_id": "odf4/odf-rhel9-operator@sha256:0a57f08a5871b21ea226a42411c422acd5e4dd01a8d2966fcfdaf538ec36145d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256:0a57f08a5871b21ea226a42411c422acd5e4dd01a8d2966fcfdaf538ec36145d?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-rhel9-operator\u0026tag=v4.16.1-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-prometheus-operator-bundle@sha256:6e165539443c883df627d1d3a067c2015ab4b8c92636f0eaa03ab704338cde84_s390x",
"product": {
"name": "odf4/odf-prometheus-operator-bundle@sha256:6e165539443c883df627d1d3a067c2015ab4b8c92636f0eaa03ab704338cde84_s390x",
"product_id": "odf4/odf-prometheus-operator-bundle@sha256:6e165539443c883df627d1d3a067c2015ab4b8c92636f0eaa03ab704338cde84_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-prometheus-operator-bundle@sha256:6e165539443c883df627d1d3a067c2015ab4b8c92636f0eaa03ab704338cde84?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-prometheus-operator-bundle\u0026tag=v4.16.1-8"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-cluster-operator-bundle@sha256:7e1eb3a5aacfb9857628c5cb8c6aa3497ecbbf57fd20d2fc075bed7c46a4d374_s390x",
"product": {
"name": "odf4/odr-cluster-operator-bundle@sha256:7e1eb3a5aacfb9857628c5cb8c6aa3497ecbbf57fd20d2fc075bed7c46a4d374_s390x",
"product_id": "odf4/odr-cluster-operator-bundle@sha256:7e1eb3a5aacfb9857628c5cb8c6aa3497ecbbf57fd20d2fc075bed7c46a4d374_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odr-cluster-operator-bundle@sha256:7e1eb3a5aacfb9857628c5cb8c6aa3497ecbbf57fd20d2fc075bed7c46a4d374?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odr-cluster-operator-bundle\u0026tag=v4.16.1-8"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-hub-operator-bundle@sha256:9930309a4b39177c64e59e80d38b335a56707b555735cfb300a7427e884041c5_s390x",
"product": {
"name": "odf4/odr-hub-operator-bundle@sha256:9930309a4b39177c64e59e80d38b335a56707b555735cfb300a7427e884041c5_s390x",
"product_id": "odf4/odr-hub-operator-bundle@sha256:9930309a4b39177c64e59e80d38b335a56707b555735cfb300a7427e884041c5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odr-hub-operator-bundle@sha256:9930309a4b39177c64e59e80d38b335a56707b555735cfb300a7427e884041c5?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odr-hub-operator-bundle\u0026tag=v4.16.1-8"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-rhel9-operator@sha256:cb972df19c908be774dab768adaad68e7f77e91a090268f87dd9357fda94f4e6_s390x",
"product": {
"name": "odf4/odr-rhel9-operator@sha256:cb972df19c908be774dab768adaad68e7f77e91a090268f87dd9357fda94f4e6_s390x",
"product_id": "odf4/odr-rhel9-operator@sha256:cb972df19c908be774dab768adaad68e7f77e91a090268f87dd9357fda94f4e6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256:cb972df19c908be774dab768adaad68e7f77e91a090268f87dd9357fda94f4e6?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odr-rhel9-operator\u0026tag=v4.16.1-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-recipe-operator-bundle@sha256:ae49eac8ca8c9d7d4f56a87e58725de23f1d1f9779a4d87dd357b09ef43e30a5_s390x",
"product": {
"name": "odf4/odr-recipe-operator-bundle@sha256:ae49eac8ca8c9d7d4f56a87e58725de23f1d1f9779a4d87dd357b09ef43e30a5_s390x",
"product_id": "odf4/odr-recipe-operator-bundle@sha256:ae49eac8ca8c9d7d4f56a87e58725de23f1d1f9779a4d87dd357b09ef43e30a5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odr-recipe-operator-bundle@sha256:ae49eac8ca8c9d7d4f56a87e58725de23f1d1f9779a4d87dd357b09ef43e30a5?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odr-recipe-operator-bundle\u0026tag=v4.16.1-8"
}
}
},
{
"category": "product_version",
"name": "odf4/rook-ceph-operator-bundle@sha256:df2bc89fc87efd94ba809e961262574a2a6032f9dcb26149480cdd4505864a6a_s390x",
"product": {
"name": "odf4/rook-ceph-operator-bundle@sha256:df2bc89fc87efd94ba809e961262574a2a6032f9dcb26149480cdd4505864a6a_s390x",
"product_id": "odf4/rook-ceph-operator-bundle@sha256:df2bc89fc87efd94ba809e961262574a2a6032f9dcb26149480cdd4505864a6a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-operator-bundle@sha256:df2bc89fc87efd94ba809e961262574a2a6032f9dcb26149480cdd4505864a6a?arch=s390x\u0026repository_url=registry.redhat.io/odf4/rook-ceph-operator-bundle\u0026tag=v4.16.1-8"
}
}
},
{
"category": "product_version",
"name": "odf4/rook-ceph-rhel9-operator@sha256:a5712cee59edac6e8be064660ec7f8920169e728250a891d8437c9a8838f09d5_s390x",
"product": {
"name": "odf4/rook-ceph-rhel9-operator@sha256:a5712cee59edac6e8be064660ec7f8920169e728250a891d8437c9a8838f09d5_s390x",
"product_id": "odf4/rook-ceph-rhel9-operator@sha256:a5712cee59edac6e8be064660ec7f8920169e728250a891d8437c9a8838f09d5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-rhel9-operator@sha256:a5712cee59edac6e8be064660ec7f8920169e728250a891d8437c9a8838f09d5?arch=s390x\u0026repository_url=registry.redhat.io/odf4/rook-ceph-rhel9-operator\u0026tag=v4.16.1-3"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "odf4/mcg-core-rhel9@sha256:b4e552db7dcd293fa421aa6ee9c6e91198c6be6dea70addcbd6c12687509631a_arm64",
"product": {
"name": "odf4/mcg-core-rhel9@sha256:b4e552db7dcd293fa421aa6ee9c6e91198c6be6dea70addcbd6c12687509631a_arm64",
"product_id": "odf4/mcg-core-rhel9@sha256:b4e552db7dcd293fa421aa6ee9c6e91198c6be6dea70addcbd6c12687509631a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256:b4e552db7dcd293fa421aa6ee9c6e91198c6be6dea70addcbd6c12687509631a?arch=arm64\u0026repository_url=registry.redhat.io/odf4/mcg-core-rhel9\u0026tag=v4.16.1-2"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-rhel9-operator@sha256:aab65b61fca5ff87dfdad973928df8c22c6231c14b838063bd2d44e4f16fe744_arm64",
"product": {
"name": "odf4/mcg-rhel9-operator@sha256:aab65b61fca5ff87dfdad973928df8c22c6231c14b838063bd2d44e4f16fe744_arm64",
"product_id": "odf4/mcg-rhel9-operator@sha256:aab65b61fca5ff87dfdad973928df8c22c6231c14b838063bd2d44e4f16fe744_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256:aab65b61fca5ff87dfdad973928df8c22c6231c14b838063bd2d44e4f16fe744?arch=arm64\u0026repository_url=registry.redhat.io/odf4/mcg-rhel9-operator\u0026tag=v4.16.1-3"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-rhel9-operator@sha256:d19019a22f7611ce91c582c3294693eef2cdeefccb72f230f8e37ff111272c53_arm64",
"product": {
"name": "odf4/ocs-client-rhel9-operator@sha256:d19019a22f7611ce91c582c3294693eef2cdeefccb72f230f8e37ff111272c53_arm64",
"product_id": "odf4/ocs-client-rhel9-operator@sha256:d19019a22f7611ce91c582c3294693eef2cdeefccb72f230f8e37ff111272c53_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256:d19019a22f7611ce91c582c3294693eef2cdeefccb72f230f8e37ff111272c53?arch=arm64\u0026repository_url=registry.redhat.io/odf4/ocs-client-rhel9-operator\u0026tag=v4.16.1-3"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-rhel9-operator@sha256:89fc88d2d80afd98ae222faae7bcde0088c236bc78dc7106c6752ebd6b22b678_arm64",
"product": {
"name": "odf4/ocs-rhel9-operator@sha256:89fc88d2d80afd98ae222faae7bcde0088c236bc78dc7106c6752ebd6b22b678_arm64",
"product_id": "odf4/ocs-rhel9-operator@sha256:89fc88d2d80afd98ae222faae7bcde0088c236bc78dc7106c6752ebd6b22b678_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256:89fc88d2d80afd98ae222faae7bcde0088c236bc78dc7106c6752ebd6b22b678?arch=arm64\u0026repository_url=registry.redhat.io/odf4/ocs-rhel9-operator\u0026tag=v4.16.1-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-cli-rhel9@sha256:10e2fb7e9f301570b64b0332a98a590702dc3a88eeebf59c72bd194c88725011_arm64",
"product": {
"name": "odf4/odf-cli-rhel9@sha256:10e2fb7e9f301570b64b0332a98a590702dc3a88eeebf59c72bd194c88725011_arm64",
"product_id": "odf4/odf-cli-rhel9@sha256:10e2fb7e9f301570b64b0332a98a590702dc3a88eeebf59c72bd194c88725011_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-cli-rhel9@sha256:10e2fb7e9f301570b64b0332a98a590702dc3a88eeebf59c72bd194c88725011?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-cli-rhel9\u0026tag=v4.16.1-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:62c08cc5494bdb99f6aec1e9127747b64665889328b5203838ec772baa2e1a6c_arm64",
"product": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:62c08cc5494bdb99f6aec1e9127747b64665889328b5203838ec772baa2e1a6c_arm64",
"product_id": "odf4/odf-csi-addons-rhel9-operator@sha256:62c08cc5494bdb99f6aec1e9127747b64665889328b5203838ec772baa2e1a6c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256:62c08cc5494bdb99f6aec1e9127747b64665889328b5203838ec772baa2e1a6c?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-rhel9-operator\u0026tag=v4.16.1-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:63c03249589cf2f5f870c646b780a5210cd639fb001b54662f7c578c374fb313_arm64",
"product": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:63c03249589cf2f5f870c646b780a5210cd639fb001b54662f7c578c374fb313_arm64",
"product_id": "odf4/odf-csi-addons-sidecar-rhel9@sha256:63c03249589cf2f5f870c646b780a5210cd639fb001b54662f7c578c374fb313_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256:63c03249589cf2f5f870c646b780a5210cd639fb001b54662f7c578c374fb313?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9\u0026tag=v4.16.1-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-rhel9-operator@sha256:c03b89f953f3f22a57f241a78ef14cea1c463828e6c8a40f0d4d1373febd9bd9_arm64",
"product": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:c03b89f953f3f22a57f241a78ef14cea1c463828e6c8a40f0d4d1373febd9bd9_arm64",
"product_id": "odf4/odf-multicluster-rhel9-operator@sha256:c03b89f953f3f22a57f241a78ef14cea1c463828e6c8a40f0d4d1373febd9bd9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256:c03b89f953f3f22a57f241a78ef14cea1c463828e6c8a40f0d4d1373febd9bd9?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-rhel9-operator\u0026tag=v4.16.1-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-must-gather-rhel9@sha256:f073748405916c49c3c32918f7b95445dce54782b216f547da5d450190375bfb_arm64",
"product": {
"name": "odf4/odf-must-gather-rhel9@sha256:f073748405916c49c3c32918f7b95445dce54782b216f547da5d450190375bfb_arm64",
"product_id": "odf4/odf-must-gather-rhel9@sha256:f073748405916c49c3c32918f7b95445dce54782b216f547da5d450190375bfb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256:f073748405916c49c3c32918f7b95445dce54782b216f547da5d450190375bfb?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-must-gather-rhel9\u0026tag=v4.16.1-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-rhel9-operator@sha256:ee387d969e557da7dcb01221d54e09bdc30d8a09fa0a18286c323de0b372c0a6_arm64",
"product": {
"name": "odf4/odf-rhel9-operator@sha256:ee387d969e557da7dcb01221d54e09bdc30d8a09fa0a18286c323de0b372c0a6_arm64",
"product_id": "odf4/odf-rhel9-operator@sha256:ee387d969e557da7dcb01221d54e09bdc30d8a09fa0a18286c323de0b372c0a6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256:ee387d969e557da7dcb01221d54e09bdc30d8a09fa0a18286c323de0b372c0a6?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-rhel9-operator\u0026tag=v4.16.1-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-rhel9-operator@sha256:9bede4592dac7976c5e4eedb00f183ee1553e3f64a5a644098d32b47ae5d5c62_arm64",
"product": {
"name": "odf4/odr-rhel9-operator@sha256:9bede4592dac7976c5e4eedb00f183ee1553e3f64a5a644098d32b47ae5d5c62_arm64",
"product_id": "odf4/odr-rhel9-operator@sha256:9bede4592dac7976c5e4eedb00f183ee1553e3f64a5a644098d32b47ae5d5c62_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256:9bede4592dac7976c5e4eedb00f183ee1553e3f64a5a644098d32b47ae5d5c62?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odr-rhel9-operator\u0026tag=v4.16.1-1"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/cephcsi-rhel9@sha256:1fd2db3d141cc063c6557000c8b1be2425712dc4262240c3c9195d8980772191_ppc64le as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:1fd2db3d141cc063c6557000c8b1be2425712dc4262240c3c9195d8980772191_ppc64le"
},
"product_reference": "odf4/cephcsi-rhel9@sha256:1fd2db3d141cc063c6557000c8b1be2425712dc4262240c3c9195d8980772191_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/cephcsi-rhel9@sha256:cbe15eaab7f10fe9b4c9bfa6e3d1f0351d8cbbc27d5d96627e11e9c861da29d9_s390x as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:cbe15eaab7f10fe9b4c9bfa6e3d1f0351d8cbbc27d5d96627e11e9c861da29d9_s390x"
},
"product_reference": "odf4/cephcsi-rhel9@sha256:cbe15eaab7f10fe9b4c9bfa6e3d1f0351d8cbbc27d5d96627e11e9c861da29d9_s390x",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/cephcsi-rhel9@sha256:d4177d019b86fec5610d852b8b90e6464190969e75de9172f2f252c26076d40d_amd64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:d4177d019b86fec5610d852b8b90e6464190969e75de9172f2f252c26076d40d_amd64"
},
"product_reference": "odf4/cephcsi-rhel9@sha256:d4177d019b86fec5610d852b8b90e6464190969e75de9172f2f252c26076d40d_amd64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-core-rhel9@sha256:52b894a194732eac846c63a3669b128d6505b8b944c60cf1ee07c7daa201c9c3_amd64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:52b894a194732eac846c63a3669b128d6505b8b944c60cf1ee07c7daa201c9c3_amd64"
},
"product_reference": "odf4/mcg-core-rhel9@sha256:52b894a194732eac846c63a3669b128d6505b8b944c60cf1ee07c7daa201c9c3_amd64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-core-rhel9@sha256:b4e552db7dcd293fa421aa6ee9c6e91198c6be6dea70addcbd6c12687509631a_arm64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:b4e552db7dcd293fa421aa6ee9c6e91198c6be6dea70addcbd6c12687509631a_arm64"
},
"product_reference": "odf4/mcg-core-rhel9@sha256:b4e552db7dcd293fa421aa6ee9c6e91198c6be6dea70addcbd6c12687509631a_arm64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-core-rhel9@sha256:bae697a9acabba4a6ef4b4a16ecb17e102bb4bb8b1c05f93a806701c055bc3eb_ppc64le as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:bae697a9acabba4a6ef4b4a16ecb17e102bb4bb8b1c05f93a806701c055bc3eb_ppc64le"
},
"product_reference": "odf4/mcg-core-rhel9@sha256:bae697a9acabba4a6ef4b4a16ecb17e102bb4bb8b1c05f93a806701c055bc3eb_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-core-rhel9@sha256:d293b85fa2d8a749f802ddba16f4f6ed3dff5c8d7b0b1cb56527401da37772b4_s390x as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:d293b85fa2d8a749f802ddba16f4f6ed3dff5c8d7b0b1cb56527401da37772b4_s390x"
},
"product_reference": "odf4/mcg-core-rhel9@sha256:d293b85fa2d8a749f802ddba16f4f6ed3dff5c8d7b0b1cb56527401da37772b4_s390x",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-operator-bundle@sha256:0321e7c87a5a64fa0936584badd2848e79c0071800f596b7d177fcc68553bd22_s390x as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:0321e7c87a5a64fa0936584badd2848e79c0071800f596b7d177fcc68553bd22_s390x"
},
"product_reference": "odf4/mcg-operator-bundle@sha256:0321e7c87a5a64fa0936584badd2848e79c0071800f596b7d177fcc68553bd22_s390x",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-operator-bundle@sha256:3d8a3e1cbf57c99a46d0901a1eb6f00f7a957b90a7868d394785e446f643c5ca_amd64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:3d8a3e1cbf57c99a46d0901a1eb6f00f7a957b90a7868d394785e446f643c5ca_amd64"
},
"product_reference": "odf4/mcg-operator-bundle@sha256:3d8a3e1cbf57c99a46d0901a1eb6f00f7a957b90a7868d394785e446f643c5ca_amd64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-operator-bundle@sha256:833c743bef3449dce3c0521590dfbe5e07105dece7f6c8e08dc4d1d402905d7b_ppc64le as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:833c743bef3449dce3c0521590dfbe5e07105dece7f6c8e08dc4d1d402905d7b_ppc64le"
},
"product_reference": "odf4/mcg-operator-bundle@sha256:833c743bef3449dce3c0521590dfbe5e07105dece7f6c8e08dc4d1d402905d7b_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-rhel9-operator@sha256:3ef8732d07e7a5ce8d8decdf01c46924f93c552e82d7805a251bfe368b62c6de_s390x as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:3ef8732d07e7a5ce8d8decdf01c46924f93c552e82d7805a251bfe368b62c6de_s390x"
},
"product_reference": "odf4/mcg-rhel9-operator@sha256:3ef8732d07e7a5ce8d8decdf01c46924f93c552e82d7805a251bfe368b62c6de_s390x",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-rhel9-operator@sha256:7ad5dc366963e89022aacc0f8be37d16b0e63dde3ffc7dc49805c300ee61c496_amd64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:7ad5dc366963e89022aacc0f8be37d16b0e63dde3ffc7dc49805c300ee61c496_amd64"
},
"product_reference": "odf4/mcg-rhel9-operator@sha256:7ad5dc366963e89022aacc0f8be37d16b0e63dde3ffc7dc49805c300ee61c496_amd64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-rhel9-operator@sha256:aab65b61fca5ff87dfdad973928df8c22c6231c14b838063bd2d44e4f16fe744_arm64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:aab65b61fca5ff87dfdad973928df8c22c6231c14b838063bd2d44e4f16fe744_arm64"
},
"product_reference": "odf4/mcg-rhel9-operator@sha256:aab65b61fca5ff87dfdad973928df8c22c6231c14b838063bd2d44e4f16fe744_arm64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-rhel9-operator@sha256:d817e724ace3b1b6e05614499c0cb635b567dcbbc71f619d6f41cb85c4b34744_ppc64le as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:d817e724ace3b1b6e05614499c0cb635b567dcbbc71f619d6f41cb85c4b34744_ppc64le"
},
"product_reference": "odf4/mcg-rhel9-operator@sha256:d817e724ace3b1b6e05614499c0cb635b567dcbbc71f619d6f41cb85c4b34744_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-console-rhel9@sha256:6f71bd3411a04389d302e863acd5351e753b614f4f077aee0274056ce23739b4_ppc64le as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:6f71bd3411a04389d302e863acd5351e753b614f4f077aee0274056ce23739b4_ppc64le"
},
"product_reference": "odf4/ocs-client-console-rhel9@sha256:6f71bd3411a04389d302e863acd5351e753b614f4f077aee0274056ce23739b4_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-console-rhel9@sha256:773c39dc89b6b4cc82e4c78f50d4fb16bd70b611efcb65ea4b767d98fea4f7e3_amd64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:773c39dc89b6b4cc82e4c78f50d4fb16bd70b611efcb65ea4b767d98fea4f7e3_amd64"
},
"product_reference": "odf4/ocs-client-console-rhel9@sha256:773c39dc89b6b4cc82e4c78f50d4fb16bd70b611efcb65ea4b767d98fea4f7e3_amd64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-console-rhel9@sha256:7f6c46935a8eab7e09333068aed758aa275b9d5fd7282f15b5fd85070fe28875_s390x as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:7f6c46935a8eab7e09333068aed758aa275b9d5fd7282f15b5fd85070fe28875_s390x"
},
"product_reference": "odf4/ocs-client-console-rhel9@sha256:7f6c46935a8eab7e09333068aed758aa275b9d5fd7282f15b5fd85070fe28875_s390x",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-operator-bundle@sha256:8129b7ae939cffb029ac10631d29c6ea081928c4f42ee7ba7de91f3a6f6bf7ef_s390x as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:8129b7ae939cffb029ac10631d29c6ea081928c4f42ee7ba7de91f3a6f6bf7ef_s390x"
},
"product_reference": "odf4/ocs-client-operator-bundle@sha256:8129b7ae939cffb029ac10631d29c6ea081928c4f42ee7ba7de91f3a6f6bf7ef_s390x",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-operator-bundle@sha256:be27d3e25035448bcaa691658adeebeacf582d8f19db3e997caab33cf6e8732e_ppc64le as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:be27d3e25035448bcaa691658adeebeacf582d8f19db3e997caab33cf6e8732e_ppc64le"
},
"product_reference": "odf4/ocs-client-operator-bundle@sha256:be27d3e25035448bcaa691658adeebeacf582d8f19db3e997caab33cf6e8732e_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-operator-bundle@sha256:ce6105258794e33e5a805a95c21e9f553922e1753076345aedcc9174fa4f7d5b_amd64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:ce6105258794e33e5a805a95c21e9f553922e1753076345aedcc9174fa4f7d5b_amd64"
},
"product_reference": "odf4/ocs-client-operator-bundle@sha256:ce6105258794e33e5a805a95c21e9f553922e1753076345aedcc9174fa4f7d5b_amd64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-rhel9-operator@sha256:09456ceabf9dd2f05837d65632a920f537e36695e7342ae70f20c363284859ec_s390x as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:09456ceabf9dd2f05837d65632a920f537e36695e7342ae70f20c363284859ec_s390x"
},
"product_reference": "odf4/ocs-client-rhel9-operator@sha256:09456ceabf9dd2f05837d65632a920f537e36695e7342ae70f20c363284859ec_s390x",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-rhel9-operator@sha256:95faa45331614593c4b6e3994656d7fde32476598ef46ec0b9cff5be02483b90_ppc64le as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:95faa45331614593c4b6e3994656d7fde32476598ef46ec0b9cff5be02483b90_ppc64le"
},
"product_reference": "odf4/ocs-client-rhel9-operator@sha256:95faa45331614593c4b6e3994656d7fde32476598ef46ec0b9cff5be02483b90_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-rhel9-operator@sha256:d19019a22f7611ce91c582c3294693eef2cdeefccb72f230f8e37ff111272c53_arm64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:d19019a22f7611ce91c582c3294693eef2cdeefccb72f230f8e37ff111272c53_arm64"
},
"product_reference": "odf4/ocs-client-rhel9-operator@sha256:d19019a22f7611ce91c582c3294693eef2cdeefccb72f230f8e37ff111272c53_arm64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-rhel9-operator@sha256:fdd7c5a2cd69132f5caf4974ed27d49f78f49208ecdedec86d84b7fbdd306994_amd64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:fdd7c5a2cd69132f5caf4974ed27d49f78f49208ecdedec86d84b7fbdd306994_amd64"
},
"product_reference": "odf4/ocs-client-rhel9-operator@sha256:fdd7c5a2cd69132f5caf4974ed27d49f78f49208ecdedec86d84b7fbdd306994_amd64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:2b0078eb2656243a6d91445c2c23a40af9fb2607f107edd5d557e928518211ce_amd64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:2b0078eb2656243a6d91445c2c23a40af9fb2607f107edd5d557e928518211ce_amd64"
},
"product_reference": "odf4/ocs-metrics-exporter-rhel9@sha256:2b0078eb2656243a6d91445c2c23a40af9fb2607f107edd5d557e928518211ce_amd64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:8e9371822e053e7a29cd87853feef39ffa782a626a2bd895a7fb506362d70561_ppc64le as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:8e9371822e053e7a29cd87853feef39ffa782a626a2bd895a7fb506362d70561_ppc64le"
},
"product_reference": "odf4/ocs-metrics-exporter-rhel9@sha256:8e9371822e053e7a29cd87853feef39ffa782a626a2bd895a7fb506362d70561_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:e0f9bc46a2c99eedadeac36117081f1d0e1cf6c979e1162cb0039540e286fbb0_s390x as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:e0f9bc46a2c99eedadeac36117081f1d0e1cf6c979e1162cb0039540e286fbb0_s390x"
},
"product_reference": "odf4/ocs-metrics-exporter-rhel9@sha256:e0f9bc46a2c99eedadeac36117081f1d0e1cf6c979e1162cb0039540e286fbb0_s390x",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-operator-bundle@sha256:3d21dd55a83990ef51325c636c0a613ee5050a4b8b2708bc1bb1d8de1792166b_amd64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:3d21dd55a83990ef51325c636c0a613ee5050a4b8b2708bc1bb1d8de1792166b_amd64"
},
"product_reference": "odf4/ocs-operator-bundle@sha256:3d21dd55a83990ef51325c636c0a613ee5050a4b8b2708bc1bb1d8de1792166b_amd64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-operator-bundle@sha256:748d2241aa0c3fda48079434de8f2938013853a492f96a3d83dbc6ea3f977189_ppc64le as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:748d2241aa0c3fda48079434de8f2938013853a492f96a3d83dbc6ea3f977189_ppc64le"
},
"product_reference": "odf4/ocs-operator-bundle@sha256:748d2241aa0c3fda48079434de8f2938013853a492f96a3d83dbc6ea3f977189_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-operator-bundle@sha256:ec4ae584df707de94c71a61bb3be58fda42f739eebc564855feff87126aa21a0_s390x as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:ec4ae584df707de94c71a61bb3be58fda42f739eebc564855feff87126aa21a0_s390x"
},
"product_reference": "odf4/ocs-operator-bundle@sha256:ec4ae584df707de94c71a61bb3be58fda42f739eebc564855feff87126aa21a0_s390x",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-rhel9-operator@sha256:2cd2d4df67b9987d5b03f101f21d8ec543c54c80453f63ffe0c9992de51fb31b_ppc64le as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:2cd2d4df67b9987d5b03f101f21d8ec543c54c80453f63ffe0c9992de51fb31b_ppc64le"
},
"product_reference": "odf4/ocs-rhel9-operator@sha256:2cd2d4df67b9987d5b03f101f21d8ec543c54c80453f63ffe0c9992de51fb31b_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-rhel9-operator@sha256:89fc88d2d80afd98ae222faae7bcde0088c236bc78dc7106c6752ebd6b22b678_arm64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:89fc88d2d80afd98ae222faae7bcde0088c236bc78dc7106c6752ebd6b22b678_arm64"
},
"product_reference": "odf4/ocs-rhel9-operator@sha256:89fc88d2d80afd98ae222faae7bcde0088c236bc78dc7106c6752ebd6b22b678_arm64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-rhel9-operator@sha256:b8ff70b7eef2a44b5d13906520b93fa78e1fa18ebe2bb28ed0c77dd0d48655a7_amd64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:b8ff70b7eef2a44b5d13906520b93fa78e1fa18ebe2bb28ed0c77dd0d48655a7_amd64"
},
"product_reference": "odf4/ocs-rhel9-operator@sha256:b8ff70b7eef2a44b5d13906520b93fa78e1fa18ebe2bb28ed0c77dd0d48655a7_amd64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-rhel9-operator@sha256:c140ed81d2fb76971ef12534a1360b869f036f87d94b4a843770366a469847af_s390x as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:c140ed81d2fb76971ef12534a1360b869f036f87d94b4a843770366a469847af_s390x"
},
"product_reference": "odf4/ocs-rhel9-operator@sha256:c140ed81d2fb76971ef12534a1360b869f036f87d94b4a843770366a469847af_s390x",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-cli-rhel9@sha256:091456b9e9b39855047c5ce8320279a01c13b24dd50f6fb9fd260b4cbef09419_ppc64le as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:091456b9e9b39855047c5ce8320279a01c13b24dd50f6fb9fd260b4cbef09419_ppc64le"
},
"product_reference": "odf4/odf-cli-rhel9@sha256:091456b9e9b39855047c5ce8320279a01c13b24dd50f6fb9fd260b4cbef09419_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-cli-rhel9@sha256:10e2fb7e9f301570b64b0332a98a590702dc3a88eeebf59c72bd194c88725011_arm64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:10e2fb7e9f301570b64b0332a98a590702dc3a88eeebf59c72bd194c88725011_arm64"
},
"product_reference": "odf4/odf-cli-rhel9@sha256:10e2fb7e9f301570b64b0332a98a590702dc3a88eeebf59c72bd194c88725011_arm64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-cli-rhel9@sha256:8f3c4e1e314ba6f7dac92607f423c44063ccc7fc47a3289f8608e1dc291d09f1_amd64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:8f3c4e1e314ba6f7dac92607f423c44063ccc7fc47a3289f8608e1dc291d09f1_amd64"
},
"product_reference": "odf4/odf-cli-rhel9@sha256:8f3c4e1e314ba6f7dac92607f423c44063ccc7fc47a3289f8608e1dc291d09f1_amd64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-cli-rhel9@sha256:9b5f8076b5e6c1db98ad72c8787b08b12ecd42a1bf7feada78b3f28dc15c40cb_s390x as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:9b5f8076b5e6c1db98ad72c8787b08b12ecd42a1bf7feada78b3f28dc15c40cb_s390x"
},
"product_reference": "odf4/odf-cli-rhel9@sha256:9b5f8076b5e6c1db98ad72c8787b08b12ecd42a1bf7feada78b3f28dc15c40cb_s390x",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-console-rhel9@sha256:044b361bcf5b0d620341c54c2cb231e10b989813a2fd623a1547448b4993135e_ppc64le as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:044b361bcf5b0d620341c54c2cb231e10b989813a2fd623a1547448b4993135e_ppc64le"
},
"product_reference": "odf4/odf-console-rhel9@sha256:044b361bcf5b0d620341c54c2cb231e10b989813a2fd623a1547448b4993135e_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-console-rhel9@sha256:43f56e9a6e4dcd6a671fb77ab57f6dd39e3a7975824e02780ddf69191f00a014_s390x as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:43f56e9a6e4dcd6a671fb77ab57f6dd39e3a7975824e02780ddf69191f00a014_s390x"
},
"product_reference": "odf4/odf-console-rhel9@sha256:43f56e9a6e4dcd6a671fb77ab57f6dd39e3a7975824e02780ddf69191f00a014_s390x",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-console-rhel9@sha256:502f89052820047914291c9e0e1d32e5ac20c8a636e36cbf2c130762a2eeb986_amd64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:502f89052820047914291c9e0e1d32e5ac20c8a636e36cbf2c130762a2eeb986_amd64"
},
"product_reference": "odf4/odf-console-rhel9@sha256:502f89052820047914291c9e0e1d32e5ac20c8a636e36cbf2c130762a2eeb986_amd64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:5019b0d3275597287b4a03f643980928792d2ec7ce8375ceb61b2950d4b6264f_ppc64le as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:5019b0d3275597287b4a03f643980928792d2ec7ce8375ceb61b2950d4b6264f_ppc64le"
},
"product_reference": "odf4/odf-cosi-sidecar-rhel9@sha256:5019b0d3275597287b4a03f643980928792d2ec7ce8375ceb61b2950d4b6264f_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:de8ae72cf2b6bcf851a79e82d25504ca68431a5e2a77ea7140f76c57cf72e8f5_s390x as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:de8ae72cf2b6bcf851a79e82d25504ca68431a5e2a77ea7140f76c57cf72e8f5_s390x"
},
"product_reference": "odf4/odf-cosi-sidecar-rhel9@sha256:de8ae72cf2b6bcf851a79e82d25504ca68431a5e2a77ea7140f76c57cf72e8f5_s390x",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:ffc67cb8919aa9bc473873e06b4dab344b25191a27be05adc5035fee71860098_amd64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:ffc67cb8919aa9bc473873e06b4dab344b25191a27be05adc5035fee71860098_amd64"
},
"product_reference": "odf4/odf-cosi-sidecar-rhel9@sha256:ffc67cb8919aa9bc473873e06b4dab344b25191a27be05adc5035fee71860098_amd64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-operator-bundle@sha256:3aff54b2c780272a3a72826a8f108407c46a6baf9d5695dfe015830d3c839923_ppc64le as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:3aff54b2c780272a3a72826a8f108407c46a6baf9d5695dfe015830d3c839923_ppc64le"
},
"product_reference": "odf4/odf-csi-addons-operator-bundle@sha256:3aff54b2c780272a3a72826a8f108407c46a6baf9d5695dfe015830d3c839923_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-operator-bundle@sha256:ecc29880c89cb5c85e6e58a0f3e8df813bf2320cba98b5f8d71ba847fa16c74e_amd64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:ecc29880c89cb5c85e6e58a0f3e8df813bf2320cba98b5f8d71ba847fa16c74e_amd64"
},
"product_reference": "odf4/odf-csi-addons-operator-bundle@sha256:ecc29880c89cb5c85e6e58a0f3e8df813bf2320cba98b5f8d71ba847fa16c74e_amd64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-operator-bundle@sha256:faefc8cc0c5af0e83f5dec570a290ff512fb6d3f956fc0453a9754baaee5571e_s390x as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:faefc8cc0c5af0e83f5dec570a290ff512fb6d3f956fc0453a9754baaee5571e_s390x"
},
"product_reference": "odf4/odf-csi-addons-operator-bundle@sha256:faefc8cc0c5af0e83f5dec570a290ff512fb6d3f956fc0453a9754baaee5571e_s390x",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:5ba373175faf5e0b6300c99b19ac78da68fd8afe68a06abe644a2e2b372780d2_amd64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:5ba373175faf5e0b6300c99b19ac78da68fd8afe68a06abe644a2e2b372780d2_amd64"
},
"product_reference": "odf4/odf-csi-addons-rhel9-operator@sha256:5ba373175faf5e0b6300c99b19ac78da68fd8afe68a06abe644a2e2b372780d2_amd64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:62c08cc5494bdb99f6aec1e9127747b64665889328b5203838ec772baa2e1a6c_arm64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:62c08cc5494bdb99f6aec1e9127747b64665889328b5203838ec772baa2e1a6c_arm64"
},
"product_reference": "odf4/odf-csi-addons-rhel9-operator@sha256:62c08cc5494bdb99f6aec1e9127747b64665889328b5203838ec772baa2e1a6c_arm64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:8b9b293463f18fd6786c77de8e9a9958cfd416f75136d1d9ec17cd01ac4ba39d_s390x as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:8b9b293463f18fd6786c77de8e9a9958cfd416f75136d1d9ec17cd01ac4ba39d_s390x"
},
"product_reference": "odf4/odf-csi-addons-rhel9-operator@sha256:8b9b293463f18fd6786c77de8e9a9958cfd416f75136d1d9ec17cd01ac4ba39d_s390x",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:c3d4b853eb155443081d228bf19fe1354907d607c400a2154f8eef375fd104d2_ppc64le as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:c3d4b853eb155443081d228bf19fe1354907d607c400a2154f8eef375fd104d2_ppc64le"
},
"product_reference": "odf4/odf-csi-addons-rhel9-operator@sha256:c3d4b853eb155443081d228bf19fe1354907d607c400a2154f8eef375fd104d2_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:0d970bcfa5bd479eaa979a079da6847ca3180ef85a364cc76623ea5553a16471_s390x as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:0d970bcfa5bd479eaa979a079da6847ca3180ef85a364cc76623ea5553a16471_s390x"
},
"product_reference": "odf4/odf-csi-addons-sidecar-rhel9@sha256:0d970bcfa5bd479eaa979a079da6847ca3180ef85a364cc76623ea5553a16471_s390x",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:63c03249589cf2f5f870c646b780a5210cd639fb001b54662f7c578c374fb313_arm64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:63c03249589cf2f5f870c646b780a5210cd639fb001b54662f7c578c374fb313_arm64"
},
"product_reference": "odf4/odf-csi-addons-sidecar-rhel9@sha256:63c03249589cf2f5f870c646b780a5210cd639fb001b54662f7c578c374fb313_arm64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:dba89ebb9208e7c32c4801e2b9496a49d2cfcddd9f19b3617e864a1a72237910_amd64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:dba89ebb9208e7c32c4801e2b9496a49d2cfcddd9f19b3617e864a1a72237910_amd64"
},
"product_reference": "odf4/odf-csi-addons-sidecar-rhel9@sha256:dba89ebb9208e7c32c4801e2b9496a49d2cfcddd9f19b3617e864a1a72237910_amd64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:f0139a2bc50f5648d778fa235cb56fb0a8cbb7c6c2f479766196a58289319a59_ppc64le as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:f0139a2bc50f5648d778fa235cb56fb0a8cbb7c6c2f479766196a58289319a59_ppc64le"
},
"product_reference": "odf4/odf-csi-addons-sidecar-rhel9@sha256:f0139a2bc50f5648d778fa235cb56fb0a8cbb7c6c2f479766196a58289319a59_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-console-rhel9@sha256:05c3b02e9071d837bfbadfc9c9fd4d4a2a2e165138efcfee0040f7d293bd5b73_s390x as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:05c3b02e9071d837bfbadfc9c9fd4d4a2a2e165138efcfee0040f7d293bd5b73_s390x"
},
"product_reference": "odf4/odf-multicluster-console-rhel9@sha256:05c3b02e9071d837bfbadfc9c9fd4d4a2a2e165138efcfee0040f7d293bd5b73_s390x",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-console-rhel9@sha256:16ee0717876873aac106d8f42312edc2dbffe36ee258e3e83ac2347538f23e59_amd64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:16ee0717876873aac106d8f42312edc2dbffe36ee258e3e83ac2347538f23e59_amd64"
},
"product_reference": "odf4/odf-multicluster-console-rhel9@sha256:16ee0717876873aac106d8f42312edc2dbffe36ee258e3e83ac2347538f23e59_amd64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-console-rhel9@sha256:6f3ad3936d057e0ffada026ea9940ff617b4ce4ee9f95188c4fe910d587cd91a_ppc64le as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:6f3ad3936d057e0ffada026ea9940ff617b4ce4ee9f95188c4fe910d587cd91a_ppc64le"
},
"product_reference": "odf4/odf-multicluster-console-rhel9@sha256:6f3ad3936d057e0ffada026ea9940ff617b4ce4ee9f95188c4fe910d587cd91a_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-operator-bundle@sha256:280f33301ebc9fdcbc7eda72e31188f9b25cc32de5737115bd033bfafa1062de_amd64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:280f33301ebc9fdcbc7eda72e31188f9b25cc32de5737115bd033bfafa1062de_amd64"
},
"product_reference": "odf4/odf-multicluster-operator-bundle@sha256:280f33301ebc9fdcbc7eda72e31188f9b25cc32de5737115bd033bfafa1062de_amd64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-operator-bundle@sha256:33150f654b436240a720f25aa6061c84a3acf71fedf78544c027c1873f5de8ad_s390x as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:33150f654b436240a720f25aa6061c84a3acf71fedf78544c027c1873f5de8ad_s390x"
},
"product_reference": "odf4/odf-multicluster-operator-bundle@sha256:33150f654b436240a720f25aa6061c84a3acf71fedf78544c027c1873f5de8ad_s390x",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-operator-bundle@sha256:9de2f1d40808aa283f1cba24bb4c0a75240a1602bcd2ed86e7f3b4f3815c4af8_ppc64le as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:9de2f1d40808aa283f1cba24bb4c0a75240a1602bcd2ed86e7f3b4f3815c4af8_ppc64le"
},
"product_reference": "odf4/odf-multicluster-operator-bundle@sha256:9de2f1d40808aa283f1cba24bb4c0a75240a1602bcd2ed86e7f3b4f3815c4af8_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:4b84738510cde9310c3ac39ad26593275c476cf397e4814289ee7b9f1707ec37_amd64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:4b84738510cde9310c3ac39ad26593275c476cf397e4814289ee7b9f1707ec37_amd64"
},
"product_reference": "odf4/odf-multicluster-rhel9-operator@sha256:4b84738510cde9310c3ac39ad26593275c476cf397e4814289ee7b9f1707ec37_amd64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:6e4015d0e3c292554944cb03c9cebff4f48ef3e2d8cef026aa11ca3fe9bf036d_ppc64le as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:6e4015d0e3c292554944cb03c9cebff4f48ef3e2d8cef026aa11ca3fe9bf036d_ppc64le"
},
"product_reference": "odf4/odf-multicluster-rhel9-operator@sha256:6e4015d0e3c292554944cb03c9cebff4f48ef3e2d8cef026aa11ca3fe9bf036d_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:7d2e92b9644ea87a63f180d5df94a90dda73877edec4382046424260749d4c8f_s390x as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:7d2e92b9644ea87a63f180d5df94a90dda73877edec4382046424260749d4c8f_s390x"
},
"product_reference": "odf4/odf-multicluster-rhel9-operator@sha256:7d2e92b9644ea87a63f180d5df94a90dda73877edec4382046424260749d4c8f_s390x",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:c03b89f953f3f22a57f241a78ef14cea1c463828e6c8a40f0d4d1373febd9bd9_arm64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:c03b89f953f3f22a57f241a78ef14cea1c463828e6c8a40f0d4d1373febd9bd9_arm64"
},
"product_reference": "odf4/odf-multicluster-rhel9-operator@sha256:c03b89f953f3f22a57f241a78ef14cea1c463828e6c8a40f0d4d1373febd9bd9_arm64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-must-gather-rhel9@sha256:41c93c132be814679f8d314ec58580184ca339fca478acc556700f57432950c6_ppc64le as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:41c93c132be814679f8d314ec58580184ca339fca478acc556700f57432950c6_ppc64le"
},
"product_reference": "odf4/odf-must-gather-rhel9@sha256:41c93c132be814679f8d314ec58580184ca339fca478acc556700f57432950c6_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-must-gather-rhel9@sha256:ecd0d536e9d2fd3be8a6ba4fcfce28c5b7f85bd9bcba79035c0093d742fee3e8_amd64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:ecd0d536e9d2fd3be8a6ba4fcfce28c5b7f85bd9bcba79035c0093d742fee3e8_amd64"
},
"product_reference": "odf4/odf-must-gather-rhel9@sha256:ecd0d536e9d2fd3be8a6ba4fcfce28c5b7f85bd9bcba79035c0093d742fee3e8_amd64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-must-gather-rhel9@sha256:f073748405916c49c3c32918f7b95445dce54782b216f547da5d450190375bfb_arm64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:f073748405916c49c3c32918f7b95445dce54782b216f547da5d450190375bfb_arm64"
},
"product_reference": "odf4/odf-must-gather-rhel9@sha256:f073748405916c49c3c32918f7b95445dce54782b216f547da5d450190375bfb_arm64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-must-gather-rhel9@sha256:f5d1f5027a5485e2432eabdee72fbf636b00e25eee3704aa37ea5b07ff6a20a1_s390x as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:f5d1f5027a5485e2432eabdee72fbf636b00e25eee3704aa37ea5b07ff6a20a1_s390x"
},
"product_reference": "odf4/odf-must-gather-rhel9@sha256:f5d1f5027a5485e2432eabdee72fbf636b00e25eee3704aa37ea5b07ff6a20a1_s390x",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-operator-bundle@sha256:37491837de2c3415489fbd8ad1d6024870c4b198f4061192b7a1a652e0db0d54_amd64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:37491837de2c3415489fbd8ad1d6024870c4b198f4061192b7a1a652e0db0d54_amd64"
},
"product_reference": "odf4/odf-operator-bundle@sha256:37491837de2c3415489fbd8ad1d6024870c4b198f4061192b7a1a652e0db0d54_amd64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-operator-bundle@sha256:8fdd6f5608b742ee31926cfa9e2f7e295be4a9931d757c7693f98a7d5d4478a3_s390x as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:8fdd6f5608b742ee31926cfa9e2f7e295be4a9931d757c7693f98a7d5d4478a3_s390x"
},
"product_reference": "odf4/odf-operator-bundle@sha256:8fdd6f5608b742ee31926cfa9e2f7e295be4a9931d757c7693f98a7d5d4478a3_s390x",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-operator-bundle@sha256:f67b0a900630db2210065cbf1aeab14d12a13070d8585a2e65a1d29b89529b2c_ppc64le as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:f67b0a900630db2210065cbf1aeab14d12a13070d8585a2e65a1d29b89529b2c_ppc64le"
},
"product_reference": "odf4/odf-operator-bundle@sha256:f67b0a900630db2210065cbf1aeab14d12a13070d8585a2e65a1d29b89529b2c_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-prometheus-operator-bundle@sha256:5d9dc6a193e2aca2a570ef2dbe7b745435e4434e1ac4cbf80eb1985484b9911c_amd64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:5d9dc6a193e2aca2a570ef2dbe7b745435e4434e1ac4cbf80eb1985484b9911c_amd64"
},
"product_reference": "odf4/odf-prometheus-operator-bundle@sha256:5d9dc6a193e2aca2a570ef2dbe7b745435e4434e1ac4cbf80eb1985484b9911c_amd64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-prometheus-operator-bundle@sha256:6e165539443c883df627d1d3a067c2015ab4b8c92636f0eaa03ab704338cde84_s390x as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:6e165539443c883df627d1d3a067c2015ab4b8c92636f0eaa03ab704338cde84_s390x"
},
"product_reference": "odf4/odf-prometheus-operator-bundle@sha256:6e165539443c883df627d1d3a067c2015ab4b8c92636f0eaa03ab704338cde84_s390x",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-prometheus-operator-bundle@sha256:e92d7d74389200c8b99a15f8ef26e6f200d1b6a3d83fd05512a561877fa711d2_ppc64le as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:e92d7d74389200c8b99a15f8ef26e6f200d1b6a3d83fd05512a561877fa711d2_ppc64le"
},
"product_reference": "odf4/odf-prometheus-operator-bundle@sha256:e92d7d74389200c8b99a15f8ef26e6f200d1b6a3d83fd05512a561877fa711d2_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-rhel9-operator@sha256:0a57f08a5871b21ea226a42411c422acd5e4dd01a8d2966fcfdaf538ec36145d_s390x as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0a57f08a5871b21ea226a42411c422acd5e4dd01a8d2966fcfdaf538ec36145d_s390x"
},
"product_reference": "odf4/odf-rhel9-operator@sha256:0a57f08a5871b21ea226a42411c422acd5e4dd01a8d2966fcfdaf538ec36145d_s390x",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-rhel9-operator@sha256:c4dd62904288ad05de37ebd4341f090abb1bdd6bd459fde2f5f8b81007c53b72_amd64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:c4dd62904288ad05de37ebd4341f090abb1bdd6bd459fde2f5f8b81007c53b72_amd64"
},
"product_reference": "odf4/odf-rhel9-operator@sha256:c4dd62904288ad05de37ebd4341f090abb1bdd6bd459fde2f5f8b81007c53b72_amd64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-rhel9-operator@sha256:e7729f564d90aad4251e5d3ad4fd16c47fb7f9131b80e19783d7a8165b00edd7_ppc64le as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:e7729f564d90aad4251e5d3ad4fd16c47fb7f9131b80e19783d7a8165b00edd7_ppc64le"
},
"product_reference": "odf4/odf-rhel9-operator@sha256:e7729f564d90aad4251e5d3ad4fd16c47fb7f9131b80e19783d7a8165b00edd7_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-rhel9-operator@sha256:ee387d969e557da7dcb01221d54e09bdc30d8a09fa0a18286c323de0b372c0a6_arm64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:ee387d969e557da7dcb01221d54e09bdc30d8a09fa0a18286c323de0b372c0a6_arm64"
},
"product_reference": "odf4/odf-rhel9-operator@sha256:ee387d969e557da7dcb01221d54e09bdc30d8a09fa0a18286c323de0b372c0a6_arm64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-cluster-operator-bundle@sha256:7541142b3bfc75c4b77af0c0a030af176c2950abfe184baf13661ab5cd46d0ef_ppc64le as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:7541142b3bfc75c4b77af0c0a030af176c2950abfe184baf13661ab5cd46d0ef_ppc64le"
},
"product_reference": "odf4/odr-cluster-operator-bundle@sha256:7541142b3bfc75c4b77af0c0a030af176c2950abfe184baf13661ab5cd46d0ef_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-cluster-operator-bundle@sha256:7e1eb3a5aacfb9857628c5cb8c6aa3497ecbbf57fd20d2fc075bed7c46a4d374_s390x as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:7e1eb3a5aacfb9857628c5cb8c6aa3497ecbbf57fd20d2fc075bed7c46a4d374_s390x"
},
"product_reference": "odf4/odr-cluster-operator-bundle@sha256:7e1eb3a5aacfb9857628c5cb8c6aa3497ecbbf57fd20d2fc075bed7c46a4d374_s390x",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-cluster-operator-bundle@sha256:a06d3da1fbd2fd8e793f5aa308ecee42d6d2c682e0dff190b3f7fc71fdf486a2_amd64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:a06d3da1fbd2fd8e793f5aa308ecee42d6d2c682e0dff190b3f7fc71fdf486a2_amd64"
},
"product_reference": "odf4/odr-cluster-operator-bundle@sha256:a06d3da1fbd2fd8e793f5aa308ecee42d6d2c682e0dff190b3f7fc71fdf486a2_amd64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-hub-operator-bundle@sha256:5181636b5baec86e70fb99c1bc85c5be3cb0f04eabec4ea1b1e641535b351254_ppc64le as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:5181636b5baec86e70fb99c1bc85c5be3cb0f04eabec4ea1b1e641535b351254_ppc64le"
},
"product_reference": "odf4/odr-hub-operator-bundle@sha256:5181636b5baec86e70fb99c1bc85c5be3cb0f04eabec4ea1b1e641535b351254_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-hub-operator-bundle@sha256:90c0ebeaf2280e8a5cf03bf6bae52b9b54920f3584ae99babd2b51d1dd2e973d_amd64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:90c0ebeaf2280e8a5cf03bf6bae52b9b54920f3584ae99babd2b51d1dd2e973d_amd64"
},
"product_reference": "odf4/odr-hub-operator-bundle@sha256:90c0ebeaf2280e8a5cf03bf6bae52b9b54920f3584ae99babd2b51d1dd2e973d_amd64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-hub-operator-bundle@sha256:9930309a4b39177c64e59e80d38b335a56707b555735cfb300a7427e884041c5_s390x as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:9930309a4b39177c64e59e80d38b335a56707b555735cfb300a7427e884041c5_s390x"
},
"product_reference": "odf4/odr-hub-operator-bundle@sha256:9930309a4b39177c64e59e80d38b335a56707b555735cfb300a7427e884041c5_s390x",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-recipe-operator-bundle@sha256:25b4e308664bc79e2fd2f8cb3164d0783a138a0e9c50ab7ae4e56ab2c81661ce_ppc64le as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:25b4e308664bc79e2fd2f8cb3164d0783a138a0e9c50ab7ae4e56ab2c81661ce_ppc64le"
},
"product_reference": "odf4/odr-recipe-operator-bundle@sha256:25b4e308664bc79e2fd2f8cb3164d0783a138a0e9c50ab7ae4e56ab2c81661ce_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-recipe-operator-bundle@sha256:ae49eac8ca8c9d7d4f56a87e58725de23f1d1f9779a4d87dd357b09ef43e30a5_s390x as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:ae49eac8ca8c9d7d4f56a87e58725de23f1d1f9779a4d87dd357b09ef43e30a5_s390x"
},
"product_reference": "odf4/odr-recipe-operator-bundle@sha256:ae49eac8ca8c9d7d4f56a87e58725de23f1d1f9779a4d87dd357b09ef43e30a5_s390x",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-recipe-operator-bundle@sha256:e1597771478a328212df8f49b02ea1a4a22a9f85ba6dbb2248a4ea8a6a5745a2_amd64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:e1597771478a328212df8f49b02ea1a4a22a9f85ba6dbb2248a4ea8a6a5745a2_amd64"
},
"product_reference": "odf4/odr-recipe-operator-bundle@sha256:e1597771478a328212df8f49b02ea1a4a22a9f85ba6dbb2248a4ea8a6a5745a2_amd64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-rhel9-operator@sha256:9bede4592dac7976c5e4eedb00f183ee1553e3f64a5a644098d32b47ae5d5c62_arm64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:9bede4592dac7976c5e4eedb00f183ee1553e3f64a5a644098d32b47ae5d5c62_arm64"
},
"product_reference": "odf4/odr-rhel9-operator@sha256:9bede4592dac7976c5e4eedb00f183ee1553e3f64a5a644098d32b47ae5d5c62_arm64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-rhel9-operator@sha256:cb972df19c908be774dab768adaad68e7f77e91a090268f87dd9357fda94f4e6_s390x as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:cb972df19c908be774dab768adaad68e7f77e91a090268f87dd9357fda94f4e6_s390x"
},
"product_reference": "odf4/odr-rhel9-operator@sha256:cb972df19c908be774dab768adaad68e7f77e91a090268f87dd9357fda94f4e6_s390x",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-rhel9-operator@sha256:d7f7e96d499d455be312cbbe5ca3b9fdd908c0b5f32bf9084485b187d011468b_ppc64le as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:d7f7e96d499d455be312cbbe5ca3b9fdd908c0b5f32bf9084485b187d011468b_ppc64le"
},
"product_reference": "odf4/odr-rhel9-operator@sha256:d7f7e96d499d455be312cbbe5ca3b9fdd908c0b5f32bf9084485b187d011468b_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-rhel9-operator@sha256:effdbb4f18db583c8502caf0c878051c45c6d375d6bd1fddb0a4dff076216200_amd64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:effdbb4f18db583c8502caf0c878051c45c6d375d6bd1fddb0a4dff076216200_amd64"
},
"product_reference": "odf4/odr-rhel9-operator@sha256:effdbb4f18db583c8502caf0c878051c45c6d375d6bd1fddb0a4dff076216200_amd64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/rook-ceph-operator-bundle@sha256:1c15eb62c937ef2c21fa002547d9ffe999a462eb549485396968f91470772e14_amd64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:1c15eb62c937ef2c21fa002547d9ffe999a462eb549485396968f91470772e14_amd64"
},
"product_reference": "odf4/rook-ceph-operator-bundle@sha256:1c15eb62c937ef2c21fa002547d9ffe999a462eb549485396968f91470772e14_amd64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/rook-ceph-operator-bundle@sha256:36263cf26f4b46ec367fda44585e9d9b777179e39e596a2a9a6d80c16a810560_ppc64le as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:36263cf26f4b46ec367fda44585e9d9b777179e39e596a2a9a6d80c16a810560_ppc64le"
},
"product_reference": "odf4/rook-ceph-operator-bundle@sha256:36263cf26f4b46ec367fda44585e9d9b777179e39e596a2a9a6d80c16a810560_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/rook-ceph-operator-bundle@sha256:df2bc89fc87efd94ba809e961262574a2a6032f9dcb26149480cdd4505864a6a_s390x as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:df2bc89fc87efd94ba809e961262574a2a6032f9dcb26149480cdd4505864a6a_s390x"
},
"product_reference": "odf4/rook-ceph-operator-bundle@sha256:df2bc89fc87efd94ba809e961262574a2a6032f9dcb26149480cdd4505864a6a_s390x",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/rook-ceph-rhel9-operator@sha256:2266033ffe27d8fdf9400cabb687b1eaa270c4413cc578742677a355bc48bb3f_ppc64le as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:2266033ffe27d8fdf9400cabb687b1eaa270c4413cc578742677a355bc48bb3f_ppc64le"
},
"product_reference": "odf4/rook-ceph-rhel9-operator@sha256:2266033ffe27d8fdf9400cabb687b1eaa270c4413cc578742677a355bc48bb3f_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/rook-ceph-rhel9-operator@sha256:2a5989590eb30689fdec4c533045cdc78af7fb43ec0ace8740b4903e71aa1032_amd64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:2a5989590eb30689fdec4c533045cdc78af7fb43ec0ace8740b4903e71aa1032_amd64"
},
"product_reference": "odf4/rook-ceph-rhel9-operator@sha256:2a5989590eb30689fdec4c533045cdc78af7fb43ec0ace8740b4903e71aa1032_amd64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/rook-ceph-rhel9-operator@sha256:a5712cee59edac6e8be064660ec7f8920169e728250a891d8437c9a8838f09d5_s390x as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:a5712cee59edac6e8be064660ec7f8920169e728250a891d8437c9a8838f09d5_s390x"
},
"product_reference": "odf4/rook-ceph-rhel9-operator@sha256:a5712cee59edac6e8be064660ec7f8920169e728250a891d8437c9a8838f09d5_s390x",
"relates_to_product_reference": "9Base-RHODF-4.16"
}
]
},
"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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:1fd2db3d141cc063c6557000c8b1be2425712dc4262240c3c9195d8980772191_ppc64le",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:cbe15eaab7f10fe9b4c9bfa6e3d1f0351d8cbbc27d5d96627e11e9c861da29d9_s390x",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:d4177d019b86fec5610d852b8b90e6464190969e75de9172f2f252c26076d40d_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:52b894a194732eac846c63a3669b128d6505b8b944c60cf1ee07c7daa201c9c3_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:b4e552db7dcd293fa421aa6ee9c6e91198c6be6dea70addcbd6c12687509631a_arm64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:bae697a9acabba4a6ef4b4a16ecb17e102bb4bb8b1c05f93a806701c055bc3eb_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:d293b85fa2d8a749f802ddba16f4f6ed3dff5c8d7b0b1cb56527401da37772b4_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:0321e7c87a5a64fa0936584badd2848e79c0071800f596b7d177fcc68553bd22_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:3d8a3e1cbf57c99a46d0901a1eb6f00f7a957b90a7868d394785e446f643c5ca_amd64",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:833c743bef3449dce3c0521590dfbe5e07105dece7f6c8e08dc4d1d402905d7b_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:6f71bd3411a04389d302e863acd5351e753b614f4f077aee0274056ce23739b4_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:773c39dc89b6b4cc82e4c78f50d4fb16bd70b611efcb65ea4b767d98fea4f7e3_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:7f6c46935a8eab7e09333068aed758aa275b9d5fd7282f15b5fd85070fe28875_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:8129b7ae939cffb029ac10631d29c6ea081928c4f42ee7ba7de91f3a6f6bf7ef_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:be27d3e25035448bcaa691658adeebeacf582d8f19db3e997caab33cf6e8732e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:ce6105258794e33e5a805a95c21e9f553922e1753076345aedcc9174fa4f7d5b_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:09456ceabf9dd2f05837d65632a920f537e36695e7342ae70f20c363284859ec_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:95faa45331614593c4b6e3994656d7fde32476598ef46ec0b9cff5be02483b90_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:d19019a22f7611ce91c582c3294693eef2cdeefccb72f230f8e37ff111272c53_arm64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:fdd7c5a2cd69132f5caf4974ed27d49f78f49208ecdedec86d84b7fbdd306994_amd64",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:2b0078eb2656243a6d91445c2c23a40af9fb2607f107edd5d557e928518211ce_amd64",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:8e9371822e053e7a29cd87853feef39ffa782a626a2bd895a7fb506362d70561_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:e0f9bc46a2c99eedadeac36117081f1d0e1cf6c979e1162cb0039540e286fbb0_s390x",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:3d21dd55a83990ef51325c636c0a613ee5050a4b8b2708bc1bb1d8de1792166b_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:748d2241aa0c3fda48079434de8f2938013853a492f96a3d83dbc6ea3f977189_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:ec4ae584df707de94c71a61bb3be58fda42f739eebc564855feff87126aa21a0_s390x",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:2cd2d4df67b9987d5b03f101f21d8ec543c54c80453f63ffe0c9992de51fb31b_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:89fc88d2d80afd98ae222faae7bcde0088c236bc78dc7106c6752ebd6b22b678_arm64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:b8ff70b7eef2a44b5d13906520b93fa78e1fa18ebe2bb28ed0c77dd0d48655a7_amd64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:c140ed81d2fb76971ef12534a1360b869f036f87d94b4a843770366a469847af_s390x",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:044b361bcf5b0d620341c54c2cb231e10b989813a2fd623a1547448b4993135e_ppc64le",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:43f56e9a6e4dcd6a671fb77ab57f6dd39e3a7975824e02780ddf69191f00a014_s390x",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:502f89052820047914291c9e0e1d32e5ac20c8a636e36cbf2c130762a2eeb986_amd64",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:5019b0d3275597287b4a03f643980928792d2ec7ce8375ceb61b2950d4b6264f_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:de8ae72cf2b6bcf851a79e82d25504ca68431a5e2a77ea7140f76c57cf72e8f5_s390x",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:ffc67cb8919aa9bc473873e06b4dab344b25191a27be05adc5035fee71860098_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:3aff54b2c780272a3a72826a8f108407c46a6baf9d5695dfe015830d3c839923_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:ecc29880c89cb5c85e6e58a0f3e8df813bf2320cba98b5f8d71ba847fa16c74e_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:faefc8cc0c5af0e83f5dec570a290ff512fb6d3f956fc0453a9754baaee5571e_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:5ba373175faf5e0b6300c99b19ac78da68fd8afe68a06abe644a2e2b372780d2_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:62c08cc5494bdb99f6aec1e9127747b64665889328b5203838ec772baa2e1a6c_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:8b9b293463f18fd6786c77de8e9a9958cfd416f75136d1d9ec17cd01ac4ba39d_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:c3d4b853eb155443081d228bf19fe1354907d607c400a2154f8eef375fd104d2_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:0d970bcfa5bd479eaa979a079da6847ca3180ef85a364cc76623ea5553a16471_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:63c03249589cf2f5f870c646b780a5210cd639fb001b54662f7c578c374fb313_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:dba89ebb9208e7c32c4801e2b9496a49d2cfcddd9f19b3617e864a1a72237910_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:f0139a2bc50f5648d778fa235cb56fb0a8cbb7c6c2f479766196a58289319a59_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:05c3b02e9071d837bfbadfc9c9fd4d4a2a2e165138efcfee0040f7d293bd5b73_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:16ee0717876873aac106d8f42312edc2dbffe36ee258e3e83ac2347538f23e59_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:6f3ad3936d057e0ffada026ea9940ff617b4ce4ee9f95188c4fe910d587cd91a_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:280f33301ebc9fdcbc7eda72e31188f9b25cc32de5737115bd033bfafa1062de_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:33150f654b436240a720f25aa6061c84a3acf71fedf78544c027c1873f5de8ad_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:9de2f1d40808aa283f1cba24bb4c0a75240a1602bcd2ed86e7f3b4f3815c4af8_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:41c93c132be814679f8d314ec58580184ca339fca478acc556700f57432950c6_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:ecd0d536e9d2fd3be8a6ba4fcfce28c5b7f85bd9bcba79035c0093d742fee3e8_amd64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:f073748405916c49c3c32918f7b95445dce54782b216f547da5d450190375bfb_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:f5d1f5027a5485e2432eabdee72fbf636b00e25eee3704aa37ea5b07ff6a20a1_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:37491837de2c3415489fbd8ad1d6024870c4b198f4061192b7a1a652e0db0d54_amd64",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:8fdd6f5608b742ee31926cfa9e2f7e295be4a9931d757c7693f98a7d5d4478a3_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:f67b0a900630db2210065cbf1aeab14d12a13070d8585a2e65a1d29b89529b2c_ppc64le",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:5d9dc6a193e2aca2a570ef2dbe7b745435e4434e1ac4cbf80eb1985484b9911c_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:6e165539443c883df627d1d3a067c2015ab4b8c92636f0eaa03ab704338cde84_s390x",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:e92d7d74389200c8b99a15f8ef26e6f200d1b6a3d83fd05512a561877fa711d2_ppc64le",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0a57f08a5871b21ea226a42411c422acd5e4dd01a8d2966fcfdaf538ec36145d_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:c4dd62904288ad05de37ebd4341f090abb1bdd6bd459fde2f5f8b81007c53b72_amd64",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:e7729f564d90aad4251e5d3ad4fd16c47fb7f9131b80e19783d7a8165b00edd7_ppc64le",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:ee387d969e557da7dcb01221d54e09bdc30d8a09fa0a18286c323de0b372c0a6_arm64",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:7541142b3bfc75c4b77af0c0a030af176c2950abfe184baf13661ab5cd46d0ef_ppc64le",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:7e1eb3a5aacfb9857628c5cb8c6aa3497ecbbf57fd20d2fc075bed7c46a4d374_s390x",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:a06d3da1fbd2fd8e793f5aa308ecee42d6d2c682e0dff190b3f7fc71fdf486a2_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:5181636b5baec86e70fb99c1bc85c5be3cb0f04eabec4ea1b1e641535b351254_ppc64le",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:90c0ebeaf2280e8a5cf03bf6bae52b9b54920f3584ae99babd2b51d1dd2e973d_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:9930309a4b39177c64e59e80d38b335a56707b555735cfb300a7427e884041c5_s390x",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:25b4e308664bc79e2fd2f8cb3164d0783a138a0e9c50ab7ae4e56ab2c81661ce_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:ae49eac8ca8c9d7d4f56a87e58725de23f1d1f9779a4d87dd357b09ef43e30a5_s390x",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:e1597771478a328212df8f49b02ea1a4a22a9f85ba6dbb2248a4ea8a6a5745a2_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:9bede4592dac7976c5e4eedb00f183ee1553e3f64a5a644098d32b47ae5d5c62_arm64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:cb972df19c908be774dab768adaad68e7f77e91a090268f87dd9357fda94f4e6_s390x",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:d7f7e96d499d455be312cbbe5ca3b9fdd908c0b5f32bf9084485b187d011468b_ppc64le",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:effdbb4f18db583c8502caf0c878051c45c6d375d6bd1fddb0a4dff076216200_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:1c15eb62c937ef2c21fa002547d9ffe999a462eb549485396968f91470772e14_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:36263cf26f4b46ec367fda44585e9d9b777179e39e596a2a9a6d80c16a810560_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:df2bc89fc87efd94ba809e961262574a2a6032f9dcb26149480cdd4505864a6a_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:2266033ffe27d8fdf9400cabb687b1eaa270c4413cc578742677a355bc48bb3f_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:2a5989590eb30689fdec4c533045cdc78af7fb43ec0ace8740b4903e71aa1032_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:a5712cee59edac6e8be064660ec7f8920169e728250a891d8437c9a8838f09d5_s390x"
]
}
],
"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": [
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:3ef8732d07e7a5ce8d8decdf01c46924f93c552e82d7805a251bfe368b62c6de_s390x",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:7ad5dc366963e89022aacc0f8be37d16b0e63dde3ffc7dc49805c300ee61c496_amd64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:aab65b61fca5ff87dfdad973928df8c22c6231c14b838063bd2d44e4f16fe744_arm64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:d817e724ace3b1b6e05614499c0cb635b567dcbbc71f619d6f41cb85c4b34744_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:091456b9e9b39855047c5ce8320279a01c13b24dd50f6fb9fd260b4cbef09419_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:10e2fb7e9f301570b64b0332a98a590702dc3a88eeebf59c72bd194c88725011_arm64",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:8f3c4e1e314ba6f7dac92607f423c44063ccc7fc47a3289f8608e1dc291d09f1_amd64",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:9b5f8076b5e6c1db98ad72c8787b08b12ecd42a1bf7feada78b3f28dc15c40cb_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:4b84738510cde9310c3ac39ad26593275c476cf397e4814289ee7b9f1707ec37_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:6e4015d0e3c292554944cb03c9cebff4f48ef3e2d8cef026aa11ca3fe9bf036d_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:7d2e92b9644ea87a63f180d5df94a90dda73877edec4382046424260749d4c8f_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:c03b89f953f3f22a57f241a78ef14cea1c463828e6c8a40f0d4d1373febd9bd9_arm64"
],
"known_not_affected": [
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:1fd2db3d141cc063c6557000c8b1be2425712dc4262240c3c9195d8980772191_ppc64le",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:cbe15eaab7f10fe9b4c9bfa6e3d1f0351d8cbbc27d5d96627e11e9c861da29d9_s390x",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:d4177d019b86fec5610d852b8b90e6464190969e75de9172f2f252c26076d40d_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:52b894a194732eac846c63a3669b128d6505b8b944c60cf1ee07c7daa201c9c3_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:b4e552db7dcd293fa421aa6ee9c6e91198c6be6dea70addcbd6c12687509631a_arm64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:bae697a9acabba4a6ef4b4a16ecb17e102bb4bb8b1c05f93a806701c055bc3eb_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:d293b85fa2d8a749f802ddba16f4f6ed3dff5c8d7b0b1cb56527401da37772b4_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:0321e7c87a5a64fa0936584badd2848e79c0071800f596b7d177fcc68553bd22_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:3d8a3e1cbf57c99a46d0901a1eb6f00f7a957b90a7868d394785e446f643c5ca_amd64",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:833c743bef3449dce3c0521590dfbe5e07105dece7f6c8e08dc4d1d402905d7b_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:6f71bd3411a04389d302e863acd5351e753b614f4f077aee0274056ce23739b4_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:773c39dc89b6b4cc82e4c78f50d4fb16bd70b611efcb65ea4b767d98fea4f7e3_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:7f6c46935a8eab7e09333068aed758aa275b9d5fd7282f15b5fd85070fe28875_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:8129b7ae939cffb029ac10631d29c6ea081928c4f42ee7ba7de91f3a6f6bf7ef_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:be27d3e25035448bcaa691658adeebeacf582d8f19db3e997caab33cf6e8732e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:ce6105258794e33e5a805a95c21e9f553922e1753076345aedcc9174fa4f7d5b_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:09456ceabf9dd2f05837d65632a920f537e36695e7342ae70f20c363284859ec_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:95faa45331614593c4b6e3994656d7fde32476598ef46ec0b9cff5be02483b90_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:d19019a22f7611ce91c582c3294693eef2cdeefccb72f230f8e37ff111272c53_arm64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:fdd7c5a2cd69132f5caf4974ed27d49f78f49208ecdedec86d84b7fbdd306994_amd64",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:2b0078eb2656243a6d91445c2c23a40af9fb2607f107edd5d557e928518211ce_amd64",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:8e9371822e053e7a29cd87853feef39ffa782a626a2bd895a7fb506362d70561_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:e0f9bc46a2c99eedadeac36117081f1d0e1cf6c979e1162cb0039540e286fbb0_s390x",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:3d21dd55a83990ef51325c636c0a613ee5050a4b8b2708bc1bb1d8de1792166b_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:748d2241aa0c3fda48079434de8f2938013853a492f96a3d83dbc6ea3f977189_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:ec4ae584df707de94c71a61bb3be58fda42f739eebc564855feff87126aa21a0_s390x",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:2cd2d4df67b9987d5b03f101f21d8ec543c54c80453f63ffe0c9992de51fb31b_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:89fc88d2d80afd98ae222faae7bcde0088c236bc78dc7106c6752ebd6b22b678_arm64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:b8ff70b7eef2a44b5d13906520b93fa78e1fa18ebe2bb28ed0c77dd0d48655a7_amd64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:c140ed81d2fb76971ef12534a1360b869f036f87d94b4a843770366a469847af_s390x",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:044b361bcf5b0d620341c54c2cb231e10b989813a2fd623a1547448b4993135e_ppc64le",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:43f56e9a6e4dcd6a671fb77ab57f6dd39e3a7975824e02780ddf69191f00a014_s390x",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:502f89052820047914291c9e0e1d32e5ac20c8a636e36cbf2c130762a2eeb986_amd64",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:5019b0d3275597287b4a03f643980928792d2ec7ce8375ceb61b2950d4b6264f_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:de8ae72cf2b6bcf851a79e82d25504ca68431a5e2a77ea7140f76c57cf72e8f5_s390x",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:ffc67cb8919aa9bc473873e06b4dab344b25191a27be05adc5035fee71860098_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:3aff54b2c780272a3a72826a8f108407c46a6baf9d5695dfe015830d3c839923_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:ecc29880c89cb5c85e6e58a0f3e8df813bf2320cba98b5f8d71ba847fa16c74e_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:faefc8cc0c5af0e83f5dec570a290ff512fb6d3f956fc0453a9754baaee5571e_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:5ba373175faf5e0b6300c99b19ac78da68fd8afe68a06abe644a2e2b372780d2_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:62c08cc5494bdb99f6aec1e9127747b64665889328b5203838ec772baa2e1a6c_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:8b9b293463f18fd6786c77de8e9a9958cfd416f75136d1d9ec17cd01ac4ba39d_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:c3d4b853eb155443081d228bf19fe1354907d607c400a2154f8eef375fd104d2_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:0d970bcfa5bd479eaa979a079da6847ca3180ef85a364cc76623ea5553a16471_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:63c03249589cf2f5f870c646b780a5210cd639fb001b54662f7c578c374fb313_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:dba89ebb9208e7c32c4801e2b9496a49d2cfcddd9f19b3617e864a1a72237910_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:f0139a2bc50f5648d778fa235cb56fb0a8cbb7c6c2f479766196a58289319a59_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:05c3b02e9071d837bfbadfc9c9fd4d4a2a2e165138efcfee0040f7d293bd5b73_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:16ee0717876873aac106d8f42312edc2dbffe36ee258e3e83ac2347538f23e59_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:6f3ad3936d057e0ffada026ea9940ff617b4ce4ee9f95188c4fe910d587cd91a_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:280f33301ebc9fdcbc7eda72e31188f9b25cc32de5737115bd033bfafa1062de_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:33150f654b436240a720f25aa6061c84a3acf71fedf78544c027c1873f5de8ad_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:9de2f1d40808aa283f1cba24bb4c0a75240a1602bcd2ed86e7f3b4f3815c4af8_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:41c93c132be814679f8d314ec58580184ca339fca478acc556700f57432950c6_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:ecd0d536e9d2fd3be8a6ba4fcfce28c5b7f85bd9bcba79035c0093d742fee3e8_amd64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:f073748405916c49c3c32918f7b95445dce54782b216f547da5d450190375bfb_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:f5d1f5027a5485e2432eabdee72fbf636b00e25eee3704aa37ea5b07ff6a20a1_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:37491837de2c3415489fbd8ad1d6024870c4b198f4061192b7a1a652e0db0d54_amd64",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:8fdd6f5608b742ee31926cfa9e2f7e295be4a9931d757c7693f98a7d5d4478a3_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:f67b0a900630db2210065cbf1aeab14d12a13070d8585a2e65a1d29b89529b2c_ppc64le",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:5d9dc6a193e2aca2a570ef2dbe7b745435e4434e1ac4cbf80eb1985484b9911c_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:6e165539443c883df627d1d3a067c2015ab4b8c92636f0eaa03ab704338cde84_s390x",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:e92d7d74389200c8b99a15f8ef26e6f200d1b6a3d83fd05512a561877fa711d2_ppc64le",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0a57f08a5871b21ea226a42411c422acd5e4dd01a8d2966fcfdaf538ec36145d_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:c4dd62904288ad05de37ebd4341f090abb1bdd6bd459fde2f5f8b81007c53b72_amd64",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:e7729f564d90aad4251e5d3ad4fd16c47fb7f9131b80e19783d7a8165b00edd7_ppc64le",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:ee387d969e557da7dcb01221d54e09bdc30d8a09fa0a18286c323de0b372c0a6_arm64",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:7541142b3bfc75c4b77af0c0a030af176c2950abfe184baf13661ab5cd46d0ef_ppc64le",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:7e1eb3a5aacfb9857628c5cb8c6aa3497ecbbf57fd20d2fc075bed7c46a4d374_s390x",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:a06d3da1fbd2fd8e793f5aa308ecee42d6d2c682e0dff190b3f7fc71fdf486a2_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:5181636b5baec86e70fb99c1bc85c5be3cb0f04eabec4ea1b1e641535b351254_ppc64le",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:90c0ebeaf2280e8a5cf03bf6bae52b9b54920f3584ae99babd2b51d1dd2e973d_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:9930309a4b39177c64e59e80d38b335a56707b555735cfb300a7427e884041c5_s390x",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:25b4e308664bc79e2fd2f8cb3164d0783a138a0e9c50ab7ae4e56ab2c81661ce_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:ae49eac8ca8c9d7d4f56a87e58725de23f1d1f9779a4d87dd357b09ef43e30a5_s390x",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:e1597771478a328212df8f49b02ea1a4a22a9f85ba6dbb2248a4ea8a6a5745a2_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:9bede4592dac7976c5e4eedb00f183ee1553e3f64a5a644098d32b47ae5d5c62_arm64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:cb972df19c908be774dab768adaad68e7f77e91a090268f87dd9357fda94f4e6_s390x",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:d7f7e96d499d455be312cbbe5ca3b9fdd908c0b5f32bf9084485b187d011468b_ppc64le",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:effdbb4f18db583c8502caf0c878051c45c6d375d6bd1fddb0a4dff076216200_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:1c15eb62c937ef2c21fa002547d9ffe999a462eb549485396968f91470772e14_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:36263cf26f4b46ec367fda44585e9d9b777179e39e596a2a9a6d80c16a810560_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:df2bc89fc87efd94ba809e961262574a2a6032f9dcb26149480cdd4505864a6a_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:2266033ffe27d8fdf9400cabb687b1eaa270c4413cc578742677a355bc48bb3f_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:2a5989590eb30689fdec4c533045cdc78af7fb43ec0ace8740b4903e71aa1032_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:a5712cee59edac6e8be064660ec7f8920169e728250a891d8437c9a8838f09d5_s390x"
]
},
"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-19T07:41:38+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:3ef8732d07e7a5ce8d8decdf01c46924f93c552e82d7805a251bfe368b62c6de_s390x",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:7ad5dc366963e89022aacc0f8be37d16b0e63dde3ffc7dc49805c300ee61c496_amd64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:aab65b61fca5ff87dfdad973928df8c22c6231c14b838063bd2d44e4f16fe744_arm64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:d817e724ace3b1b6e05614499c0cb635b567dcbbc71f619d6f41cb85c4b34744_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:091456b9e9b39855047c5ce8320279a01c13b24dd50f6fb9fd260b4cbef09419_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:10e2fb7e9f301570b64b0332a98a590702dc3a88eeebf59c72bd194c88725011_arm64",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:8f3c4e1e314ba6f7dac92607f423c44063ccc7fc47a3289f8608e1dc291d09f1_amd64",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:9b5f8076b5e6c1db98ad72c8787b08b12ecd42a1bf7feada78b3f28dc15c40cb_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:4b84738510cde9310c3ac39ad26593275c476cf397e4814289ee7b9f1707ec37_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:6e4015d0e3c292554944cb03c9cebff4f48ef3e2d8cef026aa11ca3fe9bf036d_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:7d2e92b9644ea87a63f180d5df94a90dda73877edec4382046424260749d4c8f_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:c03b89f953f3f22a57f241a78ef14cea1c463828e6c8a40f0d4d1373febd9bd9_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:5547"
},
{
"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:1fd2db3d141cc063c6557000c8b1be2425712dc4262240c3c9195d8980772191_ppc64le",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:cbe15eaab7f10fe9b4c9bfa6e3d1f0351d8cbbc27d5d96627e11e9c861da29d9_s390x",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:d4177d019b86fec5610d852b8b90e6464190969e75de9172f2f252c26076d40d_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:52b894a194732eac846c63a3669b128d6505b8b944c60cf1ee07c7daa201c9c3_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:b4e552db7dcd293fa421aa6ee9c6e91198c6be6dea70addcbd6c12687509631a_arm64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:bae697a9acabba4a6ef4b4a16ecb17e102bb4bb8b1c05f93a806701c055bc3eb_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:d293b85fa2d8a749f802ddba16f4f6ed3dff5c8d7b0b1cb56527401da37772b4_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:0321e7c87a5a64fa0936584badd2848e79c0071800f596b7d177fcc68553bd22_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:3d8a3e1cbf57c99a46d0901a1eb6f00f7a957b90a7868d394785e446f643c5ca_amd64",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:833c743bef3449dce3c0521590dfbe5e07105dece7f6c8e08dc4d1d402905d7b_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:3ef8732d07e7a5ce8d8decdf01c46924f93c552e82d7805a251bfe368b62c6de_s390x",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:7ad5dc366963e89022aacc0f8be37d16b0e63dde3ffc7dc49805c300ee61c496_amd64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:aab65b61fca5ff87dfdad973928df8c22c6231c14b838063bd2d44e4f16fe744_arm64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:d817e724ace3b1b6e05614499c0cb635b567dcbbc71f619d6f41cb85c4b34744_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:6f71bd3411a04389d302e863acd5351e753b614f4f077aee0274056ce23739b4_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:773c39dc89b6b4cc82e4c78f50d4fb16bd70b611efcb65ea4b767d98fea4f7e3_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:7f6c46935a8eab7e09333068aed758aa275b9d5fd7282f15b5fd85070fe28875_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:8129b7ae939cffb029ac10631d29c6ea081928c4f42ee7ba7de91f3a6f6bf7ef_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:be27d3e25035448bcaa691658adeebeacf582d8f19db3e997caab33cf6e8732e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:ce6105258794e33e5a805a95c21e9f553922e1753076345aedcc9174fa4f7d5b_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:09456ceabf9dd2f05837d65632a920f537e36695e7342ae70f20c363284859ec_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:95faa45331614593c4b6e3994656d7fde32476598ef46ec0b9cff5be02483b90_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:d19019a22f7611ce91c582c3294693eef2cdeefccb72f230f8e37ff111272c53_arm64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:fdd7c5a2cd69132f5caf4974ed27d49f78f49208ecdedec86d84b7fbdd306994_amd64",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:2b0078eb2656243a6d91445c2c23a40af9fb2607f107edd5d557e928518211ce_amd64",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:8e9371822e053e7a29cd87853feef39ffa782a626a2bd895a7fb506362d70561_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:e0f9bc46a2c99eedadeac36117081f1d0e1cf6c979e1162cb0039540e286fbb0_s390x",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:3d21dd55a83990ef51325c636c0a613ee5050a4b8b2708bc1bb1d8de1792166b_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:748d2241aa0c3fda48079434de8f2938013853a492f96a3d83dbc6ea3f977189_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:ec4ae584df707de94c71a61bb3be58fda42f739eebc564855feff87126aa21a0_s390x",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:2cd2d4df67b9987d5b03f101f21d8ec543c54c80453f63ffe0c9992de51fb31b_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:89fc88d2d80afd98ae222faae7bcde0088c236bc78dc7106c6752ebd6b22b678_arm64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:b8ff70b7eef2a44b5d13906520b93fa78e1fa18ebe2bb28ed0c77dd0d48655a7_amd64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:c140ed81d2fb76971ef12534a1360b869f036f87d94b4a843770366a469847af_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:091456b9e9b39855047c5ce8320279a01c13b24dd50f6fb9fd260b4cbef09419_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:10e2fb7e9f301570b64b0332a98a590702dc3a88eeebf59c72bd194c88725011_arm64",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:8f3c4e1e314ba6f7dac92607f423c44063ccc7fc47a3289f8608e1dc291d09f1_amd64",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:9b5f8076b5e6c1db98ad72c8787b08b12ecd42a1bf7feada78b3f28dc15c40cb_s390x",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:044b361bcf5b0d620341c54c2cb231e10b989813a2fd623a1547448b4993135e_ppc64le",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:43f56e9a6e4dcd6a671fb77ab57f6dd39e3a7975824e02780ddf69191f00a014_s390x",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:502f89052820047914291c9e0e1d32e5ac20c8a636e36cbf2c130762a2eeb986_amd64",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:5019b0d3275597287b4a03f643980928792d2ec7ce8375ceb61b2950d4b6264f_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:de8ae72cf2b6bcf851a79e82d25504ca68431a5e2a77ea7140f76c57cf72e8f5_s390x",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:ffc67cb8919aa9bc473873e06b4dab344b25191a27be05adc5035fee71860098_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:3aff54b2c780272a3a72826a8f108407c46a6baf9d5695dfe015830d3c839923_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:ecc29880c89cb5c85e6e58a0f3e8df813bf2320cba98b5f8d71ba847fa16c74e_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:faefc8cc0c5af0e83f5dec570a290ff512fb6d3f956fc0453a9754baaee5571e_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:5ba373175faf5e0b6300c99b19ac78da68fd8afe68a06abe644a2e2b372780d2_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:62c08cc5494bdb99f6aec1e9127747b64665889328b5203838ec772baa2e1a6c_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:8b9b293463f18fd6786c77de8e9a9958cfd416f75136d1d9ec17cd01ac4ba39d_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:c3d4b853eb155443081d228bf19fe1354907d607c400a2154f8eef375fd104d2_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:0d970bcfa5bd479eaa979a079da6847ca3180ef85a364cc76623ea5553a16471_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:63c03249589cf2f5f870c646b780a5210cd639fb001b54662f7c578c374fb313_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:dba89ebb9208e7c32c4801e2b9496a49d2cfcddd9f19b3617e864a1a72237910_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:f0139a2bc50f5648d778fa235cb56fb0a8cbb7c6c2f479766196a58289319a59_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:05c3b02e9071d837bfbadfc9c9fd4d4a2a2e165138efcfee0040f7d293bd5b73_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:16ee0717876873aac106d8f42312edc2dbffe36ee258e3e83ac2347538f23e59_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:6f3ad3936d057e0ffada026ea9940ff617b4ce4ee9f95188c4fe910d587cd91a_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:280f33301ebc9fdcbc7eda72e31188f9b25cc32de5737115bd033bfafa1062de_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:33150f654b436240a720f25aa6061c84a3acf71fedf78544c027c1873f5de8ad_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:9de2f1d40808aa283f1cba24bb4c0a75240a1602bcd2ed86e7f3b4f3815c4af8_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:4b84738510cde9310c3ac39ad26593275c476cf397e4814289ee7b9f1707ec37_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:6e4015d0e3c292554944cb03c9cebff4f48ef3e2d8cef026aa11ca3fe9bf036d_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:7d2e92b9644ea87a63f180d5df94a90dda73877edec4382046424260749d4c8f_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:c03b89f953f3f22a57f241a78ef14cea1c463828e6c8a40f0d4d1373febd9bd9_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:41c93c132be814679f8d314ec58580184ca339fca478acc556700f57432950c6_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:ecd0d536e9d2fd3be8a6ba4fcfce28c5b7f85bd9bcba79035c0093d742fee3e8_amd64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:f073748405916c49c3c32918f7b95445dce54782b216f547da5d450190375bfb_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:f5d1f5027a5485e2432eabdee72fbf636b00e25eee3704aa37ea5b07ff6a20a1_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:37491837de2c3415489fbd8ad1d6024870c4b198f4061192b7a1a652e0db0d54_amd64",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:8fdd6f5608b742ee31926cfa9e2f7e295be4a9931d757c7693f98a7d5d4478a3_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:f67b0a900630db2210065cbf1aeab14d12a13070d8585a2e65a1d29b89529b2c_ppc64le",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:5d9dc6a193e2aca2a570ef2dbe7b745435e4434e1ac4cbf80eb1985484b9911c_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:6e165539443c883df627d1d3a067c2015ab4b8c92636f0eaa03ab704338cde84_s390x",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:e92d7d74389200c8b99a15f8ef26e6f200d1b6a3d83fd05512a561877fa711d2_ppc64le",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0a57f08a5871b21ea226a42411c422acd5e4dd01a8d2966fcfdaf538ec36145d_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:c4dd62904288ad05de37ebd4341f090abb1bdd6bd459fde2f5f8b81007c53b72_amd64",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:e7729f564d90aad4251e5d3ad4fd16c47fb7f9131b80e19783d7a8165b00edd7_ppc64le",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:ee387d969e557da7dcb01221d54e09bdc30d8a09fa0a18286c323de0b372c0a6_arm64",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:7541142b3bfc75c4b77af0c0a030af176c2950abfe184baf13661ab5cd46d0ef_ppc64le",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:7e1eb3a5aacfb9857628c5cb8c6aa3497ecbbf57fd20d2fc075bed7c46a4d374_s390x",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:a06d3da1fbd2fd8e793f5aa308ecee42d6d2c682e0dff190b3f7fc71fdf486a2_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:5181636b5baec86e70fb99c1bc85c5be3cb0f04eabec4ea1b1e641535b351254_ppc64le",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:90c0ebeaf2280e8a5cf03bf6bae52b9b54920f3584ae99babd2b51d1dd2e973d_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:9930309a4b39177c64e59e80d38b335a56707b555735cfb300a7427e884041c5_s390x",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:25b4e308664bc79e2fd2f8cb3164d0783a138a0e9c50ab7ae4e56ab2c81661ce_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:ae49eac8ca8c9d7d4f56a87e58725de23f1d1f9779a4d87dd357b09ef43e30a5_s390x",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:e1597771478a328212df8f49b02ea1a4a22a9f85ba6dbb2248a4ea8a6a5745a2_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:9bede4592dac7976c5e4eedb00f183ee1553e3f64a5a644098d32b47ae5d5c62_arm64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:cb972df19c908be774dab768adaad68e7f77e91a090268f87dd9357fda94f4e6_s390x",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:d7f7e96d499d455be312cbbe5ca3b9fdd908c0b5f32bf9084485b187d011468b_ppc64le",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:effdbb4f18db583c8502caf0c878051c45c6d375d6bd1fddb0a4dff076216200_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:1c15eb62c937ef2c21fa002547d9ffe999a462eb549485396968f91470772e14_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:36263cf26f4b46ec367fda44585e9d9b777179e39e596a2a9a6d80c16a810560_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:df2bc89fc87efd94ba809e961262574a2a6032f9dcb26149480cdd4505864a6a_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:2266033ffe27d8fdf9400cabb687b1eaa270c4413cc578742677a355bc48bb3f_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:2a5989590eb30689fdec4c533045cdc78af7fb43ec0ace8740b4903e71aa1032_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:a5712cee59edac6e8be064660ec7f8920169e728250a891d8437c9a8838f09d5_s390x"
]
}
],
"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": [
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:1fd2db3d141cc063c6557000c8b1be2425712dc4262240c3c9195d8980772191_ppc64le",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:cbe15eaab7f10fe9b4c9bfa6e3d1f0351d8cbbc27d5d96627e11e9c861da29d9_s390x",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:d4177d019b86fec5610d852b8b90e6464190969e75de9172f2f252c26076d40d_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:52b894a194732eac846c63a3669b128d6505b8b944c60cf1ee07c7daa201c9c3_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:b4e552db7dcd293fa421aa6ee9c6e91198c6be6dea70addcbd6c12687509631a_arm64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:bae697a9acabba4a6ef4b4a16ecb17e102bb4bb8b1c05f93a806701c055bc3eb_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:d293b85fa2d8a749f802ddba16f4f6ed3dff5c8d7b0b1cb56527401da37772b4_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:0321e7c87a5a64fa0936584badd2848e79c0071800f596b7d177fcc68553bd22_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:3d8a3e1cbf57c99a46d0901a1eb6f00f7a957b90a7868d394785e446f643c5ca_amd64",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:833c743bef3449dce3c0521590dfbe5e07105dece7f6c8e08dc4d1d402905d7b_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:3ef8732d07e7a5ce8d8decdf01c46924f93c552e82d7805a251bfe368b62c6de_s390x",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:7ad5dc366963e89022aacc0f8be37d16b0e63dde3ffc7dc49805c300ee61c496_amd64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:aab65b61fca5ff87dfdad973928df8c22c6231c14b838063bd2d44e4f16fe744_arm64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:d817e724ace3b1b6e05614499c0cb635b567dcbbc71f619d6f41cb85c4b34744_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:6f71bd3411a04389d302e863acd5351e753b614f4f077aee0274056ce23739b4_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:773c39dc89b6b4cc82e4c78f50d4fb16bd70b611efcb65ea4b767d98fea4f7e3_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:7f6c46935a8eab7e09333068aed758aa275b9d5fd7282f15b5fd85070fe28875_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:8129b7ae939cffb029ac10631d29c6ea081928c4f42ee7ba7de91f3a6f6bf7ef_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:be27d3e25035448bcaa691658adeebeacf582d8f19db3e997caab33cf6e8732e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:ce6105258794e33e5a805a95c21e9f553922e1753076345aedcc9174fa4f7d5b_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:09456ceabf9dd2f05837d65632a920f537e36695e7342ae70f20c363284859ec_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:95faa45331614593c4b6e3994656d7fde32476598ef46ec0b9cff5be02483b90_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:d19019a22f7611ce91c582c3294693eef2cdeefccb72f230f8e37ff111272c53_arm64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:fdd7c5a2cd69132f5caf4974ed27d49f78f49208ecdedec86d84b7fbdd306994_amd64",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:2b0078eb2656243a6d91445c2c23a40af9fb2607f107edd5d557e928518211ce_amd64",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:8e9371822e053e7a29cd87853feef39ffa782a626a2bd895a7fb506362d70561_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:e0f9bc46a2c99eedadeac36117081f1d0e1cf6c979e1162cb0039540e286fbb0_s390x",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:3d21dd55a83990ef51325c636c0a613ee5050a4b8b2708bc1bb1d8de1792166b_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:748d2241aa0c3fda48079434de8f2938013853a492f96a3d83dbc6ea3f977189_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:ec4ae584df707de94c71a61bb3be58fda42f739eebc564855feff87126aa21a0_s390x",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:2cd2d4df67b9987d5b03f101f21d8ec543c54c80453f63ffe0c9992de51fb31b_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:89fc88d2d80afd98ae222faae7bcde0088c236bc78dc7106c6752ebd6b22b678_arm64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:b8ff70b7eef2a44b5d13906520b93fa78e1fa18ebe2bb28ed0c77dd0d48655a7_amd64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:c140ed81d2fb76971ef12534a1360b869f036f87d94b4a843770366a469847af_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:091456b9e9b39855047c5ce8320279a01c13b24dd50f6fb9fd260b4cbef09419_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:10e2fb7e9f301570b64b0332a98a590702dc3a88eeebf59c72bd194c88725011_arm64",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:8f3c4e1e314ba6f7dac92607f423c44063ccc7fc47a3289f8608e1dc291d09f1_amd64",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:9b5f8076b5e6c1db98ad72c8787b08b12ecd42a1bf7feada78b3f28dc15c40cb_s390x",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:044b361bcf5b0d620341c54c2cb231e10b989813a2fd623a1547448b4993135e_ppc64le",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:43f56e9a6e4dcd6a671fb77ab57f6dd39e3a7975824e02780ddf69191f00a014_s390x",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:502f89052820047914291c9e0e1d32e5ac20c8a636e36cbf2c130762a2eeb986_amd64",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:5019b0d3275597287b4a03f643980928792d2ec7ce8375ceb61b2950d4b6264f_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:de8ae72cf2b6bcf851a79e82d25504ca68431a5e2a77ea7140f76c57cf72e8f5_s390x",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:ffc67cb8919aa9bc473873e06b4dab344b25191a27be05adc5035fee71860098_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:3aff54b2c780272a3a72826a8f108407c46a6baf9d5695dfe015830d3c839923_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:ecc29880c89cb5c85e6e58a0f3e8df813bf2320cba98b5f8d71ba847fa16c74e_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:faefc8cc0c5af0e83f5dec570a290ff512fb6d3f956fc0453a9754baaee5571e_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:5ba373175faf5e0b6300c99b19ac78da68fd8afe68a06abe644a2e2b372780d2_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:62c08cc5494bdb99f6aec1e9127747b64665889328b5203838ec772baa2e1a6c_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:8b9b293463f18fd6786c77de8e9a9958cfd416f75136d1d9ec17cd01ac4ba39d_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:c3d4b853eb155443081d228bf19fe1354907d607c400a2154f8eef375fd104d2_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:0d970bcfa5bd479eaa979a079da6847ca3180ef85a364cc76623ea5553a16471_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:63c03249589cf2f5f870c646b780a5210cd639fb001b54662f7c578c374fb313_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:dba89ebb9208e7c32c4801e2b9496a49d2cfcddd9f19b3617e864a1a72237910_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:f0139a2bc50f5648d778fa235cb56fb0a8cbb7c6c2f479766196a58289319a59_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:05c3b02e9071d837bfbadfc9c9fd4d4a2a2e165138efcfee0040f7d293bd5b73_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:16ee0717876873aac106d8f42312edc2dbffe36ee258e3e83ac2347538f23e59_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:6f3ad3936d057e0ffada026ea9940ff617b4ce4ee9f95188c4fe910d587cd91a_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:280f33301ebc9fdcbc7eda72e31188f9b25cc32de5737115bd033bfafa1062de_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:33150f654b436240a720f25aa6061c84a3acf71fedf78544c027c1873f5de8ad_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:9de2f1d40808aa283f1cba24bb4c0a75240a1602bcd2ed86e7f3b4f3815c4af8_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:4b84738510cde9310c3ac39ad26593275c476cf397e4814289ee7b9f1707ec37_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:6e4015d0e3c292554944cb03c9cebff4f48ef3e2d8cef026aa11ca3fe9bf036d_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:7d2e92b9644ea87a63f180d5df94a90dda73877edec4382046424260749d4c8f_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:c03b89f953f3f22a57f241a78ef14cea1c463828e6c8a40f0d4d1373febd9bd9_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:41c93c132be814679f8d314ec58580184ca339fca478acc556700f57432950c6_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:ecd0d536e9d2fd3be8a6ba4fcfce28c5b7f85bd9bcba79035c0093d742fee3e8_amd64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:f073748405916c49c3c32918f7b95445dce54782b216f547da5d450190375bfb_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:f5d1f5027a5485e2432eabdee72fbf636b00e25eee3704aa37ea5b07ff6a20a1_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:37491837de2c3415489fbd8ad1d6024870c4b198f4061192b7a1a652e0db0d54_amd64",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:8fdd6f5608b742ee31926cfa9e2f7e295be4a9931d757c7693f98a7d5d4478a3_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:f67b0a900630db2210065cbf1aeab14d12a13070d8585a2e65a1d29b89529b2c_ppc64le",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:5d9dc6a193e2aca2a570ef2dbe7b745435e4434e1ac4cbf80eb1985484b9911c_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:6e165539443c883df627d1d3a067c2015ab4b8c92636f0eaa03ab704338cde84_s390x",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:e92d7d74389200c8b99a15f8ef26e6f200d1b6a3d83fd05512a561877fa711d2_ppc64le",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0a57f08a5871b21ea226a42411c422acd5e4dd01a8d2966fcfdaf538ec36145d_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:c4dd62904288ad05de37ebd4341f090abb1bdd6bd459fde2f5f8b81007c53b72_amd64",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:e7729f564d90aad4251e5d3ad4fd16c47fb7f9131b80e19783d7a8165b00edd7_ppc64le",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:ee387d969e557da7dcb01221d54e09bdc30d8a09fa0a18286c323de0b372c0a6_arm64",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:7541142b3bfc75c4b77af0c0a030af176c2950abfe184baf13661ab5cd46d0ef_ppc64le",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:7e1eb3a5aacfb9857628c5cb8c6aa3497ecbbf57fd20d2fc075bed7c46a4d374_s390x",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:a06d3da1fbd2fd8e793f5aa308ecee42d6d2c682e0dff190b3f7fc71fdf486a2_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:5181636b5baec86e70fb99c1bc85c5be3cb0f04eabec4ea1b1e641535b351254_ppc64le",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:90c0ebeaf2280e8a5cf03bf6bae52b9b54920f3584ae99babd2b51d1dd2e973d_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:9930309a4b39177c64e59e80d38b335a56707b555735cfb300a7427e884041c5_s390x",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:25b4e308664bc79e2fd2f8cb3164d0783a138a0e9c50ab7ae4e56ab2c81661ce_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:ae49eac8ca8c9d7d4f56a87e58725de23f1d1f9779a4d87dd357b09ef43e30a5_s390x",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:e1597771478a328212df8f49b02ea1a4a22a9f85ba6dbb2248a4ea8a6a5745a2_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:9bede4592dac7976c5e4eedb00f183ee1553e3f64a5a644098d32b47ae5d5c62_arm64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:cb972df19c908be774dab768adaad68e7f77e91a090268f87dd9357fda94f4e6_s390x",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:d7f7e96d499d455be312cbbe5ca3b9fdd908c0b5f32bf9084485b187d011468b_ppc64le",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:effdbb4f18db583c8502caf0c878051c45c6d375d6bd1fddb0a4dff076216200_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:1c15eb62c937ef2c21fa002547d9ffe999a462eb549485396968f91470772e14_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:36263cf26f4b46ec367fda44585e9d9b777179e39e596a2a9a6d80c16a810560_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:df2bc89fc87efd94ba809e961262574a2a6032f9dcb26149480cdd4505864a6a_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:2266033ffe27d8fdf9400cabb687b1eaa270c4413cc578742677a355bc48bb3f_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:2a5989590eb30689fdec4c533045cdc78af7fb43ec0ace8740b4903e71aa1032_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:a5712cee59edac6e8be064660ec7f8920169e728250a891d8437c9a8838f09d5_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "go-retryablehttp: url might write sensitive information to log file"
},
{
"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": [
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:52b894a194732eac846c63a3669b128d6505b8b944c60cf1ee07c7daa201c9c3_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:b4e552db7dcd293fa421aa6ee9c6e91198c6be6dea70addcbd6c12687509631a_arm64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:bae697a9acabba4a6ef4b4a16ecb17e102bb4bb8b1c05f93a806701c055bc3eb_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:d293b85fa2d8a749f802ddba16f4f6ed3dff5c8d7b0b1cb56527401da37772b4_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:0321e7c87a5a64fa0936584badd2848e79c0071800f596b7d177fcc68553bd22_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:3d8a3e1cbf57c99a46d0901a1eb6f00f7a957b90a7868d394785e446f643c5ca_amd64",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:833c743bef3449dce3c0521590dfbe5e07105dece7f6c8e08dc4d1d402905d7b_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:3ef8732d07e7a5ce8d8decdf01c46924f93c552e82d7805a251bfe368b62c6de_s390x",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:7ad5dc366963e89022aacc0f8be37d16b0e63dde3ffc7dc49805c300ee61c496_amd64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:aab65b61fca5ff87dfdad973928df8c22c6231c14b838063bd2d44e4f16fe744_arm64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:d817e724ace3b1b6e05614499c0cb635b567dcbbc71f619d6f41cb85c4b34744_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:6f71bd3411a04389d302e863acd5351e753b614f4f077aee0274056ce23739b4_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:773c39dc89b6b4cc82e4c78f50d4fb16bd70b611efcb65ea4b767d98fea4f7e3_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:7f6c46935a8eab7e09333068aed758aa275b9d5fd7282f15b5fd85070fe28875_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:8129b7ae939cffb029ac10631d29c6ea081928c4f42ee7ba7de91f3a6f6bf7ef_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:be27d3e25035448bcaa691658adeebeacf582d8f19db3e997caab33cf6e8732e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:ce6105258794e33e5a805a95c21e9f553922e1753076345aedcc9174fa4f7d5b_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:09456ceabf9dd2f05837d65632a920f537e36695e7342ae70f20c363284859ec_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:95faa45331614593c4b6e3994656d7fde32476598ef46ec0b9cff5be02483b90_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:d19019a22f7611ce91c582c3294693eef2cdeefccb72f230f8e37ff111272c53_arm64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:fdd7c5a2cd69132f5caf4974ed27d49f78f49208ecdedec86d84b7fbdd306994_amd64",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:2b0078eb2656243a6d91445c2c23a40af9fb2607f107edd5d557e928518211ce_amd64",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:8e9371822e053e7a29cd87853feef39ffa782a626a2bd895a7fb506362d70561_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:e0f9bc46a2c99eedadeac36117081f1d0e1cf6c979e1162cb0039540e286fbb0_s390x",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:3d21dd55a83990ef51325c636c0a613ee5050a4b8b2708bc1bb1d8de1792166b_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:748d2241aa0c3fda48079434de8f2938013853a492f96a3d83dbc6ea3f977189_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:ec4ae584df707de94c71a61bb3be58fda42f739eebc564855feff87126aa21a0_s390x",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:2cd2d4df67b9987d5b03f101f21d8ec543c54c80453f63ffe0c9992de51fb31b_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:89fc88d2d80afd98ae222faae7bcde0088c236bc78dc7106c6752ebd6b22b678_arm64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:b8ff70b7eef2a44b5d13906520b93fa78e1fa18ebe2bb28ed0c77dd0d48655a7_amd64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:c140ed81d2fb76971ef12534a1360b869f036f87d94b4a843770366a469847af_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:091456b9e9b39855047c5ce8320279a01c13b24dd50f6fb9fd260b4cbef09419_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:10e2fb7e9f301570b64b0332a98a590702dc3a88eeebf59c72bd194c88725011_arm64",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:8f3c4e1e314ba6f7dac92607f423c44063ccc7fc47a3289f8608e1dc291d09f1_amd64",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:9b5f8076b5e6c1db98ad72c8787b08b12ecd42a1bf7feada78b3f28dc15c40cb_s390x",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:044b361bcf5b0d620341c54c2cb231e10b989813a2fd623a1547448b4993135e_ppc64le",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:43f56e9a6e4dcd6a671fb77ab57f6dd39e3a7975824e02780ddf69191f00a014_s390x",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:502f89052820047914291c9e0e1d32e5ac20c8a636e36cbf2c130762a2eeb986_amd64",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:5019b0d3275597287b4a03f643980928792d2ec7ce8375ceb61b2950d4b6264f_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:de8ae72cf2b6bcf851a79e82d25504ca68431a5e2a77ea7140f76c57cf72e8f5_s390x",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:ffc67cb8919aa9bc473873e06b4dab344b25191a27be05adc5035fee71860098_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:3aff54b2c780272a3a72826a8f108407c46a6baf9d5695dfe015830d3c839923_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:ecc29880c89cb5c85e6e58a0f3e8df813bf2320cba98b5f8d71ba847fa16c74e_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:faefc8cc0c5af0e83f5dec570a290ff512fb6d3f956fc0453a9754baaee5571e_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:5ba373175faf5e0b6300c99b19ac78da68fd8afe68a06abe644a2e2b372780d2_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:62c08cc5494bdb99f6aec1e9127747b64665889328b5203838ec772baa2e1a6c_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:8b9b293463f18fd6786c77de8e9a9958cfd416f75136d1d9ec17cd01ac4ba39d_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:c3d4b853eb155443081d228bf19fe1354907d607c400a2154f8eef375fd104d2_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:0d970bcfa5bd479eaa979a079da6847ca3180ef85a364cc76623ea5553a16471_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:63c03249589cf2f5f870c646b780a5210cd639fb001b54662f7c578c374fb313_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:dba89ebb9208e7c32c4801e2b9496a49d2cfcddd9f19b3617e864a1a72237910_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:f0139a2bc50f5648d778fa235cb56fb0a8cbb7c6c2f479766196a58289319a59_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:05c3b02e9071d837bfbadfc9c9fd4d4a2a2e165138efcfee0040f7d293bd5b73_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:16ee0717876873aac106d8f42312edc2dbffe36ee258e3e83ac2347538f23e59_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:6f3ad3936d057e0ffada026ea9940ff617b4ce4ee9f95188c4fe910d587cd91a_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:280f33301ebc9fdcbc7eda72e31188f9b25cc32de5737115bd033bfafa1062de_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:33150f654b436240a720f25aa6061c84a3acf71fedf78544c027c1873f5de8ad_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:9de2f1d40808aa283f1cba24bb4c0a75240a1602bcd2ed86e7f3b4f3815c4af8_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:4b84738510cde9310c3ac39ad26593275c476cf397e4814289ee7b9f1707ec37_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:6e4015d0e3c292554944cb03c9cebff4f48ef3e2d8cef026aa11ca3fe9bf036d_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:7d2e92b9644ea87a63f180d5df94a90dda73877edec4382046424260749d4c8f_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:c03b89f953f3f22a57f241a78ef14cea1c463828e6c8a40f0d4d1373febd9bd9_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:41c93c132be814679f8d314ec58580184ca339fca478acc556700f57432950c6_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:ecd0d536e9d2fd3be8a6ba4fcfce28c5b7f85bd9bcba79035c0093d742fee3e8_amd64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:f073748405916c49c3c32918f7b95445dce54782b216f547da5d450190375bfb_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:f5d1f5027a5485e2432eabdee72fbf636b00e25eee3704aa37ea5b07ff6a20a1_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:37491837de2c3415489fbd8ad1d6024870c4b198f4061192b7a1a652e0db0d54_amd64",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:8fdd6f5608b742ee31926cfa9e2f7e295be4a9931d757c7693f98a7d5d4478a3_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:f67b0a900630db2210065cbf1aeab14d12a13070d8585a2e65a1d29b89529b2c_ppc64le",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:5d9dc6a193e2aca2a570ef2dbe7b745435e4434e1ac4cbf80eb1985484b9911c_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:6e165539443c883df627d1d3a067c2015ab4b8c92636f0eaa03ab704338cde84_s390x",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:e92d7d74389200c8b99a15f8ef26e6f200d1b6a3d83fd05512a561877fa711d2_ppc64le",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0a57f08a5871b21ea226a42411c422acd5e4dd01a8d2966fcfdaf538ec36145d_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:c4dd62904288ad05de37ebd4341f090abb1bdd6bd459fde2f5f8b81007c53b72_amd64",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:e7729f564d90aad4251e5d3ad4fd16c47fb7f9131b80e19783d7a8165b00edd7_ppc64le",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:ee387d969e557da7dcb01221d54e09bdc30d8a09fa0a18286c323de0b372c0a6_arm64",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:7541142b3bfc75c4b77af0c0a030af176c2950abfe184baf13661ab5cd46d0ef_ppc64le",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:7e1eb3a5aacfb9857628c5cb8c6aa3497ecbbf57fd20d2fc075bed7c46a4d374_s390x",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:a06d3da1fbd2fd8e793f5aa308ecee42d6d2c682e0dff190b3f7fc71fdf486a2_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:5181636b5baec86e70fb99c1bc85c5be3cb0f04eabec4ea1b1e641535b351254_ppc64le",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:90c0ebeaf2280e8a5cf03bf6bae52b9b54920f3584ae99babd2b51d1dd2e973d_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:9930309a4b39177c64e59e80d38b335a56707b555735cfb300a7427e884041c5_s390x",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:25b4e308664bc79e2fd2f8cb3164d0783a138a0e9c50ab7ae4e56ab2c81661ce_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:ae49eac8ca8c9d7d4f56a87e58725de23f1d1f9779a4d87dd357b09ef43e30a5_s390x",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:e1597771478a328212df8f49b02ea1a4a22a9f85ba6dbb2248a4ea8a6a5745a2_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:9bede4592dac7976c5e4eedb00f183ee1553e3f64a5a644098d32b47ae5d5c62_arm64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:cb972df19c908be774dab768adaad68e7f77e91a090268f87dd9357fda94f4e6_s390x",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:d7f7e96d499d455be312cbbe5ca3b9fdd908c0b5f32bf9084485b187d011468b_ppc64le",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:effdbb4f18db583c8502caf0c878051c45c6d375d6bd1fddb0a4dff076216200_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:1c15eb62c937ef2c21fa002547d9ffe999a462eb549485396968f91470772e14_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:36263cf26f4b46ec367fda44585e9d9b777179e39e596a2a9a6d80c16a810560_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:df2bc89fc87efd94ba809e961262574a2a6032f9dcb26149480cdd4505864a6a_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:2266033ffe27d8fdf9400cabb687b1eaa270c4413cc578742677a355bc48bb3f_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:2a5989590eb30689fdec4c533045cdc78af7fb43ec0ace8740b4903e71aa1032_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:a5712cee59edac6e8be064660ec7f8920169e728250a891d8437c9a8838f09d5_s390x"
]
}
],
"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": [
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:1fd2db3d141cc063c6557000c8b1be2425712dc4262240c3c9195d8980772191_ppc64le",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:cbe15eaab7f10fe9b4c9bfa6e3d1f0351d8cbbc27d5d96627e11e9c861da29d9_s390x",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:d4177d019b86fec5610d852b8b90e6464190969e75de9172f2f252c26076d40d_amd64"
],
"known_not_affected": [
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:52b894a194732eac846c63a3669b128d6505b8b944c60cf1ee07c7daa201c9c3_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:b4e552db7dcd293fa421aa6ee9c6e91198c6be6dea70addcbd6c12687509631a_arm64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:bae697a9acabba4a6ef4b4a16ecb17e102bb4bb8b1c05f93a806701c055bc3eb_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:d293b85fa2d8a749f802ddba16f4f6ed3dff5c8d7b0b1cb56527401da37772b4_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:0321e7c87a5a64fa0936584badd2848e79c0071800f596b7d177fcc68553bd22_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:3d8a3e1cbf57c99a46d0901a1eb6f00f7a957b90a7868d394785e446f643c5ca_amd64",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:833c743bef3449dce3c0521590dfbe5e07105dece7f6c8e08dc4d1d402905d7b_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:3ef8732d07e7a5ce8d8decdf01c46924f93c552e82d7805a251bfe368b62c6de_s390x",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:7ad5dc366963e89022aacc0f8be37d16b0e63dde3ffc7dc49805c300ee61c496_amd64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:aab65b61fca5ff87dfdad973928df8c22c6231c14b838063bd2d44e4f16fe744_arm64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:d817e724ace3b1b6e05614499c0cb635b567dcbbc71f619d6f41cb85c4b34744_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:6f71bd3411a04389d302e863acd5351e753b614f4f077aee0274056ce23739b4_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:773c39dc89b6b4cc82e4c78f50d4fb16bd70b611efcb65ea4b767d98fea4f7e3_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:7f6c46935a8eab7e09333068aed758aa275b9d5fd7282f15b5fd85070fe28875_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:8129b7ae939cffb029ac10631d29c6ea081928c4f42ee7ba7de91f3a6f6bf7ef_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:be27d3e25035448bcaa691658adeebeacf582d8f19db3e997caab33cf6e8732e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:ce6105258794e33e5a805a95c21e9f553922e1753076345aedcc9174fa4f7d5b_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:09456ceabf9dd2f05837d65632a920f537e36695e7342ae70f20c363284859ec_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:95faa45331614593c4b6e3994656d7fde32476598ef46ec0b9cff5be02483b90_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:d19019a22f7611ce91c582c3294693eef2cdeefccb72f230f8e37ff111272c53_arm64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:fdd7c5a2cd69132f5caf4974ed27d49f78f49208ecdedec86d84b7fbdd306994_amd64",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:2b0078eb2656243a6d91445c2c23a40af9fb2607f107edd5d557e928518211ce_amd64",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:8e9371822e053e7a29cd87853feef39ffa782a626a2bd895a7fb506362d70561_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:e0f9bc46a2c99eedadeac36117081f1d0e1cf6c979e1162cb0039540e286fbb0_s390x",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:3d21dd55a83990ef51325c636c0a613ee5050a4b8b2708bc1bb1d8de1792166b_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:748d2241aa0c3fda48079434de8f2938013853a492f96a3d83dbc6ea3f977189_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:ec4ae584df707de94c71a61bb3be58fda42f739eebc564855feff87126aa21a0_s390x",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:2cd2d4df67b9987d5b03f101f21d8ec543c54c80453f63ffe0c9992de51fb31b_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:89fc88d2d80afd98ae222faae7bcde0088c236bc78dc7106c6752ebd6b22b678_arm64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:b8ff70b7eef2a44b5d13906520b93fa78e1fa18ebe2bb28ed0c77dd0d48655a7_amd64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:c140ed81d2fb76971ef12534a1360b869f036f87d94b4a843770366a469847af_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:091456b9e9b39855047c5ce8320279a01c13b24dd50f6fb9fd260b4cbef09419_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:10e2fb7e9f301570b64b0332a98a590702dc3a88eeebf59c72bd194c88725011_arm64",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:8f3c4e1e314ba6f7dac92607f423c44063ccc7fc47a3289f8608e1dc291d09f1_amd64",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:9b5f8076b5e6c1db98ad72c8787b08b12ecd42a1bf7feada78b3f28dc15c40cb_s390x",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:044b361bcf5b0d620341c54c2cb231e10b989813a2fd623a1547448b4993135e_ppc64le",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:43f56e9a6e4dcd6a671fb77ab57f6dd39e3a7975824e02780ddf69191f00a014_s390x",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:502f89052820047914291c9e0e1d32e5ac20c8a636e36cbf2c130762a2eeb986_amd64",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:5019b0d3275597287b4a03f643980928792d2ec7ce8375ceb61b2950d4b6264f_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:de8ae72cf2b6bcf851a79e82d25504ca68431a5e2a77ea7140f76c57cf72e8f5_s390x",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:ffc67cb8919aa9bc473873e06b4dab344b25191a27be05adc5035fee71860098_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:3aff54b2c780272a3a72826a8f108407c46a6baf9d5695dfe015830d3c839923_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:ecc29880c89cb5c85e6e58a0f3e8df813bf2320cba98b5f8d71ba847fa16c74e_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:faefc8cc0c5af0e83f5dec570a290ff512fb6d3f956fc0453a9754baaee5571e_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:5ba373175faf5e0b6300c99b19ac78da68fd8afe68a06abe644a2e2b372780d2_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:62c08cc5494bdb99f6aec1e9127747b64665889328b5203838ec772baa2e1a6c_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:8b9b293463f18fd6786c77de8e9a9958cfd416f75136d1d9ec17cd01ac4ba39d_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:c3d4b853eb155443081d228bf19fe1354907d607c400a2154f8eef375fd104d2_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:0d970bcfa5bd479eaa979a079da6847ca3180ef85a364cc76623ea5553a16471_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:63c03249589cf2f5f870c646b780a5210cd639fb001b54662f7c578c374fb313_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:dba89ebb9208e7c32c4801e2b9496a49d2cfcddd9f19b3617e864a1a72237910_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:f0139a2bc50f5648d778fa235cb56fb0a8cbb7c6c2f479766196a58289319a59_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:05c3b02e9071d837bfbadfc9c9fd4d4a2a2e165138efcfee0040f7d293bd5b73_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:16ee0717876873aac106d8f42312edc2dbffe36ee258e3e83ac2347538f23e59_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:6f3ad3936d057e0ffada026ea9940ff617b4ce4ee9f95188c4fe910d587cd91a_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:280f33301ebc9fdcbc7eda72e31188f9b25cc32de5737115bd033bfafa1062de_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:33150f654b436240a720f25aa6061c84a3acf71fedf78544c027c1873f5de8ad_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:9de2f1d40808aa283f1cba24bb4c0a75240a1602bcd2ed86e7f3b4f3815c4af8_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:4b84738510cde9310c3ac39ad26593275c476cf397e4814289ee7b9f1707ec37_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:6e4015d0e3c292554944cb03c9cebff4f48ef3e2d8cef026aa11ca3fe9bf036d_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:7d2e92b9644ea87a63f180d5df94a90dda73877edec4382046424260749d4c8f_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:c03b89f953f3f22a57f241a78ef14cea1c463828e6c8a40f0d4d1373febd9bd9_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:41c93c132be814679f8d314ec58580184ca339fca478acc556700f57432950c6_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:ecd0d536e9d2fd3be8a6ba4fcfce28c5b7f85bd9bcba79035c0093d742fee3e8_amd64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:f073748405916c49c3c32918f7b95445dce54782b216f547da5d450190375bfb_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:f5d1f5027a5485e2432eabdee72fbf636b00e25eee3704aa37ea5b07ff6a20a1_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:37491837de2c3415489fbd8ad1d6024870c4b198f4061192b7a1a652e0db0d54_amd64",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:8fdd6f5608b742ee31926cfa9e2f7e295be4a9931d757c7693f98a7d5d4478a3_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:f67b0a900630db2210065cbf1aeab14d12a13070d8585a2e65a1d29b89529b2c_ppc64le",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:5d9dc6a193e2aca2a570ef2dbe7b745435e4434e1ac4cbf80eb1985484b9911c_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:6e165539443c883df627d1d3a067c2015ab4b8c92636f0eaa03ab704338cde84_s390x",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:e92d7d74389200c8b99a15f8ef26e6f200d1b6a3d83fd05512a561877fa711d2_ppc64le",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0a57f08a5871b21ea226a42411c422acd5e4dd01a8d2966fcfdaf538ec36145d_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:c4dd62904288ad05de37ebd4341f090abb1bdd6bd459fde2f5f8b81007c53b72_amd64",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:e7729f564d90aad4251e5d3ad4fd16c47fb7f9131b80e19783d7a8165b00edd7_ppc64le",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:ee387d969e557da7dcb01221d54e09bdc30d8a09fa0a18286c323de0b372c0a6_arm64",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:7541142b3bfc75c4b77af0c0a030af176c2950abfe184baf13661ab5cd46d0ef_ppc64le",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:7e1eb3a5aacfb9857628c5cb8c6aa3497ecbbf57fd20d2fc075bed7c46a4d374_s390x",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:a06d3da1fbd2fd8e793f5aa308ecee42d6d2c682e0dff190b3f7fc71fdf486a2_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:5181636b5baec86e70fb99c1bc85c5be3cb0f04eabec4ea1b1e641535b351254_ppc64le",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:90c0ebeaf2280e8a5cf03bf6bae52b9b54920f3584ae99babd2b51d1dd2e973d_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:9930309a4b39177c64e59e80d38b335a56707b555735cfb300a7427e884041c5_s390x",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:25b4e308664bc79e2fd2f8cb3164d0783a138a0e9c50ab7ae4e56ab2c81661ce_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:ae49eac8ca8c9d7d4f56a87e58725de23f1d1f9779a4d87dd357b09ef43e30a5_s390x",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:e1597771478a328212df8f49b02ea1a4a22a9f85ba6dbb2248a4ea8a6a5745a2_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:9bede4592dac7976c5e4eedb00f183ee1553e3f64a5a644098d32b47ae5d5c62_arm64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:cb972df19c908be774dab768adaad68e7f77e91a090268f87dd9357fda94f4e6_s390x",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:d7f7e96d499d455be312cbbe5ca3b9fdd908c0b5f32bf9084485b187d011468b_ppc64le",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:effdbb4f18db583c8502caf0c878051c45c6d375d6bd1fddb0a4dff076216200_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:1c15eb62c937ef2c21fa002547d9ffe999a462eb549485396968f91470772e14_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:36263cf26f4b46ec367fda44585e9d9b777179e39e596a2a9a6d80c16a810560_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:df2bc89fc87efd94ba809e961262574a2a6032f9dcb26149480cdd4505864a6a_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:2266033ffe27d8fdf9400cabb687b1eaa270c4413cc578742677a355bc48bb3f_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:2a5989590eb30689fdec4c533045cdc78af7fb43ec0ace8740b4903e71aa1032_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:a5712cee59edac6e8be064660ec7f8920169e728250a891d8437c9a8838f09d5_s390x"
]
},
"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-19T07:41:38+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:1fd2db3d141cc063c6557000c8b1be2425712dc4262240c3c9195d8980772191_ppc64le",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:cbe15eaab7f10fe9b4c9bfa6e3d1f0351d8cbbc27d5d96627e11e9c861da29d9_s390x",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:d4177d019b86fec5610d852b8b90e6464190969e75de9172f2f252c26076d40d_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:5547"
},
{
"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:1fd2db3d141cc063c6557000c8b1be2425712dc4262240c3c9195d8980772191_ppc64le",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:cbe15eaab7f10fe9b4c9bfa6e3d1f0351d8cbbc27d5d96627e11e9c861da29d9_s390x",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:d4177d019b86fec5610d852b8b90e6464190969e75de9172f2f252c26076d40d_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:52b894a194732eac846c63a3669b128d6505b8b944c60cf1ee07c7daa201c9c3_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:b4e552db7dcd293fa421aa6ee9c6e91198c6be6dea70addcbd6c12687509631a_arm64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:bae697a9acabba4a6ef4b4a16ecb17e102bb4bb8b1c05f93a806701c055bc3eb_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:d293b85fa2d8a749f802ddba16f4f6ed3dff5c8d7b0b1cb56527401da37772b4_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:0321e7c87a5a64fa0936584badd2848e79c0071800f596b7d177fcc68553bd22_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:3d8a3e1cbf57c99a46d0901a1eb6f00f7a957b90a7868d394785e446f643c5ca_amd64",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:833c743bef3449dce3c0521590dfbe5e07105dece7f6c8e08dc4d1d402905d7b_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:3ef8732d07e7a5ce8d8decdf01c46924f93c552e82d7805a251bfe368b62c6de_s390x",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:7ad5dc366963e89022aacc0f8be37d16b0e63dde3ffc7dc49805c300ee61c496_amd64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:aab65b61fca5ff87dfdad973928df8c22c6231c14b838063bd2d44e4f16fe744_arm64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:d817e724ace3b1b6e05614499c0cb635b567dcbbc71f619d6f41cb85c4b34744_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:6f71bd3411a04389d302e863acd5351e753b614f4f077aee0274056ce23739b4_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:773c39dc89b6b4cc82e4c78f50d4fb16bd70b611efcb65ea4b767d98fea4f7e3_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:7f6c46935a8eab7e09333068aed758aa275b9d5fd7282f15b5fd85070fe28875_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:8129b7ae939cffb029ac10631d29c6ea081928c4f42ee7ba7de91f3a6f6bf7ef_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:be27d3e25035448bcaa691658adeebeacf582d8f19db3e997caab33cf6e8732e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:ce6105258794e33e5a805a95c21e9f553922e1753076345aedcc9174fa4f7d5b_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:09456ceabf9dd2f05837d65632a920f537e36695e7342ae70f20c363284859ec_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:95faa45331614593c4b6e3994656d7fde32476598ef46ec0b9cff5be02483b90_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:d19019a22f7611ce91c582c3294693eef2cdeefccb72f230f8e37ff111272c53_arm64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:fdd7c5a2cd69132f5caf4974ed27d49f78f49208ecdedec86d84b7fbdd306994_amd64",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:2b0078eb2656243a6d91445c2c23a40af9fb2607f107edd5d557e928518211ce_amd64",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:8e9371822e053e7a29cd87853feef39ffa782a626a2bd895a7fb506362d70561_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:e0f9bc46a2c99eedadeac36117081f1d0e1cf6c979e1162cb0039540e286fbb0_s390x",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:3d21dd55a83990ef51325c636c0a613ee5050a4b8b2708bc1bb1d8de1792166b_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:748d2241aa0c3fda48079434de8f2938013853a492f96a3d83dbc6ea3f977189_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:ec4ae584df707de94c71a61bb3be58fda42f739eebc564855feff87126aa21a0_s390x",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:2cd2d4df67b9987d5b03f101f21d8ec543c54c80453f63ffe0c9992de51fb31b_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:89fc88d2d80afd98ae222faae7bcde0088c236bc78dc7106c6752ebd6b22b678_arm64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:b8ff70b7eef2a44b5d13906520b93fa78e1fa18ebe2bb28ed0c77dd0d48655a7_amd64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:c140ed81d2fb76971ef12534a1360b869f036f87d94b4a843770366a469847af_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:091456b9e9b39855047c5ce8320279a01c13b24dd50f6fb9fd260b4cbef09419_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:10e2fb7e9f301570b64b0332a98a590702dc3a88eeebf59c72bd194c88725011_arm64",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:8f3c4e1e314ba6f7dac92607f423c44063ccc7fc47a3289f8608e1dc291d09f1_amd64",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:9b5f8076b5e6c1db98ad72c8787b08b12ecd42a1bf7feada78b3f28dc15c40cb_s390x",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:044b361bcf5b0d620341c54c2cb231e10b989813a2fd623a1547448b4993135e_ppc64le",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:43f56e9a6e4dcd6a671fb77ab57f6dd39e3a7975824e02780ddf69191f00a014_s390x",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:502f89052820047914291c9e0e1d32e5ac20c8a636e36cbf2c130762a2eeb986_amd64",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:5019b0d3275597287b4a03f643980928792d2ec7ce8375ceb61b2950d4b6264f_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:de8ae72cf2b6bcf851a79e82d25504ca68431a5e2a77ea7140f76c57cf72e8f5_s390x",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:ffc67cb8919aa9bc473873e06b4dab344b25191a27be05adc5035fee71860098_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:3aff54b2c780272a3a72826a8f108407c46a6baf9d5695dfe015830d3c839923_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:ecc29880c89cb5c85e6e58a0f3e8df813bf2320cba98b5f8d71ba847fa16c74e_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:faefc8cc0c5af0e83f5dec570a290ff512fb6d3f956fc0453a9754baaee5571e_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:5ba373175faf5e0b6300c99b19ac78da68fd8afe68a06abe644a2e2b372780d2_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:62c08cc5494bdb99f6aec1e9127747b64665889328b5203838ec772baa2e1a6c_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:8b9b293463f18fd6786c77de8e9a9958cfd416f75136d1d9ec17cd01ac4ba39d_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:c3d4b853eb155443081d228bf19fe1354907d607c400a2154f8eef375fd104d2_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:0d970bcfa5bd479eaa979a079da6847ca3180ef85a364cc76623ea5553a16471_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:63c03249589cf2f5f870c646b780a5210cd639fb001b54662f7c578c374fb313_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:dba89ebb9208e7c32c4801e2b9496a49d2cfcddd9f19b3617e864a1a72237910_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:f0139a2bc50f5648d778fa235cb56fb0a8cbb7c6c2f479766196a58289319a59_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:05c3b02e9071d837bfbadfc9c9fd4d4a2a2e165138efcfee0040f7d293bd5b73_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:16ee0717876873aac106d8f42312edc2dbffe36ee258e3e83ac2347538f23e59_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:6f3ad3936d057e0ffada026ea9940ff617b4ce4ee9f95188c4fe910d587cd91a_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:280f33301ebc9fdcbc7eda72e31188f9b25cc32de5737115bd033bfafa1062de_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:33150f654b436240a720f25aa6061c84a3acf71fedf78544c027c1873f5de8ad_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:9de2f1d40808aa283f1cba24bb4c0a75240a1602bcd2ed86e7f3b4f3815c4af8_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:4b84738510cde9310c3ac39ad26593275c476cf397e4814289ee7b9f1707ec37_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:6e4015d0e3c292554944cb03c9cebff4f48ef3e2d8cef026aa11ca3fe9bf036d_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:7d2e92b9644ea87a63f180d5df94a90dda73877edec4382046424260749d4c8f_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:c03b89f953f3f22a57f241a78ef14cea1c463828e6c8a40f0d4d1373febd9bd9_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:41c93c132be814679f8d314ec58580184ca339fca478acc556700f57432950c6_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:ecd0d536e9d2fd3be8a6ba4fcfce28c5b7f85bd9bcba79035c0093d742fee3e8_amd64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:f073748405916c49c3c32918f7b95445dce54782b216f547da5d450190375bfb_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:f5d1f5027a5485e2432eabdee72fbf636b00e25eee3704aa37ea5b07ff6a20a1_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:37491837de2c3415489fbd8ad1d6024870c4b198f4061192b7a1a652e0db0d54_amd64",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:8fdd6f5608b742ee31926cfa9e2f7e295be4a9931d757c7693f98a7d5d4478a3_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:f67b0a900630db2210065cbf1aeab14d12a13070d8585a2e65a1d29b89529b2c_ppc64le",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:5d9dc6a193e2aca2a570ef2dbe7b745435e4434e1ac4cbf80eb1985484b9911c_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:6e165539443c883df627d1d3a067c2015ab4b8c92636f0eaa03ab704338cde84_s390x",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:e92d7d74389200c8b99a15f8ef26e6f200d1b6a3d83fd05512a561877fa711d2_ppc64le",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0a57f08a5871b21ea226a42411c422acd5e4dd01a8d2966fcfdaf538ec36145d_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:c4dd62904288ad05de37ebd4341f090abb1bdd6bd459fde2f5f8b81007c53b72_amd64",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:e7729f564d90aad4251e5d3ad4fd16c47fb7f9131b80e19783d7a8165b00edd7_ppc64le",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:ee387d969e557da7dcb01221d54e09bdc30d8a09fa0a18286c323de0b372c0a6_arm64",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:7541142b3bfc75c4b77af0c0a030af176c2950abfe184baf13661ab5cd46d0ef_ppc64le",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:7e1eb3a5aacfb9857628c5cb8c6aa3497ecbbf57fd20d2fc075bed7c46a4d374_s390x",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:a06d3da1fbd2fd8e793f5aa308ecee42d6d2c682e0dff190b3f7fc71fdf486a2_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:5181636b5baec86e70fb99c1bc85c5be3cb0f04eabec4ea1b1e641535b351254_ppc64le",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:90c0ebeaf2280e8a5cf03bf6bae52b9b54920f3584ae99babd2b51d1dd2e973d_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:9930309a4b39177c64e59e80d38b335a56707b555735cfb300a7427e884041c5_s390x",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:25b4e308664bc79e2fd2f8cb3164d0783a138a0e9c50ab7ae4e56ab2c81661ce_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:ae49eac8ca8c9d7d4f56a87e58725de23f1d1f9779a4d87dd357b09ef43e30a5_s390x",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:e1597771478a328212df8f49b02ea1a4a22a9f85ba6dbb2248a4ea8a6a5745a2_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:9bede4592dac7976c5e4eedb00f183ee1553e3f64a5a644098d32b47ae5d5c62_arm64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:cb972df19c908be774dab768adaad68e7f77e91a090268f87dd9357fda94f4e6_s390x",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:d7f7e96d499d455be312cbbe5ca3b9fdd908c0b5f32bf9084485b187d011468b_ppc64le",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:effdbb4f18db583c8502caf0c878051c45c6d375d6bd1fddb0a4dff076216200_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:1c15eb62c937ef2c21fa002547d9ffe999a462eb549485396968f91470772e14_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:36263cf26f4b46ec367fda44585e9d9b777179e39e596a2a9a6d80c16a810560_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:df2bc89fc87efd94ba809e961262574a2a6032f9dcb26149480cdd4505864a6a_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:2266033ffe27d8fdf9400cabb687b1eaa270c4413cc578742677a355bc48bb3f_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:2a5989590eb30689fdec4c533045cdc78af7fb43ec0ace8740b4903e71aa1032_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:a5712cee59edac6e8be064660ec7f8920169e728250a891d8437c9a8838f09d5_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:1fd2db3d141cc063c6557000c8b1be2425712dc4262240c3c9195d8980772191_ppc64le",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:cbe15eaab7f10fe9b4c9bfa6e3d1f0351d8cbbc27d5d96627e11e9c861da29d9_s390x",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:d4177d019b86fec5610d852b8b90e6464190969e75de9172f2f252c26076d40d_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:52b894a194732eac846c63a3669b128d6505b8b944c60cf1ee07c7daa201c9c3_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:b4e552db7dcd293fa421aa6ee9c6e91198c6be6dea70addcbd6c12687509631a_arm64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:bae697a9acabba4a6ef4b4a16ecb17e102bb4bb8b1c05f93a806701c055bc3eb_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:d293b85fa2d8a749f802ddba16f4f6ed3dff5c8d7b0b1cb56527401da37772b4_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:0321e7c87a5a64fa0936584badd2848e79c0071800f596b7d177fcc68553bd22_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:3d8a3e1cbf57c99a46d0901a1eb6f00f7a957b90a7868d394785e446f643c5ca_amd64",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:833c743bef3449dce3c0521590dfbe5e07105dece7f6c8e08dc4d1d402905d7b_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:3ef8732d07e7a5ce8d8decdf01c46924f93c552e82d7805a251bfe368b62c6de_s390x",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:7ad5dc366963e89022aacc0f8be37d16b0e63dde3ffc7dc49805c300ee61c496_amd64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:aab65b61fca5ff87dfdad973928df8c22c6231c14b838063bd2d44e4f16fe744_arm64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:d817e724ace3b1b6e05614499c0cb635b567dcbbc71f619d6f41cb85c4b34744_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:6f71bd3411a04389d302e863acd5351e753b614f4f077aee0274056ce23739b4_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:773c39dc89b6b4cc82e4c78f50d4fb16bd70b611efcb65ea4b767d98fea4f7e3_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:7f6c46935a8eab7e09333068aed758aa275b9d5fd7282f15b5fd85070fe28875_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:8129b7ae939cffb029ac10631d29c6ea081928c4f42ee7ba7de91f3a6f6bf7ef_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:be27d3e25035448bcaa691658adeebeacf582d8f19db3e997caab33cf6e8732e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:ce6105258794e33e5a805a95c21e9f553922e1753076345aedcc9174fa4f7d5b_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:09456ceabf9dd2f05837d65632a920f537e36695e7342ae70f20c363284859ec_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:95faa45331614593c4b6e3994656d7fde32476598ef46ec0b9cff5be02483b90_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:d19019a22f7611ce91c582c3294693eef2cdeefccb72f230f8e37ff111272c53_arm64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:fdd7c5a2cd69132f5caf4974ed27d49f78f49208ecdedec86d84b7fbdd306994_amd64",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:2b0078eb2656243a6d91445c2c23a40af9fb2607f107edd5d557e928518211ce_amd64",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:8e9371822e053e7a29cd87853feef39ffa782a626a2bd895a7fb506362d70561_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:e0f9bc46a2c99eedadeac36117081f1d0e1cf6c979e1162cb0039540e286fbb0_s390x",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:3d21dd55a83990ef51325c636c0a613ee5050a4b8b2708bc1bb1d8de1792166b_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:748d2241aa0c3fda48079434de8f2938013853a492f96a3d83dbc6ea3f977189_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:ec4ae584df707de94c71a61bb3be58fda42f739eebc564855feff87126aa21a0_s390x",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:2cd2d4df67b9987d5b03f101f21d8ec543c54c80453f63ffe0c9992de51fb31b_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:89fc88d2d80afd98ae222faae7bcde0088c236bc78dc7106c6752ebd6b22b678_arm64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:b8ff70b7eef2a44b5d13906520b93fa78e1fa18ebe2bb28ed0c77dd0d48655a7_amd64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:c140ed81d2fb76971ef12534a1360b869f036f87d94b4a843770366a469847af_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:091456b9e9b39855047c5ce8320279a01c13b24dd50f6fb9fd260b4cbef09419_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:10e2fb7e9f301570b64b0332a98a590702dc3a88eeebf59c72bd194c88725011_arm64",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:8f3c4e1e314ba6f7dac92607f423c44063ccc7fc47a3289f8608e1dc291d09f1_amd64",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:9b5f8076b5e6c1db98ad72c8787b08b12ecd42a1bf7feada78b3f28dc15c40cb_s390x",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:044b361bcf5b0d620341c54c2cb231e10b989813a2fd623a1547448b4993135e_ppc64le",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:43f56e9a6e4dcd6a671fb77ab57f6dd39e3a7975824e02780ddf69191f00a014_s390x",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:502f89052820047914291c9e0e1d32e5ac20c8a636e36cbf2c130762a2eeb986_amd64",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:5019b0d3275597287b4a03f643980928792d2ec7ce8375ceb61b2950d4b6264f_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:de8ae72cf2b6bcf851a79e82d25504ca68431a5e2a77ea7140f76c57cf72e8f5_s390x",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:ffc67cb8919aa9bc473873e06b4dab344b25191a27be05adc5035fee71860098_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:3aff54b2c780272a3a72826a8f108407c46a6baf9d5695dfe015830d3c839923_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:ecc29880c89cb5c85e6e58a0f3e8df813bf2320cba98b5f8d71ba847fa16c74e_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:faefc8cc0c5af0e83f5dec570a290ff512fb6d3f956fc0453a9754baaee5571e_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:5ba373175faf5e0b6300c99b19ac78da68fd8afe68a06abe644a2e2b372780d2_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:62c08cc5494bdb99f6aec1e9127747b64665889328b5203838ec772baa2e1a6c_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:8b9b293463f18fd6786c77de8e9a9958cfd416f75136d1d9ec17cd01ac4ba39d_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:c3d4b853eb155443081d228bf19fe1354907d607c400a2154f8eef375fd104d2_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:0d970bcfa5bd479eaa979a079da6847ca3180ef85a364cc76623ea5553a16471_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:63c03249589cf2f5f870c646b780a5210cd639fb001b54662f7c578c374fb313_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:dba89ebb9208e7c32c4801e2b9496a49d2cfcddd9f19b3617e864a1a72237910_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:f0139a2bc50f5648d778fa235cb56fb0a8cbb7c6c2f479766196a58289319a59_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:05c3b02e9071d837bfbadfc9c9fd4d4a2a2e165138efcfee0040f7d293bd5b73_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:16ee0717876873aac106d8f42312edc2dbffe36ee258e3e83ac2347538f23e59_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:6f3ad3936d057e0ffada026ea9940ff617b4ce4ee9f95188c4fe910d587cd91a_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:280f33301ebc9fdcbc7eda72e31188f9b25cc32de5737115bd033bfafa1062de_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:33150f654b436240a720f25aa6061c84a3acf71fedf78544c027c1873f5de8ad_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:9de2f1d40808aa283f1cba24bb4c0a75240a1602bcd2ed86e7f3b4f3815c4af8_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:4b84738510cde9310c3ac39ad26593275c476cf397e4814289ee7b9f1707ec37_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:6e4015d0e3c292554944cb03c9cebff4f48ef3e2d8cef026aa11ca3fe9bf036d_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:7d2e92b9644ea87a63f180d5df94a90dda73877edec4382046424260749d4c8f_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:c03b89f953f3f22a57f241a78ef14cea1c463828e6c8a40f0d4d1373febd9bd9_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:41c93c132be814679f8d314ec58580184ca339fca478acc556700f57432950c6_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:ecd0d536e9d2fd3be8a6ba4fcfce28c5b7f85bd9bcba79035c0093d742fee3e8_amd64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:f073748405916c49c3c32918f7b95445dce54782b216f547da5d450190375bfb_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:f5d1f5027a5485e2432eabdee72fbf636b00e25eee3704aa37ea5b07ff6a20a1_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:37491837de2c3415489fbd8ad1d6024870c4b198f4061192b7a1a652e0db0d54_amd64",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:8fdd6f5608b742ee31926cfa9e2f7e295be4a9931d757c7693f98a7d5d4478a3_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:f67b0a900630db2210065cbf1aeab14d12a13070d8585a2e65a1d29b89529b2c_ppc64le",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:5d9dc6a193e2aca2a570ef2dbe7b745435e4434e1ac4cbf80eb1985484b9911c_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:6e165539443c883df627d1d3a067c2015ab4b8c92636f0eaa03ab704338cde84_s390x",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:e92d7d74389200c8b99a15f8ef26e6f200d1b6a3d83fd05512a561877fa711d2_ppc64le",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0a57f08a5871b21ea226a42411c422acd5e4dd01a8d2966fcfdaf538ec36145d_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:c4dd62904288ad05de37ebd4341f090abb1bdd6bd459fde2f5f8b81007c53b72_amd64",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:e7729f564d90aad4251e5d3ad4fd16c47fb7f9131b80e19783d7a8165b00edd7_ppc64le",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:ee387d969e557da7dcb01221d54e09bdc30d8a09fa0a18286c323de0b372c0a6_arm64",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:7541142b3bfc75c4b77af0c0a030af176c2950abfe184baf13661ab5cd46d0ef_ppc64le",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:7e1eb3a5aacfb9857628c5cb8c6aa3497ecbbf57fd20d2fc075bed7c46a4d374_s390x",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:a06d3da1fbd2fd8e793f5aa308ecee42d6d2c682e0dff190b3f7fc71fdf486a2_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:5181636b5baec86e70fb99c1bc85c5be3cb0f04eabec4ea1b1e641535b351254_ppc64le",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:90c0ebeaf2280e8a5cf03bf6bae52b9b54920f3584ae99babd2b51d1dd2e973d_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:9930309a4b39177c64e59e80d38b335a56707b555735cfb300a7427e884041c5_s390x",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:25b4e308664bc79e2fd2f8cb3164d0783a138a0e9c50ab7ae4e56ab2c81661ce_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:ae49eac8ca8c9d7d4f56a87e58725de23f1d1f9779a4d87dd357b09ef43e30a5_s390x",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:e1597771478a328212df8f49b02ea1a4a22a9f85ba6dbb2248a4ea8a6a5745a2_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:9bede4592dac7976c5e4eedb00f183ee1553e3f64a5a644098d32b47ae5d5c62_arm64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:cb972df19c908be774dab768adaad68e7f77e91a090268f87dd9357fda94f4e6_s390x",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:d7f7e96d499d455be312cbbe5ca3b9fdd908c0b5f32bf9084485b187d011468b_ppc64le",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:effdbb4f18db583c8502caf0c878051c45c6d375d6bd1fddb0a4dff076216200_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:1c15eb62c937ef2c21fa002547d9ffe999a462eb549485396968f91470772e14_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:36263cf26f4b46ec367fda44585e9d9b777179e39e596a2a9a6d80c16a810560_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:df2bc89fc87efd94ba809e961262574a2a6032f9dcb26149480cdd4505864a6a_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:2266033ffe27d8fdf9400cabb687b1eaa270c4413cc578742677a355bc48bb3f_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:2a5989590eb30689fdec4c533045cdc78af7fb43ec0ace8740b4903e71aa1032_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:a5712cee59edac6e8be064660ec7f8920169e728250a891d8437c9a8838f09d5_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net: malformed DNS message can cause infinite loop"
},
{
"cve": "CVE-2024-24790",
"cwe": {
"id": "CWE-115",
"name": "Misinterpretation of Input"
},
"discovery_date": "2024-06-17T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:52b894a194732eac846c63a3669b128d6505b8b944c60cf1ee07c7daa201c9c3_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:b4e552db7dcd293fa421aa6ee9c6e91198c6be6dea70addcbd6c12687509631a_arm64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:bae697a9acabba4a6ef4b4a16ecb17e102bb4bb8b1c05f93a806701c055bc3eb_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:d293b85fa2d8a749f802ddba16f4f6ed3dff5c8d7b0b1cb56527401da37772b4_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:0321e7c87a5a64fa0936584badd2848e79c0071800f596b7d177fcc68553bd22_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:3d8a3e1cbf57c99a46d0901a1eb6f00f7a957b90a7868d394785e446f643c5ca_amd64",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:833c743bef3449dce3c0521590dfbe5e07105dece7f6c8e08dc4d1d402905d7b_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:3ef8732d07e7a5ce8d8decdf01c46924f93c552e82d7805a251bfe368b62c6de_s390x",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:7ad5dc366963e89022aacc0f8be37d16b0e63dde3ffc7dc49805c300ee61c496_amd64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:aab65b61fca5ff87dfdad973928df8c22c6231c14b838063bd2d44e4f16fe744_arm64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:d817e724ace3b1b6e05614499c0cb635b567dcbbc71f619d6f41cb85c4b34744_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:6f71bd3411a04389d302e863acd5351e753b614f4f077aee0274056ce23739b4_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:773c39dc89b6b4cc82e4c78f50d4fb16bd70b611efcb65ea4b767d98fea4f7e3_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:7f6c46935a8eab7e09333068aed758aa275b9d5fd7282f15b5fd85070fe28875_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:8129b7ae939cffb029ac10631d29c6ea081928c4f42ee7ba7de91f3a6f6bf7ef_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:be27d3e25035448bcaa691658adeebeacf582d8f19db3e997caab33cf6e8732e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:ce6105258794e33e5a805a95c21e9f553922e1753076345aedcc9174fa4f7d5b_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:09456ceabf9dd2f05837d65632a920f537e36695e7342ae70f20c363284859ec_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:95faa45331614593c4b6e3994656d7fde32476598ef46ec0b9cff5be02483b90_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:d19019a22f7611ce91c582c3294693eef2cdeefccb72f230f8e37ff111272c53_arm64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:fdd7c5a2cd69132f5caf4974ed27d49f78f49208ecdedec86d84b7fbdd306994_amd64",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:2b0078eb2656243a6d91445c2c23a40af9fb2607f107edd5d557e928518211ce_amd64",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:8e9371822e053e7a29cd87853feef39ffa782a626a2bd895a7fb506362d70561_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:e0f9bc46a2c99eedadeac36117081f1d0e1cf6c979e1162cb0039540e286fbb0_s390x",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:3d21dd55a83990ef51325c636c0a613ee5050a4b8b2708bc1bb1d8de1792166b_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:748d2241aa0c3fda48079434de8f2938013853a492f96a3d83dbc6ea3f977189_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:ec4ae584df707de94c71a61bb3be58fda42f739eebc564855feff87126aa21a0_s390x",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:2cd2d4df67b9987d5b03f101f21d8ec543c54c80453f63ffe0c9992de51fb31b_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:89fc88d2d80afd98ae222faae7bcde0088c236bc78dc7106c6752ebd6b22b678_arm64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:b8ff70b7eef2a44b5d13906520b93fa78e1fa18ebe2bb28ed0c77dd0d48655a7_amd64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:c140ed81d2fb76971ef12534a1360b869f036f87d94b4a843770366a469847af_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:091456b9e9b39855047c5ce8320279a01c13b24dd50f6fb9fd260b4cbef09419_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:10e2fb7e9f301570b64b0332a98a590702dc3a88eeebf59c72bd194c88725011_arm64",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:8f3c4e1e314ba6f7dac92607f423c44063ccc7fc47a3289f8608e1dc291d09f1_amd64",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:9b5f8076b5e6c1db98ad72c8787b08b12ecd42a1bf7feada78b3f28dc15c40cb_s390x",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:044b361bcf5b0d620341c54c2cb231e10b989813a2fd623a1547448b4993135e_ppc64le",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:43f56e9a6e4dcd6a671fb77ab57f6dd39e3a7975824e02780ddf69191f00a014_s390x",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:502f89052820047914291c9e0e1d32e5ac20c8a636e36cbf2c130762a2eeb986_amd64",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:5019b0d3275597287b4a03f643980928792d2ec7ce8375ceb61b2950d4b6264f_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:de8ae72cf2b6bcf851a79e82d25504ca68431a5e2a77ea7140f76c57cf72e8f5_s390x",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:ffc67cb8919aa9bc473873e06b4dab344b25191a27be05adc5035fee71860098_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:3aff54b2c780272a3a72826a8f108407c46a6baf9d5695dfe015830d3c839923_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:ecc29880c89cb5c85e6e58a0f3e8df813bf2320cba98b5f8d71ba847fa16c74e_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:faefc8cc0c5af0e83f5dec570a290ff512fb6d3f956fc0453a9754baaee5571e_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:5ba373175faf5e0b6300c99b19ac78da68fd8afe68a06abe644a2e2b372780d2_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:62c08cc5494bdb99f6aec1e9127747b64665889328b5203838ec772baa2e1a6c_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:8b9b293463f18fd6786c77de8e9a9958cfd416f75136d1d9ec17cd01ac4ba39d_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:c3d4b853eb155443081d228bf19fe1354907d607c400a2154f8eef375fd104d2_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:0d970bcfa5bd479eaa979a079da6847ca3180ef85a364cc76623ea5553a16471_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:63c03249589cf2f5f870c646b780a5210cd639fb001b54662f7c578c374fb313_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:dba89ebb9208e7c32c4801e2b9496a49d2cfcddd9f19b3617e864a1a72237910_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:f0139a2bc50f5648d778fa235cb56fb0a8cbb7c6c2f479766196a58289319a59_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:05c3b02e9071d837bfbadfc9c9fd4d4a2a2e165138efcfee0040f7d293bd5b73_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:16ee0717876873aac106d8f42312edc2dbffe36ee258e3e83ac2347538f23e59_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:6f3ad3936d057e0ffada026ea9940ff617b4ce4ee9f95188c4fe910d587cd91a_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:280f33301ebc9fdcbc7eda72e31188f9b25cc32de5737115bd033bfafa1062de_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:33150f654b436240a720f25aa6061c84a3acf71fedf78544c027c1873f5de8ad_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:9de2f1d40808aa283f1cba24bb4c0a75240a1602bcd2ed86e7f3b4f3815c4af8_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:4b84738510cde9310c3ac39ad26593275c476cf397e4814289ee7b9f1707ec37_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:6e4015d0e3c292554944cb03c9cebff4f48ef3e2d8cef026aa11ca3fe9bf036d_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:7d2e92b9644ea87a63f180d5df94a90dda73877edec4382046424260749d4c8f_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:c03b89f953f3f22a57f241a78ef14cea1c463828e6c8a40f0d4d1373febd9bd9_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:41c93c132be814679f8d314ec58580184ca339fca478acc556700f57432950c6_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:ecd0d536e9d2fd3be8a6ba4fcfce28c5b7f85bd9bcba79035c0093d742fee3e8_amd64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:f073748405916c49c3c32918f7b95445dce54782b216f547da5d450190375bfb_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:f5d1f5027a5485e2432eabdee72fbf636b00e25eee3704aa37ea5b07ff6a20a1_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:37491837de2c3415489fbd8ad1d6024870c4b198f4061192b7a1a652e0db0d54_amd64",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:8fdd6f5608b742ee31926cfa9e2f7e295be4a9931d757c7693f98a7d5d4478a3_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:f67b0a900630db2210065cbf1aeab14d12a13070d8585a2e65a1d29b89529b2c_ppc64le",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:5d9dc6a193e2aca2a570ef2dbe7b745435e4434e1ac4cbf80eb1985484b9911c_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:6e165539443c883df627d1d3a067c2015ab4b8c92636f0eaa03ab704338cde84_s390x",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:e92d7d74389200c8b99a15f8ef26e6f200d1b6a3d83fd05512a561877fa711d2_ppc64le",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0a57f08a5871b21ea226a42411c422acd5e4dd01a8d2966fcfdaf538ec36145d_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:c4dd62904288ad05de37ebd4341f090abb1bdd6bd459fde2f5f8b81007c53b72_amd64",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:e7729f564d90aad4251e5d3ad4fd16c47fb7f9131b80e19783d7a8165b00edd7_ppc64le",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:ee387d969e557da7dcb01221d54e09bdc30d8a09fa0a18286c323de0b372c0a6_arm64",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:7541142b3bfc75c4b77af0c0a030af176c2950abfe184baf13661ab5cd46d0ef_ppc64le",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:7e1eb3a5aacfb9857628c5cb8c6aa3497ecbbf57fd20d2fc075bed7c46a4d374_s390x",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:a06d3da1fbd2fd8e793f5aa308ecee42d6d2c682e0dff190b3f7fc71fdf486a2_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:5181636b5baec86e70fb99c1bc85c5be3cb0f04eabec4ea1b1e641535b351254_ppc64le",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:90c0ebeaf2280e8a5cf03bf6bae52b9b54920f3584ae99babd2b51d1dd2e973d_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:9930309a4b39177c64e59e80d38b335a56707b555735cfb300a7427e884041c5_s390x",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:25b4e308664bc79e2fd2f8cb3164d0783a138a0e9c50ab7ae4e56ab2c81661ce_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:ae49eac8ca8c9d7d4f56a87e58725de23f1d1f9779a4d87dd357b09ef43e30a5_s390x",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:e1597771478a328212df8f49b02ea1a4a22a9f85ba6dbb2248a4ea8a6a5745a2_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:9bede4592dac7976c5e4eedb00f183ee1553e3f64a5a644098d32b47ae5d5c62_arm64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:cb972df19c908be774dab768adaad68e7f77e91a090268f87dd9357fda94f4e6_s390x",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:d7f7e96d499d455be312cbbe5ca3b9fdd908c0b5f32bf9084485b187d011468b_ppc64le",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:effdbb4f18db583c8502caf0c878051c45c6d375d6bd1fddb0a4dff076216200_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:1c15eb62c937ef2c21fa002547d9ffe999a462eb549485396968f91470772e14_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:36263cf26f4b46ec367fda44585e9d9b777179e39e596a2a9a6d80c16a810560_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:df2bc89fc87efd94ba809e961262574a2a6032f9dcb26149480cdd4505864a6a_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:2266033ffe27d8fdf9400cabb687b1eaa270c4413cc578742677a355bc48bb3f_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:2a5989590eb30689fdec4c533045cdc78af7fb43ec0ace8740b4903e71aa1032_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:a5712cee59edac6e8be064660ec7f8920169e728250a891d8437c9a8838f09d5_s390x"
]
}
],
"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": [
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:1fd2db3d141cc063c6557000c8b1be2425712dc4262240c3c9195d8980772191_ppc64le",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:cbe15eaab7f10fe9b4c9bfa6e3d1f0351d8cbbc27d5d96627e11e9c861da29d9_s390x",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:d4177d019b86fec5610d852b8b90e6464190969e75de9172f2f252c26076d40d_amd64"
],
"known_not_affected": [
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:52b894a194732eac846c63a3669b128d6505b8b944c60cf1ee07c7daa201c9c3_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:b4e552db7dcd293fa421aa6ee9c6e91198c6be6dea70addcbd6c12687509631a_arm64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:bae697a9acabba4a6ef4b4a16ecb17e102bb4bb8b1c05f93a806701c055bc3eb_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:d293b85fa2d8a749f802ddba16f4f6ed3dff5c8d7b0b1cb56527401da37772b4_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:0321e7c87a5a64fa0936584badd2848e79c0071800f596b7d177fcc68553bd22_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:3d8a3e1cbf57c99a46d0901a1eb6f00f7a957b90a7868d394785e446f643c5ca_amd64",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:833c743bef3449dce3c0521590dfbe5e07105dece7f6c8e08dc4d1d402905d7b_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:3ef8732d07e7a5ce8d8decdf01c46924f93c552e82d7805a251bfe368b62c6de_s390x",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:7ad5dc366963e89022aacc0f8be37d16b0e63dde3ffc7dc49805c300ee61c496_amd64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:aab65b61fca5ff87dfdad973928df8c22c6231c14b838063bd2d44e4f16fe744_arm64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:d817e724ace3b1b6e05614499c0cb635b567dcbbc71f619d6f41cb85c4b34744_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:6f71bd3411a04389d302e863acd5351e753b614f4f077aee0274056ce23739b4_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:773c39dc89b6b4cc82e4c78f50d4fb16bd70b611efcb65ea4b767d98fea4f7e3_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:7f6c46935a8eab7e09333068aed758aa275b9d5fd7282f15b5fd85070fe28875_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:8129b7ae939cffb029ac10631d29c6ea081928c4f42ee7ba7de91f3a6f6bf7ef_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:be27d3e25035448bcaa691658adeebeacf582d8f19db3e997caab33cf6e8732e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:ce6105258794e33e5a805a95c21e9f553922e1753076345aedcc9174fa4f7d5b_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:09456ceabf9dd2f05837d65632a920f537e36695e7342ae70f20c363284859ec_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:95faa45331614593c4b6e3994656d7fde32476598ef46ec0b9cff5be02483b90_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:d19019a22f7611ce91c582c3294693eef2cdeefccb72f230f8e37ff111272c53_arm64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:fdd7c5a2cd69132f5caf4974ed27d49f78f49208ecdedec86d84b7fbdd306994_amd64",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:2b0078eb2656243a6d91445c2c23a40af9fb2607f107edd5d557e928518211ce_amd64",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:8e9371822e053e7a29cd87853feef39ffa782a626a2bd895a7fb506362d70561_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:e0f9bc46a2c99eedadeac36117081f1d0e1cf6c979e1162cb0039540e286fbb0_s390x",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:3d21dd55a83990ef51325c636c0a613ee5050a4b8b2708bc1bb1d8de1792166b_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:748d2241aa0c3fda48079434de8f2938013853a492f96a3d83dbc6ea3f977189_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:ec4ae584df707de94c71a61bb3be58fda42f739eebc564855feff87126aa21a0_s390x",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:2cd2d4df67b9987d5b03f101f21d8ec543c54c80453f63ffe0c9992de51fb31b_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:89fc88d2d80afd98ae222faae7bcde0088c236bc78dc7106c6752ebd6b22b678_arm64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:b8ff70b7eef2a44b5d13906520b93fa78e1fa18ebe2bb28ed0c77dd0d48655a7_amd64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:c140ed81d2fb76971ef12534a1360b869f036f87d94b4a843770366a469847af_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:091456b9e9b39855047c5ce8320279a01c13b24dd50f6fb9fd260b4cbef09419_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:10e2fb7e9f301570b64b0332a98a590702dc3a88eeebf59c72bd194c88725011_arm64",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:8f3c4e1e314ba6f7dac92607f423c44063ccc7fc47a3289f8608e1dc291d09f1_amd64",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:9b5f8076b5e6c1db98ad72c8787b08b12ecd42a1bf7feada78b3f28dc15c40cb_s390x",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:044b361bcf5b0d620341c54c2cb231e10b989813a2fd623a1547448b4993135e_ppc64le",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:43f56e9a6e4dcd6a671fb77ab57f6dd39e3a7975824e02780ddf69191f00a014_s390x",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:502f89052820047914291c9e0e1d32e5ac20c8a636e36cbf2c130762a2eeb986_amd64",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:5019b0d3275597287b4a03f643980928792d2ec7ce8375ceb61b2950d4b6264f_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:de8ae72cf2b6bcf851a79e82d25504ca68431a5e2a77ea7140f76c57cf72e8f5_s390x",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:ffc67cb8919aa9bc473873e06b4dab344b25191a27be05adc5035fee71860098_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:3aff54b2c780272a3a72826a8f108407c46a6baf9d5695dfe015830d3c839923_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:ecc29880c89cb5c85e6e58a0f3e8df813bf2320cba98b5f8d71ba847fa16c74e_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:faefc8cc0c5af0e83f5dec570a290ff512fb6d3f956fc0453a9754baaee5571e_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:5ba373175faf5e0b6300c99b19ac78da68fd8afe68a06abe644a2e2b372780d2_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:62c08cc5494bdb99f6aec1e9127747b64665889328b5203838ec772baa2e1a6c_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:8b9b293463f18fd6786c77de8e9a9958cfd416f75136d1d9ec17cd01ac4ba39d_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:c3d4b853eb155443081d228bf19fe1354907d607c400a2154f8eef375fd104d2_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:0d970bcfa5bd479eaa979a079da6847ca3180ef85a364cc76623ea5553a16471_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:63c03249589cf2f5f870c646b780a5210cd639fb001b54662f7c578c374fb313_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:dba89ebb9208e7c32c4801e2b9496a49d2cfcddd9f19b3617e864a1a72237910_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:f0139a2bc50f5648d778fa235cb56fb0a8cbb7c6c2f479766196a58289319a59_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:05c3b02e9071d837bfbadfc9c9fd4d4a2a2e165138efcfee0040f7d293bd5b73_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:16ee0717876873aac106d8f42312edc2dbffe36ee258e3e83ac2347538f23e59_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:6f3ad3936d057e0ffada026ea9940ff617b4ce4ee9f95188c4fe910d587cd91a_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:280f33301ebc9fdcbc7eda72e31188f9b25cc32de5737115bd033bfafa1062de_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:33150f654b436240a720f25aa6061c84a3acf71fedf78544c027c1873f5de8ad_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:9de2f1d40808aa283f1cba24bb4c0a75240a1602bcd2ed86e7f3b4f3815c4af8_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:4b84738510cde9310c3ac39ad26593275c476cf397e4814289ee7b9f1707ec37_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:6e4015d0e3c292554944cb03c9cebff4f48ef3e2d8cef026aa11ca3fe9bf036d_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:7d2e92b9644ea87a63f180d5df94a90dda73877edec4382046424260749d4c8f_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:c03b89f953f3f22a57f241a78ef14cea1c463828e6c8a40f0d4d1373febd9bd9_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:41c93c132be814679f8d314ec58580184ca339fca478acc556700f57432950c6_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:ecd0d536e9d2fd3be8a6ba4fcfce28c5b7f85bd9bcba79035c0093d742fee3e8_amd64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:f073748405916c49c3c32918f7b95445dce54782b216f547da5d450190375bfb_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:f5d1f5027a5485e2432eabdee72fbf636b00e25eee3704aa37ea5b07ff6a20a1_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:37491837de2c3415489fbd8ad1d6024870c4b198f4061192b7a1a652e0db0d54_amd64",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:8fdd6f5608b742ee31926cfa9e2f7e295be4a9931d757c7693f98a7d5d4478a3_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:f67b0a900630db2210065cbf1aeab14d12a13070d8585a2e65a1d29b89529b2c_ppc64le",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:5d9dc6a193e2aca2a570ef2dbe7b745435e4434e1ac4cbf80eb1985484b9911c_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:6e165539443c883df627d1d3a067c2015ab4b8c92636f0eaa03ab704338cde84_s390x",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:e92d7d74389200c8b99a15f8ef26e6f200d1b6a3d83fd05512a561877fa711d2_ppc64le",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0a57f08a5871b21ea226a42411c422acd5e4dd01a8d2966fcfdaf538ec36145d_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:c4dd62904288ad05de37ebd4341f090abb1bdd6bd459fde2f5f8b81007c53b72_amd64",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:e7729f564d90aad4251e5d3ad4fd16c47fb7f9131b80e19783d7a8165b00edd7_ppc64le",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:ee387d969e557da7dcb01221d54e09bdc30d8a09fa0a18286c323de0b372c0a6_arm64",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:7541142b3bfc75c4b77af0c0a030af176c2950abfe184baf13661ab5cd46d0ef_ppc64le",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:7e1eb3a5aacfb9857628c5cb8c6aa3497ecbbf57fd20d2fc075bed7c46a4d374_s390x",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:a06d3da1fbd2fd8e793f5aa308ecee42d6d2c682e0dff190b3f7fc71fdf486a2_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:5181636b5baec86e70fb99c1bc85c5be3cb0f04eabec4ea1b1e641535b351254_ppc64le",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:90c0ebeaf2280e8a5cf03bf6bae52b9b54920f3584ae99babd2b51d1dd2e973d_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:9930309a4b39177c64e59e80d38b335a56707b555735cfb300a7427e884041c5_s390x",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:25b4e308664bc79e2fd2f8cb3164d0783a138a0e9c50ab7ae4e56ab2c81661ce_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:ae49eac8ca8c9d7d4f56a87e58725de23f1d1f9779a4d87dd357b09ef43e30a5_s390x",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:e1597771478a328212df8f49b02ea1a4a22a9f85ba6dbb2248a4ea8a6a5745a2_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:9bede4592dac7976c5e4eedb00f183ee1553e3f64a5a644098d32b47ae5d5c62_arm64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:cb972df19c908be774dab768adaad68e7f77e91a090268f87dd9357fda94f4e6_s390x",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:d7f7e96d499d455be312cbbe5ca3b9fdd908c0b5f32bf9084485b187d011468b_ppc64le",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:effdbb4f18db583c8502caf0c878051c45c6d375d6bd1fddb0a4dff076216200_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:1c15eb62c937ef2c21fa002547d9ffe999a462eb549485396968f91470772e14_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:36263cf26f4b46ec367fda44585e9d9b777179e39e596a2a9a6d80c16a810560_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:df2bc89fc87efd94ba809e961262574a2a6032f9dcb26149480cdd4505864a6a_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:2266033ffe27d8fdf9400cabb687b1eaa270c4413cc578742677a355bc48bb3f_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:2a5989590eb30689fdec4c533045cdc78af7fb43ec0ace8740b4903e71aa1032_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:a5712cee59edac6e8be064660ec7f8920169e728250a891d8437c9a8838f09d5_s390x"
]
},
"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-08-19T07:41:38+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:1fd2db3d141cc063c6557000c8b1be2425712dc4262240c3c9195d8980772191_ppc64le",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:cbe15eaab7f10fe9b4c9bfa6e3d1f0351d8cbbc27d5d96627e11e9c861da29d9_s390x",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:d4177d019b86fec5610d852b8b90e6464190969e75de9172f2f252c26076d40d_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:5547"
},
{
"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:1fd2db3d141cc063c6557000c8b1be2425712dc4262240c3c9195d8980772191_ppc64le",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:cbe15eaab7f10fe9b4c9bfa6e3d1f0351d8cbbc27d5d96627e11e9c861da29d9_s390x",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:d4177d019b86fec5610d852b8b90e6464190969e75de9172f2f252c26076d40d_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:52b894a194732eac846c63a3669b128d6505b8b944c60cf1ee07c7daa201c9c3_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:b4e552db7dcd293fa421aa6ee9c6e91198c6be6dea70addcbd6c12687509631a_arm64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:bae697a9acabba4a6ef4b4a16ecb17e102bb4bb8b1c05f93a806701c055bc3eb_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:d293b85fa2d8a749f802ddba16f4f6ed3dff5c8d7b0b1cb56527401da37772b4_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:0321e7c87a5a64fa0936584badd2848e79c0071800f596b7d177fcc68553bd22_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:3d8a3e1cbf57c99a46d0901a1eb6f00f7a957b90a7868d394785e446f643c5ca_amd64",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:833c743bef3449dce3c0521590dfbe5e07105dece7f6c8e08dc4d1d402905d7b_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:3ef8732d07e7a5ce8d8decdf01c46924f93c552e82d7805a251bfe368b62c6de_s390x",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:7ad5dc366963e89022aacc0f8be37d16b0e63dde3ffc7dc49805c300ee61c496_amd64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:aab65b61fca5ff87dfdad973928df8c22c6231c14b838063bd2d44e4f16fe744_arm64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:d817e724ace3b1b6e05614499c0cb635b567dcbbc71f619d6f41cb85c4b34744_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:6f71bd3411a04389d302e863acd5351e753b614f4f077aee0274056ce23739b4_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:773c39dc89b6b4cc82e4c78f50d4fb16bd70b611efcb65ea4b767d98fea4f7e3_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:7f6c46935a8eab7e09333068aed758aa275b9d5fd7282f15b5fd85070fe28875_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:8129b7ae939cffb029ac10631d29c6ea081928c4f42ee7ba7de91f3a6f6bf7ef_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:be27d3e25035448bcaa691658adeebeacf582d8f19db3e997caab33cf6e8732e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:ce6105258794e33e5a805a95c21e9f553922e1753076345aedcc9174fa4f7d5b_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:09456ceabf9dd2f05837d65632a920f537e36695e7342ae70f20c363284859ec_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:95faa45331614593c4b6e3994656d7fde32476598ef46ec0b9cff5be02483b90_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:d19019a22f7611ce91c582c3294693eef2cdeefccb72f230f8e37ff111272c53_arm64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:fdd7c5a2cd69132f5caf4974ed27d49f78f49208ecdedec86d84b7fbdd306994_amd64",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:2b0078eb2656243a6d91445c2c23a40af9fb2607f107edd5d557e928518211ce_amd64",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:8e9371822e053e7a29cd87853feef39ffa782a626a2bd895a7fb506362d70561_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:e0f9bc46a2c99eedadeac36117081f1d0e1cf6c979e1162cb0039540e286fbb0_s390x",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:3d21dd55a83990ef51325c636c0a613ee5050a4b8b2708bc1bb1d8de1792166b_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:748d2241aa0c3fda48079434de8f2938013853a492f96a3d83dbc6ea3f977189_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:ec4ae584df707de94c71a61bb3be58fda42f739eebc564855feff87126aa21a0_s390x",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:2cd2d4df67b9987d5b03f101f21d8ec543c54c80453f63ffe0c9992de51fb31b_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:89fc88d2d80afd98ae222faae7bcde0088c236bc78dc7106c6752ebd6b22b678_arm64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:b8ff70b7eef2a44b5d13906520b93fa78e1fa18ebe2bb28ed0c77dd0d48655a7_amd64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:c140ed81d2fb76971ef12534a1360b869f036f87d94b4a843770366a469847af_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:091456b9e9b39855047c5ce8320279a01c13b24dd50f6fb9fd260b4cbef09419_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:10e2fb7e9f301570b64b0332a98a590702dc3a88eeebf59c72bd194c88725011_arm64",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:8f3c4e1e314ba6f7dac92607f423c44063ccc7fc47a3289f8608e1dc291d09f1_amd64",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:9b5f8076b5e6c1db98ad72c8787b08b12ecd42a1bf7feada78b3f28dc15c40cb_s390x",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:044b361bcf5b0d620341c54c2cb231e10b989813a2fd623a1547448b4993135e_ppc64le",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:43f56e9a6e4dcd6a671fb77ab57f6dd39e3a7975824e02780ddf69191f00a014_s390x",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:502f89052820047914291c9e0e1d32e5ac20c8a636e36cbf2c130762a2eeb986_amd64",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:5019b0d3275597287b4a03f643980928792d2ec7ce8375ceb61b2950d4b6264f_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:de8ae72cf2b6bcf851a79e82d25504ca68431a5e2a77ea7140f76c57cf72e8f5_s390x",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:ffc67cb8919aa9bc473873e06b4dab344b25191a27be05adc5035fee71860098_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:3aff54b2c780272a3a72826a8f108407c46a6baf9d5695dfe015830d3c839923_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:ecc29880c89cb5c85e6e58a0f3e8df813bf2320cba98b5f8d71ba847fa16c74e_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:faefc8cc0c5af0e83f5dec570a290ff512fb6d3f956fc0453a9754baaee5571e_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:5ba373175faf5e0b6300c99b19ac78da68fd8afe68a06abe644a2e2b372780d2_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:62c08cc5494bdb99f6aec1e9127747b64665889328b5203838ec772baa2e1a6c_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:8b9b293463f18fd6786c77de8e9a9958cfd416f75136d1d9ec17cd01ac4ba39d_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:c3d4b853eb155443081d228bf19fe1354907d607c400a2154f8eef375fd104d2_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:0d970bcfa5bd479eaa979a079da6847ca3180ef85a364cc76623ea5553a16471_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:63c03249589cf2f5f870c646b780a5210cd639fb001b54662f7c578c374fb313_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:dba89ebb9208e7c32c4801e2b9496a49d2cfcddd9f19b3617e864a1a72237910_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:f0139a2bc50f5648d778fa235cb56fb0a8cbb7c6c2f479766196a58289319a59_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:05c3b02e9071d837bfbadfc9c9fd4d4a2a2e165138efcfee0040f7d293bd5b73_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:16ee0717876873aac106d8f42312edc2dbffe36ee258e3e83ac2347538f23e59_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:6f3ad3936d057e0ffada026ea9940ff617b4ce4ee9f95188c4fe910d587cd91a_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:280f33301ebc9fdcbc7eda72e31188f9b25cc32de5737115bd033bfafa1062de_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:33150f654b436240a720f25aa6061c84a3acf71fedf78544c027c1873f5de8ad_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:9de2f1d40808aa283f1cba24bb4c0a75240a1602bcd2ed86e7f3b4f3815c4af8_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:4b84738510cde9310c3ac39ad26593275c476cf397e4814289ee7b9f1707ec37_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:6e4015d0e3c292554944cb03c9cebff4f48ef3e2d8cef026aa11ca3fe9bf036d_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:7d2e92b9644ea87a63f180d5df94a90dda73877edec4382046424260749d4c8f_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:c03b89f953f3f22a57f241a78ef14cea1c463828e6c8a40f0d4d1373febd9bd9_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:41c93c132be814679f8d314ec58580184ca339fca478acc556700f57432950c6_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:ecd0d536e9d2fd3be8a6ba4fcfce28c5b7f85bd9bcba79035c0093d742fee3e8_amd64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:f073748405916c49c3c32918f7b95445dce54782b216f547da5d450190375bfb_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:f5d1f5027a5485e2432eabdee72fbf636b00e25eee3704aa37ea5b07ff6a20a1_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:37491837de2c3415489fbd8ad1d6024870c4b198f4061192b7a1a652e0db0d54_amd64",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:8fdd6f5608b742ee31926cfa9e2f7e295be4a9931d757c7693f98a7d5d4478a3_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:f67b0a900630db2210065cbf1aeab14d12a13070d8585a2e65a1d29b89529b2c_ppc64le",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:5d9dc6a193e2aca2a570ef2dbe7b745435e4434e1ac4cbf80eb1985484b9911c_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:6e165539443c883df627d1d3a067c2015ab4b8c92636f0eaa03ab704338cde84_s390x",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:e92d7d74389200c8b99a15f8ef26e6f200d1b6a3d83fd05512a561877fa711d2_ppc64le",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0a57f08a5871b21ea226a42411c422acd5e4dd01a8d2966fcfdaf538ec36145d_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:c4dd62904288ad05de37ebd4341f090abb1bdd6bd459fde2f5f8b81007c53b72_amd64",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:e7729f564d90aad4251e5d3ad4fd16c47fb7f9131b80e19783d7a8165b00edd7_ppc64le",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:ee387d969e557da7dcb01221d54e09bdc30d8a09fa0a18286c323de0b372c0a6_arm64",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:7541142b3bfc75c4b77af0c0a030af176c2950abfe184baf13661ab5cd46d0ef_ppc64le",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:7e1eb3a5aacfb9857628c5cb8c6aa3497ecbbf57fd20d2fc075bed7c46a4d374_s390x",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:a06d3da1fbd2fd8e793f5aa308ecee42d6d2c682e0dff190b3f7fc71fdf486a2_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:5181636b5baec86e70fb99c1bc85c5be3cb0f04eabec4ea1b1e641535b351254_ppc64le",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:90c0ebeaf2280e8a5cf03bf6bae52b9b54920f3584ae99babd2b51d1dd2e973d_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:9930309a4b39177c64e59e80d38b335a56707b555735cfb300a7427e884041c5_s390x",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:25b4e308664bc79e2fd2f8cb3164d0783a138a0e9c50ab7ae4e56ab2c81661ce_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:ae49eac8ca8c9d7d4f56a87e58725de23f1d1f9779a4d87dd357b09ef43e30a5_s390x",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:e1597771478a328212df8f49b02ea1a4a22a9f85ba6dbb2248a4ea8a6a5745a2_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:9bede4592dac7976c5e4eedb00f183ee1553e3f64a5a644098d32b47ae5d5c62_arm64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:cb972df19c908be774dab768adaad68e7f77e91a090268f87dd9357fda94f4e6_s390x",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:d7f7e96d499d455be312cbbe5ca3b9fdd908c0b5f32bf9084485b187d011468b_ppc64le",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:effdbb4f18db583c8502caf0c878051c45c6d375d6bd1fddb0a4dff076216200_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:1c15eb62c937ef2c21fa002547d9ffe999a462eb549485396968f91470772e14_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:36263cf26f4b46ec367fda44585e9d9b777179e39e596a2a9a6d80c16a810560_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:df2bc89fc87efd94ba809e961262574a2a6032f9dcb26149480cdd4505864a6a_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:2266033ffe27d8fdf9400cabb687b1eaa270c4413cc578742677a355bc48bb3f_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:2a5989590eb30689fdec4c533045cdc78af7fb43ec0ace8740b4903e71aa1032_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:a5712cee59edac6e8be064660ec7f8920169e728250a891d8437c9a8838f09d5_s390x"
]
}
],
"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": [
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:1fd2db3d141cc063c6557000c8b1be2425712dc4262240c3c9195d8980772191_ppc64le",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:cbe15eaab7f10fe9b4c9bfa6e3d1f0351d8cbbc27d5d96627e11e9c861da29d9_s390x",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:d4177d019b86fec5610d852b8b90e6464190969e75de9172f2f252c26076d40d_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:52b894a194732eac846c63a3669b128d6505b8b944c60cf1ee07c7daa201c9c3_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:b4e552db7dcd293fa421aa6ee9c6e91198c6be6dea70addcbd6c12687509631a_arm64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:bae697a9acabba4a6ef4b4a16ecb17e102bb4bb8b1c05f93a806701c055bc3eb_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:d293b85fa2d8a749f802ddba16f4f6ed3dff5c8d7b0b1cb56527401da37772b4_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:0321e7c87a5a64fa0936584badd2848e79c0071800f596b7d177fcc68553bd22_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:3d8a3e1cbf57c99a46d0901a1eb6f00f7a957b90a7868d394785e446f643c5ca_amd64",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:833c743bef3449dce3c0521590dfbe5e07105dece7f6c8e08dc4d1d402905d7b_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:3ef8732d07e7a5ce8d8decdf01c46924f93c552e82d7805a251bfe368b62c6de_s390x",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:7ad5dc366963e89022aacc0f8be37d16b0e63dde3ffc7dc49805c300ee61c496_amd64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:aab65b61fca5ff87dfdad973928df8c22c6231c14b838063bd2d44e4f16fe744_arm64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:d817e724ace3b1b6e05614499c0cb635b567dcbbc71f619d6f41cb85c4b34744_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:6f71bd3411a04389d302e863acd5351e753b614f4f077aee0274056ce23739b4_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:773c39dc89b6b4cc82e4c78f50d4fb16bd70b611efcb65ea4b767d98fea4f7e3_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:7f6c46935a8eab7e09333068aed758aa275b9d5fd7282f15b5fd85070fe28875_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:8129b7ae939cffb029ac10631d29c6ea081928c4f42ee7ba7de91f3a6f6bf7ef_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:be27d3e25035448bcaa691658adeebeacf582d8f19db3e997caab33cf6e8732e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:ce6105258794e33e5a805a95c21e9f553922e1753076345aedcc9174fa4f7d5b_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:09456ceabf9dd2f05837d65632a920f537e36695e7342ae70f20c363284859ec_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:95faa45331614593c4b6e3994656d7fde32476598ef46ec0b9cff5be02483b90_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:d19019a22f7611ce91c582c3294693eef2cdeefccb72f230f8e37ff111272c53_arm64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:fdd7c5a2cd69132f5caf4974ed27d49f78f49208ecdedec86d84b7fbdd306994_amd64",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:2b0078eb2656243a6d91445c2c23a40af9fb2607f107edd5d557e928518211ce_amd64",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:8e9371822e053e7a29cd87853feef39ffa782a626a2bd895a7fb506362d70561_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:e0f9bc46a2c99eedadeac36117081f1d0e1cf6c979e1162cb0039540e286fbb0_s390x",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:3d21dd55a83990ef51325c636c0a613ee5050a4b8b2708bc1bb1d8de1792166b_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:748d2241aa0c3fda48079434de8f2938013853a492f96a3d83dbc6ea3f977189_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:ec4ae584df707de94c71a61bb3be58fda42f739eebc564855feff87126aa21a0_s390x",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:2cd2d4df67b9987d5b03f101f21d8ec543c54c80453f63ffe0c9992de51fb31b_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:89fc88d2d80afd98ae222faae7bcde0088c236bc78dc7106c6752ebd6b22b678_arm64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:b8ff70b7eef2a44b5d13906520b93fa78e1fa18ebe2bb28ed0c77dd0d48655a7_amd64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:c140ed81d2fb76971ef12534a1360b869f036f87d94b4a843770366a469847af_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:091456b9e9b39855047c5ce8320279a01c13b24dd50f6fb9fd260b4cbef09419_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:10e2fb7e9f301570b64b0332a98a590702dc3a88eeebf59c72bd194c88725011_arm64",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:8f3c4e1e314ba6f7dac92607f423c44063ccc7fc47a3289f8608e1dc291d09f1_amd64",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:9b5f8076b5e6c1db98ad72c8787b08b12ecd42a1bf7feada78b3f28dc15c40cb_s390x",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:044b361bcf5b0d620341c54c2cb231e10b989813a2fd623a1547448b4993135e_ppc64le",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:43f56e9a6e4dcd6a671fb77ab57f6dd39e3a7975824e02780ddf69191f00a014_s390x",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:502f89052820047914291c9e0e1d32e5ac20c8a636e36cbf2c130762a2eeb986_amd64",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:5019b0d3275597287b4a03f643980928792d2ec7ce8375ceb61b2950d4b6264f_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:de8ae72cf2b6bcf851a79e82d25504ca68431a5e2a77ea7140f76c57cf72e8f5_s390x",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:ffc67cb8919aa9bc473873e06b4dab344b25191a27be05adc5035fee71860098_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:3aff54b2c780272a3a72826a8f108407c46a6baf9d5695dfe015830d3c839923_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:ecc29880c89cb5c85e6e58a0f3e8df813bf2320cba98b5f8d71ba847fa16c74e_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:faefc8cc0c5af0e83f5dec570a290ff512fb6d3f956fc0453a9754baaee5571e_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:5ba373175faf5e0b6300c99b19ac78da68fd8afe68a06abe644a2e2b372780d2_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:62c08cc5494bdb99f6aec1e9127747b64665889328b5203838ec772baa2e1a6c_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:8b9b293463f18fd6786c77de8e9a9958cfd416f75136d1d9ec17cd01ac4ba39d_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:c3d4b853eb155443081d228bf19fe1354907d607c400a2154f8eef375fd104d2_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:0d970bcfa5bd479eaa979a079da6847ca3180ef85a364cc76623ea5553a16471_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:63c03249589cf2f5f870c646b780a5210cd639fb001b54662f7c578c374fb313_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:dba89ebb9208e7c32c4801e2b9496a49d2cfcddd9f19b3617e864a1a72237910_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:f0139a2bc50f5648d778fa235cb56fb0a8cbb7c6c2f479766196a58289319a59_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:05c3b02e9071d837bfbadfc9c9fd4d4a2a2e165138efcfee0040f7d293bd5b73_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:16ee0717876873aac106d8f42312edc2dbffe36ee258e3e83ac2347538f23e59_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:6f3ad3936d057e0ffada026ea9940ff617b4ce4ee9f95188c4fe910d587cd91a_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:280f33301ebc9fdcbc7eda72e31188f9b25cc32de5737115bd033bfafa1062de_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:33150f654b436240a720f25aa6061c84a3acf71fedf78544c027c1873f5de8ad_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:9de2f1d40808aa283f1cba24bb4c0a75240a1602bcd2ed86e7f3b4f3815c4af8_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:4b84738510cde9310c3ac39ad26593275c476cf397e4814289ee7b9f1707ec37_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:6e4015d0e3c292554944cb03c9cebff4f48ef3e2d8cef026aa11ca3fe9bf036d_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:7d2e92b9644ea87a63f180d5df94a90dda73877edec4382046424260749d4c8f_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:c03b89f953f3f22a57f241a78ef14cea1c463828e6c8a40f0d4d1373febd9bd9_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:41c93c132be814679f8d314ec58580184ca339fca478acc556700f57432950c6_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:ecd0d536e9d2fd3be8a6ba4fcfce28c5b7f85bd9bcba79035c0093d742fee3e8_amd64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:f073748405916c49c3c32918f7b95445dce54782b216f547da5d450190375bfb_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:f5d1f5027a5485e2432eabdee72fbf636b00e25eee3704aa37ea5b07ff6a20a1_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:37491837de2c3415489fbd8ad1d6024870c4b198f4061192b7a1a652e0db0d54_amd64",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:8fdd6f5608b742ee31926cfa9e2f7e295be4a9931d757c7693f98a7d5d4478a3_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:f67b0a900630db2210065cbf1aeab14d12a13070d8585a2e65a1d29b89529b2c_ppc64le",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:5d9dc6a193e2aca2a570ef2dbe7b745435e4434e1ac4cbf80eb1985484b9911c_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:6e165539443c883df627d1d3a067c2015ab4b8c92636f0eaa03ab704338cde84_s390x",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:e92d7d74389200c8b99a15f8ef26e6f200d1b6a3d83fd05512a561877fa711d2_ppc64le",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0a57f08a5871b21ea226a42411c422acd5e4dd01a8d2966fcfdaf538ec36145d_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:c4dd62904288ad05de37ebd4341f090abb1bdd6bd459fde2f5f8b81007c53b72_amd64",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:e7729f564d90aad4251e5d3ad4fd16c47fb7f9131b80e19783d7a8165b00edd7_ppc64le",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:ee387d969e557da7dcb01221d54e09bdc30d8a09fa0a18286c323de0b372c0a6_arm64",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:7541142b3bfc75c4b77af0c0a030af176c2950abfe184baf13661ab5cd46d0ef_ppc64le",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:7e1eb3a5aacfb9857628c5cb8c6aa3497ecbbf57fd20d2fc075bed7c46a4d374_s390x",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:a06d3da1fbd2fd8e793f5aa308ecee42d6d2c682e0dff190b3f7fc71fdf486a2_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:5181636b5baec86e70fb99c1bc85c5be3cb0f04eabec4ea1b1e641535b351254_ppc64le",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:90c0ebeaf2280e8a5cf03bf6bae52b9b54920f3584ae99babd2b51d1dd2e973d_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:9930309a4b39177c64e59e80d38b335a56707b555735cfb300a7427e884041c5_s390x",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:25b4e308664bc79e2fd2f8cb3164d0783a138a0e9c50ab7ae4e56ab2c81661ce_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:ae49eac8ca8c9d7d4f56a87e58725de23f1d1f9779a4d87dd357b09ef43e30a5_s390x",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:e1597771478a328212df8f49b02ea1a4a22a9f85ba6dbb2248a4ea8a6a5745a2_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:9bede4592dac7976c5e4eedb00f183ee1553e3f64a5a644098d32b47ae5d5c62_arm64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:cb972df19c908be774dab768adaad68e7f77e91a090268f87dd9357fda94f4e6_s390x",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:d7f7e96d499d455be312cbbe5ca3b9fdd908c0b5f32bf9084485b187d011468b_ppc64le",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:effdbb4f18db583c8502caf0c878051c45c6d375d6bd1fddb0a4dff076216200_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:1c15eb62c937ef2c21fa002547d9ffe999a462eb549485396968f91470772e14_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:36263cf26f4b46ec367fda44585e9d9b777179e39e596a2a9a6d80c16a810560_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:df2bc89fc87efd94ba809e961262574a2a6032f9dcb26149480cdd4505864a6a_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:2266033ffe27d8fdf9400cabb687b1eaa270c4413cc578742677a355bc48bb3f_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:2a5989590eb30689fdec4c533045cdc78af7fb43ec0ace8740b4903e71aa1032_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:a5712cee59edac6e8be064660ec7f8920169e728250a891d8437c9a8838f09d5_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/netip: Unexpected behavior from Is methods for IPv4-mapped IPv6 addresses"
},
{
"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:1fd2db3d141cc063c6557000c8b1be2425712dc4262240c3c9195d8980772191_ppc64le",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:cbe15eaab7f10fe9b4c9bfa6e3d1f0351d8cbbc27d5d96627e11e9c861da29d9_s390x",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:d4177d019b86fec5610d852b8b90e6464190969e75de9172f2f252c26076d40d_amd64",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:0321e7c87a5a64fa0936584badd2848e79c0071800f596b7d177fcc68553bd22_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:3d8a3e1cbf57c99a46d0901a1eb6f00f7a957b90a7868d394785e446f643c5ca_amd64",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:833c743bef3449dce3c0521590dfbe5e07105dece7f6c8e08dc4d1d402905d7b_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:3ef8732d07e7a5ce8d8decdf01c46924f93c552e82d7805a251bfe368b62c6de_s390x",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:7ad5dc366963e89022aacc0f8be37d16b0e63dde3ffc7dc49805c300ee61c496_amd64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:aab65b61fca5ff87dfdad973928df8c22c6231c14b838063bd2d44e4f16fe744_arm64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:d817e724ace3b1b6e05614499c0cb635b567dcbbc71f619d6f41cb85c4b34744_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:6f71bd3411a04389d302e863acd5351e753b614f4f077aee0274056ce23739b4_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:773c39dc89b6b4cc82e4c78f50d4fb16bd70b611efcb65ea4b767d98fea4f7e3_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:7f6c46935a8eab7e09333068aed758aa275b9d5fd7282f15b5fd85070fe28875_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:8129b7ae939cffb029ac10631d29c6ea081928c4f42ee7ba7de91f3a6f6bf7ef_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:be27d3e25035448bcaa691658adeebeacf582d8f19db3e997caab33cf6e8732e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:ce6105258794e33e5a805a95c21e9f553922e1753076345aedcc9174fa4f7d5b_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:09456ceabf9dd2f05837d65632a920f537e36695e7342ae70f20c363284859ec_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:95faa45331614593c4b6e3994656d7fde32476598ef46ec0b9cff5be02483b90_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:d19019a22f7611ce91c582c3294693eef2cdeefccb72f230f8e37ff111272c53_arm64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:fdd7c5a2cd69132f5caf4974ed27d49f78f49208ecdedec86d84b7fbdd306994_amd64",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:2b0078eb2656243a6d91445c2c23a40af9fb2607f107edd5d557e928518211ce_amd64",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:8e9371822e053e7a29cd87853feef39ffa782a626a2bd895a7fb506362d70561_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:e0f9bc46a2c99eedadeac36117081f1d0e1cf6c979e1162cb0039540e286fbb0_s390x",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:3d21dd55a83990ef51325c636c0a613ee5050a4b8b2708bc1bb1d8de1792166b_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:748d2241aa0c3fda48079434de8f2938013853a492f96a3d83dbc6ea3f977189_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:ec4ae584df707de94c71a61bb3be58fda42f739eebc564855feff87126aa21a0_s390x",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:2cd2d4df67b9987d5b03f101f21d8ec543c54c80453f63ffe0c9992de51fb31b_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:89fc88d2d80afd98ae222faae7bcde0088c236bc78dc7106c6752ebd6b22b678_arm64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:b8ff70b7eef2a44b5d13906520b93fa78e1fa18ebe2bb28ed0c77dd0d48655a7_amd64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:c140ed81d2fb76971ef12534a1360b869f036f87d94b4a843770366a469847af_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:091456b9e9b39855047c5ce8320279a01c13b24dd50f6fb9fd260b4cbef09419_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:10e2fb7e9f301570b64b0332a98a590702dc3a88eeebf59c72bd194c88725011_arm64",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:8f3c4e1e314ba6f7dac92607f423c44063ccc7fc47a3289f8608e1dc291d09f1_amd64",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:9b5f8076b5e6c1db98ad72c8787b08b12ecd42a1bf7feada78b3f28dc15c40cb_s390x",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:044b361bcf5b0d620341c54c2cb231e10b989813a2fd623a1547448b4993135e_ppc64le",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:43f56e9a6e4dcd6a671fb77ab57f6dd39e3a7975824e02780ddf69191f00a014_s390x",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:502f89052820047914291c9e0e1d32e5ac20c8a636e36cbf2c130762a2eeb986_amd64",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:5019b0d3275597287b4a03f643980928792d2ec7ce8375ceb61b2950d4b6264f_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:de8ae72cf2b6bcf851a79e82d25504ca68431a5e2a77ea7140f76c57cf72e8f5_s390x",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:ffc67cb8919aa9bc473873e06b4dab344b25191a27be05adc5035fee71860098_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:3aff54b2c780272a3a72826a8f108407c46a6baf9d5695dfe015830d3c839923_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:ecc29880c89cb5c85e6e58a0f3e8df813bf2320cba98b5f8d71ba847fa16c74e_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:faefc8cc0c5af0e83f5dec570a290ff512fb6d3f956fc0453a9754baaee5571e_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:5ba373175faf5e0b6300c99b19ac78da68fd8afe68a06abe644a2e2b372780d2_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:62c08cc5494bdb99f6aec1e9127747b64665889328b5203838ec772baa2e1a6c_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:8b9b293463f18fd6786c77de8e9a9958cfd416f75136d1d9ec17cd01ac4ba39d_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:c3d4b853eb155443081d228bf19fe1354907d607c400a2154f8eef375fd104d2_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:0d970bcfa5bd479eaa979a079da6847ca3180ef85a364cc76623ea5553a16471_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:63c03249589cf2f5f870c646b780a5210cd639fb001b54662f7c578c374fb313_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:dba89ebb9208e7c32c4801e2b9496a49d2cfcddd9f19b3617e864a1a72237910_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:f0139a2bc50f5648d778fa235cb56fb0a8cbb7c6c2f479766196a58289319a59_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:05c3b02e9071d837bfbadfc9c9fd4d4a2a2e165138efcfee0040f7d293bd5b73_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:16ee0717876873aac106d8f42312edc2dbffe36ee258e3e83ac2347538f23e59_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:6f3ad3936d057e0ffada026ea9940ff617b4ce4ee9f95188c4fe910d587cd91a_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:280f33301ebc9fdcbc7eda72e31188f9b25cc32de5737115bd033bfafa1062de_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:33150f654b436240a720f25aa6061c84a3acf71fedf78544c027c1873f5de8ad_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:9de2f1d40808aa283f1cba24bb4c0a75240a1602bcd2ed86e7f3b4f3815c4af8_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:4b84738510cde9310c3ac39ad26593275c476cf397e4814289ee7b9f1707ec37_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:6e4015d0e3c292554944cb03c9cebff4f48ef3e2d8cef026aa11ca3fe9bf036d_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:7d2e92b9644ea87a63f180d5df94a90dda73877edec4382046424260749d4c8f_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:c03b89f953f3f22a57f241a78ef14cea1c463828e6c8a40f0d4d1373febd9bd9_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:41c93c132be814679f8d314ec58580184ca339fca478acc556700f57432950c6_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:ecd0d536e9d2fd3be8a6ba4fcfce28c5b7f85bd9bcba79035c0093d742fee3e8_amd64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:f073748405916c49c3c32918f7b95445dce54782b216f547da5d450190375bfb_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:f5d1f5027a5485e2432eabdee72fbf636b00e25eee3704aa37ea5b07ff6a20a1_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:37491837de2c3415489fbd8ad1d6024870c4b198f4061192b7a1a652e0db0d54_amd64",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:8fdd6f5608b742ee31926cfa9e2f7e295be4a9931d757c7693f98a7d5d4478a3_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:f67b0a900630db2210065cbf1aeab14d12a13070d8585a2e65a1d29b89529b2c_ppc64le",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:5d9dc6a193e2aca2a570ef2dbe7b745435e4434e1ac4cbf80eb1985484b9911c_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:6e165539443c883df627d1d3a067c2015ab4b8c92636f0eaa03ab704338cde84_s390x",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:e92d7d74389200c8b99a15f8ef26e6f200d1b6a3d83fd05512a561877fa711d2_ppc64le",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0a57f08a5871b21ea226a42411c422acd5e4dd01a8d2966fcfdaf538ec36145d_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:c4dd62904288ad05de37ebd4341f090abb1bdd6bd459fde2f5f8b81007c53b72_amd64",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:e7729f564d90aad4251e5d3ad4fd16c47fb7f9131b80e19783d7a8165b00edd7_ppc64le",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:ee387d969e557da7dcb01221d54e09bdc30d8a09fa0a18286c323de0b372c0a6_arm64",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:7541142b3bfc75c4b77af0c0a030af176c2950abfe184baf13661ab5cd46d0ef_ppc64le",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:7e1eb3a5aacfb9857628c5cb8c6aa3497ecbbf57fd20d2fc075bed7c46a4d374_s390x",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:a06d3da1fbd2fd8e793f5aa308ecee42d6d2c682e0dff190b3f7fc71fdf486a2_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:5181636b5baec86e70fb99c1bc85c5be3cb0f04eabec4ea1b1e641535b351254_ppc64le",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:90c0ebeaf2280e8a5cf03bf6bae52b9b54920f3584ae99babd2b51d1dd2e973d_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:9930309a4b39177c64e59e80d38b335a56707b555735cfb300a7427e884041c5_s390x",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:25b4e308664bc79e2fd2f8cb3164d0783a138a0e9c50ab7ae4e56ab2c81661ce_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:ae49eac8ca8c9d7d4f56a87e58725de23f1d1f9779a4d87dd357b09ef43e30a5_s390x",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:e1597771478a328212df8f49b02ea1a4a22a9f85ba6dbb2248a4ea8a6a5745a2_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:9bede4592dac7976c5e4eedb00f183ee1553e3f64a5a644098d32b47ae5d5c62_arm64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:cb972df19c908be774dab768adaad68e7f77e91a090268f87dd9357fda94f4e6_s390x",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:d7f7e96d499d455be312cbbe5ca3b9fdd908c0b5f32bf9084485b187d011468b_ppc64le",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:effdbb4f18db583c8502caf0c878051c45c6d375d6bd1fddb0a4dff076216200_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:1c15eb62c937ef2c21fa002547d9ffe999a462eb549485396968f91470772e14_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:36263cf26f4b46ec367fda44585e9d9b777179e39e596a2a9a6d80c16a810560_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:df2bc89fc87efd94ba809e961262574a2a6032f9dcb26149480cdd4505864a6a_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:2266033ffe27d8fdf9400cabb687b1eaa270c4413cc578742677a355bc48bb3f_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:2a5989590eb30689fdec4c533045cdc78af7fb43ec0ace8740b4903e71aa1032_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:a5712cee59edac6e8be064660ec7f8920169e728250a891d8437c9a8838f09d5_s390x"
]
}
],
"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:52b894a194732eac846c63a3669b128d6505b8b944c60cf1ee07c7daa201c9c3_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:b4e552db7dcd293fa421aa6ee9c6e91198c6be6dea70addcbd6c12687509631a_arm64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:bae697a9acabba4a6ef4b4a16ecb17e102bb4bb8b1c05f93a806701c055bc3eb_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:d293b85fa2d8a749f802ddba16f4f6ed3dff5c8d7b0b1cb56527401da37772b4_s390x"
],
"known_not_affected": [
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:1fd2db3d141cc063c6557000c8b1be2425712dc4262240c3c9195d8980772191_ppc64le",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:cbe15eaab7f10fe9b4c9bfa6e3d1f0351d8cbbc27d5d96627e11e9c861da29d9_s390x",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:d4177d019b86fec5610d852b8b90e6464190969e75de9172f2f252c26076d40d_amd64",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:0321e7c87a5a64fa0936584badd2848e79c0071800f596b7d177fcc68553bd22_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:3d8a3e1cbf57c99a46d0901a1eb6f00f7a957b90a7868d394785e446f643c5ca_amd64",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:833c743bef3449dce3c0521590dfbe5e07105dece7f6c8e08dc4d1d402905d7b_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:3ef8732d07e7a5ce8d8decdf01c46924f93c552e82d7805a251bfe368b62c6de_s390x",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:7ad5dc366963e89022aacc0f8be37d16b0e63dde3ffc7dc49805c300ee61c496_amd64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:aab65b61fca5ff87dfdad973928df8c22c6231c14b838063bd2d44e4f16fe744_arm64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:d817e724ace3b1b6e05614499c0cb635b567dcbbc71f619d6f41cb85c4b34744_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:6f71bd3411a04389d302e863acd5351e753b614f4f077aee0274056ce23739b4_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:773c39dc89b6b4cc82e4c78f50d4fb16bd70b611efcb65ea4b767d98fea4f7e3_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:7f6c46935a8eab7e09333068aed758aa275b9d5fd7282f15b5fd85070fe28875_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:8129b7ae939cffb029ac10631d29c6ea081928c4f42ee7ba7de91f3a6f6bf7ef_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:be27d3e25035448bcaa691658adeebeacf582d8f19db3e997caab33cf6e8732e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:ce6105258794e33e5a805a95c21e9f553922e1753076345aedcc9174fa4f7d5b_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:09456ceabf9dd2f05837d65632a920f537e36695e7342ae70f20c363284859ec_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:95faa45331614593c4b6e3994656d7fde32476598ef46ec0b9cff5be02483b90_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:d19019a22f7611ce91c582c3294693eef2cdeefccb72f230f8e37ff111272c53_arm64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:fdd7c5a2cd69132f5caf4974ed27d49f78f49208ecdedec86d84b7fbdd306994_amd64",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:2b0078eb2656243a6d91445c2c23a40af9fb2607f107edd5d557e928518211ce_amd64",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:8e9371822e053e7a29cd87853feef39ffa782a626a2bd895a7fb506362d70561_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:e0f9bc46a2c99eedadeac36117081f1d0e1cf6c979e1162cb0039540e286fbb0_s390x",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:3d21dd55a83990ef51325c636c0a613ee5050a4b8b2708bc1bb1d8de1792166b_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:748d2241aa0c3fda48079434de8f2938013853a492f96a3d83dbc6ea3f977189_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:ec4ae584df707de94c71a61bb3be58fda42f739eebc564855feff87126aa21a0_s390x",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:2cd2d4df67b9987d5b03f101f21d8ec543c54c80453f63ffe0c9992de51fb31b_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:89fc88d2d80afd98ae222faae7bcde0088c236bc78dc7106c6752ebd6b22b678_arm64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:b8ff70b7eef2a44b5d13906520b93fa78e1fa18ebe2bb28ed0c77dd0d48655a7_amd64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:c140ed81d2fb76971ef12534a1360b869f036f87d94b4a843770366a469847af_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:091456b9e9b39855047c5ce8320279a01c13b24dd50f6fb9fd260b4cbef09419_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:10e2fb7e9f301570b64b0332a98a590702dc3a88eeebf59c72bd194c88725011_arm64",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:8f3c4e1e314ba6f7dac92607f423c44063ccc7fc47a3289f8608e1dc291d09f1_amd64",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:9b5f8076b5e6c1db98ad72c8787b08b12ecd42a1bf7feada78b3f28dc15c40cb_s390x",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:044b361bcf5b0d620341c54c2cb231e10b989813a2fd623a1547448b4993135e_ppc64le",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:43f56e9a6e4dcd6a671fb77ab57f6dd39e3a7975824e02780ddf69191f00a014_s390x",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:502f89052820047914291c9e0e1d32e5ac20c8a636e36cbf2c130762a2eeb986_amd64",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:5019b0d3275597287b4a03f643980928792d2ec7ce8375ceb61b2950d4b6264f_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:de8ae72cf2b6bcf851a79e82d25504ca68431a5e2a77ea7140f76c57cf72e8f5_s390x",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:ffc67cb8919aa9bc473873e06b4dab344b25191a27be05adc5035fee71860098_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:3aff54b2c780272a3a72826a8f108407c46a6baf9d5695dfe015830d3c839923_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:ecc29880c89cb5c85e6e58a0f3e8df813bf2320cba98b5f8d71ba847fa16c74e_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:faefc8cc0c5af0e83f5dec570a290ff512fb6d3f956fc0453a9754baaee5571e_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:5ba373175faf5e0b6300c99b19ac78da68fd8afe68a06abe644a2e2b372780d2_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:62c08cc5494bdb99f6aec1e9127747b64665889328b5203838ec772baa2e1a6c_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:8b9b293463f18fd6786c77de8e9a9958cfd416f75136d1d9ec17cd01ac4ba39d_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:c3d4b853eb155443081d228bf19fe1354907d607c400a2154f8eef375fd104d2_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:0d970bcfa5bd479eaa979a079da6847ca3180ef85a364cc76623ea5553a16471_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:63c03249589cf2f5f870c646b780a5210cd639fb001b54662f7c578c374fb313_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:dba89ebb9208e7c32c4801e2b9496a49d2cfcddd9f19b3617e864a1a72237910_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:f0139a2bc50f5648d778fa235cb56fb0a8cbb7c6c2f479766196a58289319a59_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:05c3b02e9071d837bfbadfc9c9fd4d4a2a2e165138efcfee0040f7d293bd5b73_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:16ee0717876873aac106d8f42312edc2dbffe36ee258e3e83ac2347538f23e59_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:6f3ad3936d057e0ffada026ea9940ff617b4ce4ee9f95188c4fe910d587cd91a_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:280f33301ebc9fdcbc7eda72e31188f9b25cc32de5737115bd033bfafa1062de_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:33150f654b436240a720f25aa6061c84a3acf71fedf78544c027c1873f5de8ad_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:9de2f1d40808aa283f1cba24bb4c0a75240a1602bcd2ed86e7f3b4f3815c4af8_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:4b84738510cde9310c3ac39ad26593275c476cf397e4814289ee7b9f1707ec37_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:6e4015d0e3c292554944cb03c9cebff4f48ef3e2d8cef026aa11ca3fe9bf036d_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:7d2e92b9644ea87a63f180d5df94a90dda73877edec4382046424260749d4c8f_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:c03b89f953f3f22a57f241a78ef14cea1c463828e6c8a40f0d4d1373febd9bd9_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:41c93c132be814679f8d314ec58580184ca339fca478acc556700f57432950c6_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:ecd0d536e9d2fd3be8a6ba4fcfce28c5b7f85bd9bcba79035c0093d742fee3e8_amd64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:f073748405916c49c3c32918f7b95445dce54782b216f547da5d450190375bfb_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:f5d1f5027a5485e2432eabdee72fbf636b00e25eee3704aa37ea5b07ff6a20a1_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:37491837de2c3415489fbd8ad1d6024870c4b198f4061192b7a1a652e0db0d54_amd64",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:8fdd6f5608b742ee31926cfa9e2f7e295be4a9931d757c7693f98a7d5d4478a3_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:f67b0a900630db2210065cbf1aeab14d12a13070d8585a2e65a1d29b89529b2c_ppc64le",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:5d9dc6a193e2aca2a570ef2dbe7b745435e4434e1ac4cbf80eb1985484b9911c_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:6e165539443c883df627d1d3a067c2015ab4b8c92636f0eaa03ab704338cde84_s390x",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:e92d7d74389200c8b99a15f8ef26e6f200d1b6a3d83fd05512a561877fa711d2_ppc64le",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0a57f08a5871b21ea226a42411c422acd5e4dd01a8d2966fcfdaf538ec36145d_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:c4dd62904288ad05de37ebd4341f090abb1bdd6bd459fde2f5f8b81007c53b72_amd64",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:e7729f564d90aad4251e5d3ad4fd16c47fb7f9131b80e19783d7a8165b00edd7_ppc64le",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:ee387d969e557da7dcb01221d54e09bdc30d8a09fa0a18286c323de0b372c0a6_arm64",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:7541142b3bfc75c4b77af0c0a030af176c2950abfe184baf13661ab5cd46d0ef_ppc64le",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:7e1eb3a5aacfb9857628c5cb8c6aa3497ecbbf57fd20d2fc075bed7c46a4d374_s390x",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:a06d3da1fbd2fd8e793f5aa308ecee42d6d2c682e0dff190b3f7fc71fdf486a2_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:5181636b5baec86e70fb99c1bc85c5be3cb0f04eabec4ea1b1e641535b351254_ppc64le",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:90c0ebeaf2280e8a5cf03bf6bae52b9b54920f3584ae99babd2b51d1dd2e973d_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:9930309a4b39177c64e59e80d38b335a56707b555735cfb300a7427e884041c5_s390x",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:25b4e308664bc79e2fd2f8cb3164d0783a138a0e9c50ab7ae4e56ab2c81661ce_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:ae49eac8ca8c9d7d4f56a87e58725de23f1d1f9779a4d87dd357b09ef43e30a5_s390x",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:e1597771478a328212df8f49b02ea1a4a22a9f85ba6dbb2248a4ea8a6a5745a2_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:9bede4592dac7976c5e4eedb00f183ee1553e3f64a5a644098d32b47ae5d5c62_arm64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:cb972df19c908be774dab768adaad68e7f77e91a090268f87dd9357fda94f4e6_s390x",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:d7f7e96d499d455be312cbbe5ca3b9fdd908c0b5f32bf9084485b187d011468b_ppc64le",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:effdbb4f18db583c8502caf0c878051c45c6d375d6bd1fddb0a4dff076216200_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:1c15eb62c937ef2c21fa002547d9ffe999a462eb549485396968f91470772e14_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:36263cf26f4b46ec367fda44585e9d9b777179e39e596a2a9a6d80c16a810560_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:df2bc89fc87efd94ba809e961262574a2a6032f9dcb26149480cdd4505864a6a_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:2266033ffe27d8fdf9400cabb687b1eaa270c4413cc578742677a355bc48bb3f_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:2a5989590eb30689fdec4c533045cdc78af7fb43ec0ace8740b4903e71aa1032_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:a5712cee59edac6e8be064660ec7f8920169e728250a891d8437c9a8838f09d5_s390x"
]
},
"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-08-19T07:41:38+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:52b894a194732eac846c63a3669b128d6505b8b944c60cf1ee07c7daa201c9c3_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:b4e552db7dcd293fa421aa6ee9c6e91198c6be6dea70addcbd6c12687509631a_arm64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:bae697a9acabba4a6ef4b4a16ecb17e102bb4bb8b1c05f93a806701c055bc3eb_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:d293b85fa2d8a749f802ddba16f4f6ed3dff5c8d7b0b1cb56527401da37772b4_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:5547"
},
{
"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:1fd2db3d141cc063c6557000c8b1be2425712dc4262240c3c9195d8980772191_ppc64le",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:cbe15eaab7f10fe9b4c9bfa6e3d1f0351d8cbbc27d5d96627e11e9c861da29d9_s390x",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:d4177d019b86fec5610d852b8b90e6464190969e75de9172f2f252c26076d40d_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:52b894a194732eac846c63a3669b128d6505b8b944c60cf1ee07c7daa201c9c3_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:b4e552db7dcd293fa421aa6ee9c6e91198c6be6dea70addcbd6c12687509631a_arm64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:bae697a9acabba4a6ef4b4a16ecb17e102bb4bb8b1c05f93a806701c055bc3eb_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:d293b85fa2d8a749f802ddba16f4f6ed3dff5c8d7b0b1cb56527401da37772b4_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:0321e7c87a5a64fa0936584badd2848e79c0071800f596b7d177fcc68553bd22_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:3d8a3e1cbf57c99a46d0901a1eb6f00f7a957b90a7868d394785e446f643c5ca_amd64",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:833c743bef3449dce3c0521590dfbe5e07105dece7f6c8e08dc4d1d402905d7b_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:3ef8732d07e7a5ce8d8decdf01c46924f93c552e82d7805a251bfe368b62c6de_s390x",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:7ad5dc366963e89022aacc0f8be37d16b0e63dde3ffc7dc49805c300ee61c496_amd64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:aab65b61fca5ff87dfdad973928df8c22c6231c14b838063bd2d44e4f16fe744_arm64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:d817e724ace3b1b6e05614499c0cb635b567dcbbc71f619d6f41cb85c4b34744_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:6f71bd3411a04389d302e863acd5351e753b614f4f077aee0274056ce23739b4_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:773c39dc89b6b4cc82e4c78f50d4fb16bd70b611efcb65ea4b767d98fea4f7e3_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:7f6c46935a8eab7e09333068aed758aa275b9d5fd7282f15b5fd85070fe28875_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:8129b7ae939cffb029ac10631d29c6ea081928c4f42ee7ba7de91f3a6f6bf7ef_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:be27d3e25035448bcaa691658adeebeacf582d8f19db3e997caab33cf6e8732e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:ce6105258794e33e5a805a95c21e9f553922e1753076345aedcc9174fa4f7d5b_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:09456ceabf9dd2f05837d65632a920f537e36695e7342ae70f20c363284859ec_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:95faa45331614593c4b6e3994656d7fde32476598ef46ec0b9cff5be02483b90_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:d19019a22f7611ce91c582c3294693eef2cdeefccb72f230f8e37ff111272c53_arm64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:fdd7c5a2cd69132f5caf4974ed27d49f78f49208ecdedec86d84b7fbdd306994_amd64",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:2b0078eb2656243a6d91445c2c23a40af9fb2607f107edd5d557e928518211ce_amd64",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:8e9371822e053e7a29cd87853feef39ffa782a626a2bd895a7fb506362d70561_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:e0f9bc46a2c99eedadeac36117081f1d0e1cf6c979e1162cb0039540e286fbb0_s390x",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:3d21dd55a83990ef51325c636c0a613ee5050a4b8b2708bc1bb1d8de1792166b_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:748d2241aa0c3fda48079434de8f2938013853a492f96a3d83dbc6ea3f977189_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:ec4ae584df707de94c71a61bb3be58fda42f739eebc564855feff87126aa21a0_s390x",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:2cd2d4df67b9987d5b03f101f21d8ec543c54c80453f63ffe0c9992de51fb31b_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:89fc88d2d80afd98ae222faae7bcde0088c236bc78dc7106c6752ebd6b22b678_arm64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:b8ff70b7eef2a44b5d13906520b93fa78e1fa18ebe2bb28ed0c77dd0d48655a7_amd64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:c140ed81d2fb76971ef12534a1360b869f036f87d94b4a843770366a469847af_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:091456b9e9b39855047c5ce8320279a01c13b24dd50f6fb9fd260b4cbef09419_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:10e2fb7e9f301570b64b0332a98a590702dc3a88eeebf59c72bd194c88725011_arm64",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:8f3c4e1e314ba6f7dac92607f423c44063ccc7fc47a3289f8608e1dc291d09f1_amd64",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:9b5f8076b5e6c1db98ad72c8787b08b12ecd42a1bf7feada78b3f28dc15c40cb_s390x",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:044b361bcf5b0d620341c54c2cb231e10b989813a2fd623a1547448b4993135e_ppc64le",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:43f56e9a6e4dcd6a671fb77ab57f6dd39e3a7975824e02780ddf69191f00a014_s390x",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:502f89052820047914291c9e0e1d32e5ac20c8a636e36cbf2c130762a2eeb986_amd64",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:5019b0d3275597287b4a03f643980928792d2ec7ce8375ceb61b2950d4b6264f_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:de8ae72cf2b6bcf851a79e82d25504ca68431a5e2a77ea7140f76c57cf72e8f5_s390x",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:ffc67cb8919aa9bc473873e06b4dab344b25191a27be05adc5035fee71860098_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:3aff54b2c780272a3a72826a8f108407c46a6baf9d5695dfe015830d3c839923_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:ecc29880c89cb5c85e6e58a0f3e8df813bf2320cba98b5f8d71ba847fa16c74e_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:faefc8cc0c5af0e83f5dec570a290ff512fb6d3f956fc0453a9754baaee5571e_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:5ba373175faf5e0b6300c99b19ac78da68fd8afe68a06abe644a2e2b372780d2_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:62c08cc5494bdb99f6aec1e9127747b64665889328b5203838ec772baa2e1a6c_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:8b9b293463f18fd6786c77de8e9a9958cfd416f75136d1d9ec17cd01ac4ba39d_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:c3d4b853eb155443081d228bf19fe1354907d607c400a2154f8eef375fd104d2_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:0d970bcfa5bd479eaa979a079da6847ca3180ef85a364cc76623ea5553a16471_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:63c03249589cf2f5f870c646b780a5210cd639fb001b54662f7c578c374fb313_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:dba89ebb9208e7c32c4801e2b9496a49d2cfcddd9f19b3617e864a1a72237910_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:f0139a2bc50f5648d778fa235cb56fb0a8cbb7c6c2f479766196a58289319a59_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:05c3b02e9071d837bfbadfc9c9fd4d4a2a2e165138efcfee0040f7d293bd5b73_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:16ee0717876873aac106d8f42312edc2dbffe36ee258e3e83ac2347538f23e59_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:6f3ad3936d057e0ffada026ea9940ff617b4ce4ee9f95188c4fe910d587cd91a_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:280f33301ebc9fdcbc7eda72e31188f9b25cc32de5737115bd033bfafa1062de_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:33150f654b436240a720f25aa6061c84a3acf71fedf78544c027c1873f5de8ad_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:9de2f1d40808aa283f1cba24bb4c0a75240a1602bcd2ed86e7f3b4f3815c4af8_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:4b84738510cde9310c3ac39ad26593275c476cf397e4814289ee7b9f1707ec37_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:6e4015d0e3c292554944cb03c9cebff4f48ef3e2d8cef026aa11ca3fe9bf036d_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:7d2e92b9644ea87a63f180d5df94a90dda73877edec4382046424260749d4c8f_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:c03b89f953f3f22a57f241a78ef14cea1c463828e6c8a40f0d4d1373febd9bd9_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:41c93c132be814679f8d314ec58580184ca339fca478acc556700f57432950c6_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:ecd0d536e9d2fd3be8a6ba4fcfce28c5b7f85bd9bcba79035c0093d742fee3e8_amd64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:f073748405916c49c3c32918f7b95445dce54782b216f547da5d450190375bfb_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:f5d1f5027a5485e2432eabdee72fbf636b00e25eee3704aa37ea5b07ff6a20a1_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:37491837de2c3415489fbd8ad1d6024870c4b198f4061192b7a1a652e0db0d54_amd64",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:8fdd6f5608b742ee31926cfa9e2f7e295be4a9931d757c7693f98a7d5d4478a3_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:f67b0a900630db2210065cbf1aeab14d12a13070d8585a2e65a1d29b89529b2c_ppc64le",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:5d9dc6a193e2aca2a570ef2dbe7b745435e4434e1ac4cbf80eb1985484b9911c_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:6e165539443c883df627d1d3a067c2015ab4b8c92636f0eaa03ab704338cde84_s390x",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:e92d7d74389200c8b99a15f8ef26e6f200d1b6a3d83fd05512a561877fa711d2_ppc64le",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0a57f08a5871b21ea226a42411c422acd5e4dd01a8d2966fcfdaf538ec36145d_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:c4dd62904288ad05de37ebd4341f090abb1bdd6bd459fde2f5f8b81007c53b72_amd64",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:e7729f564d90aad4251e5d3ad4fd16c47fb7f9131b80e19783d7a8165b00edd7_ppc64le",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:ee387d969e557da7dcb01221d54e09bdc30d8a09fa0a18286c323de0b372c0a6_arm64",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:7541142b3bfc75c4b77af0c0a030af176c2950abfe184baf13661ab5cd46d0ef_ppc64le",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:7e1eb3a5aacfb9857628c5cb8c6aa3497ecbbf57fd20d2fc075bed7c46a4d374_s390x",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:a06d3da1fbd2fd8e793f5aa308ecee42d6d2c682e0dff190b3f7fc71fdf486a2_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:5181636b5baec86e70fb99c1bc85c5be3cb0f04eabec4ea1b1e641535b351254_ppc64le",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:90c0ebeaf2280e8a5cf03bf6bae52b9b54920f3584ae99babd2b51d1dd2e973d_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:9930309a4b39177c64e59e80d38b335a56707b555735cfb300a7427e884041c5_s390x",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:25b4e308664bc79e2fd2f8cb3164d0783a138a0e9c50ab7ae4e56ab2c81661ce_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:ae49eac8ca8c9d7d4f56a87e58725de23f1d1f9779a4d87dd357b09ef43e30a5_s390x",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:e1597771478a328212df8f49b02ea1a4a22a9f85ba6dbb2248a4ea8a6a5745a2_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:9bede4592dac7976c5e4eedb00f183ee1553e3f64a5a644098d32b47ae5d5c62_arm64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:cb972df19c908be774dab768adaad68e7f77e91a090268f87dd9357fda94f4e6_s390x",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:d7f7e96d499d455be312cbbe5ca3b9fdd908c0b5f32bf9084485b187d011468b_ppc64le",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:effdbb4f18db583c8502caf0c878051c45c6d375d6bd1fddb0a4dff076216200_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:1c15eb62c937ef2c21fa002547d9ffe999a462eb549485396968f91470772e14_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:36263cf26f4b46ec367fda44585e9d9b777179e39e596a2a9a6d80c16a810560_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:df2bc89fc87efd94ba809e961262574a2a6032f9dcb26149480cdd4505864a6a_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:2266033ffe27d8fdf9400cabb687b1eaa270c4413cc578742677a355bc48bb3f_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:2a5989590eb30689fdec4c533045cdc78af7fb43ec0ace8740b4903e71aa1032_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:a5712cee59edac6e8be064660ec7f8920169e728250a891d8437c9a8838f09d5_s390x"
]
}
],
"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:1fd2db3d141cc063c6557000c8b1be2425712dc4262240c3c9195d8980772191_ppc64le",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:cbe15eaab7f10fe9b4c9bfa6e3d1f0351d8cbbc27d5d96627e11e9c861da29d9_s390x",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:d4177d019b86fec5610d852b8b90e6464190969e75de9172f2f252c26076d40d_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:52b894a194732eac846c63a3669b128d6505b8b944c60cf1ee07c7daa201c9c3_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:b4e552db7dcd293fa421aa6ee9c6e91198c6be6dea70addcbd6c12687509631a_arm64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:bae697a9acabba4a6ef4b4a16ecb17e102bb4bb8b1c05f93a806701c055bc3eb_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:d293b85fa2d8a749f802ddba16f4f6ed3dff5c8d7b0b1cb56527401da37772b4_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:0321e7c87a5a64fa0936584badd2848e79c0071800f596b7d177fcc68553bd22_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:3d8a3e1cbf57c99a46d0901a1eb6f00f7a957b90a7868d394785e446f643c5ca_amd64",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:833c743bef3449dce3c0521590dfbe5e07105dece7f6c8e08dc4d1d402905d7b_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:3ef8732d07e7a5ce8d8decdf01c46924f93c552e82d7805a251bfe368b62c6de_s390x",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:7ad5dc366963e89022aacc0f8be37d16b0e63dde3ffc7dc49805c300ee61c496_amd64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:aab65b61fca5ff87dfdad973928df8c22c6231c14b838063bd2d44e4f16fe744_arm64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:d817e724ace3b1b6e05614499c0cb635b567dcbbc71f619d6f41cb85c4b34744_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:6f71bd3411a04389d302e863acd5351e753b614f4f077aee0274056ce23739b4_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:773c39dc89b6b4cc82e4c78f50d4fb16bd70b611efcb65ea4b767d98fea4f7e3_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:7f6c46935a8eab7e09333068aed758aa275b9d5fd7282f15b5fd85070fe28875_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:8129b7ae939cffb029ac10631d29c6ea081928c4f42ee7ba7de91f3a6f6bf7ef_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:be27d3e25035448bcaa691658adeebeacf582d8f19db3e997caab33cf6e8732e_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:ce6105258794e33e5a805a95c21e9f553922e1753076345aedcc9174fa4f7d5b_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:09456ceabf9dd2f05837d65632a920f537e36695e7342ae70f20c363284859ec_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:95faa45331614593c4b6e3994656d7fde32476598ef46ec0b9cff5be02483b90_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:d19019a22f7611ce91c582c3294693eef2cdeefccb72f230f8e37ff111272c53_arm64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:fdd7c5a2cd69132f5caf4974ed27d49f78f49208ecdedec86d84b7fbdd306994_amd64",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:2b0078eb2656243a6d91445c2c23a40af9fb2607f107edd5d557e928518211ce_amd64",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:8e9371822e053e7a29cd87853feef39ffa782a626a2bd895a7fb506362d70561_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:e0f9bc46a2c99eedadeac36117081f1d0e1cf6c979e1162cb0039540e286fbb0_s390x",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:3d21dd55a83990ef51325c636c0a613ee5050a4b8b2708bc1bb1d8de1792166b_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:748d2241aa0c3fda48079434de8f2938013853a492f96a3d83dbc6ea3f977189_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:ec4ae584df707de94c71a61bb3be58fda42f739eebc564855feff87126aa21a0_s390x",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:2cd2d4df67b9987d5b03f101f21d8ec543c54c80453f63ffe0c9992de51fb31b_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:89fc88d2d80afd98ae222faae7bcde0088c236bc78dc7106c6752ebd6b22b678_arm64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:b8ff70b7eef2a44b5d13906520b93fa78e1fa18ebe2bb28ed0c77dd0d48655a7_amd64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:c140ed81d2fb76971ef12534a1360b869f036f87d94b4a843770366a469847af_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:091456b9e9b39855047c5ce8320279a01c13b24dd50f6fb9fd260b4cbef09419_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:10e2fb7e9f301570b64b0332a98a590702dc3a88eeebf59c72bd194c88725011_arm64",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:8f3c4e1e314ba6f7dac92607f423c44063ccc7fc47a3289f8608e1dc291d09f1_amd64",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:9b5f8076b5e6c1db98ad72c8787b08b12ecd42a1bf7feada78b3f28dc15c40cb_s390x",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:044b361bcf5b0d620341c54c2cb231e10b989813a2fd623a1547448b4993135e_ppc64le",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:43f56e9a6e4dcd6a671fb77ab57f6dd39e3a7975824e02780ddf69191f00a014_s390x",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:502f89052820047914291c9e0e1d32e5ac20c8a636e36cbf2c130762a2eeb986_amd64",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:5019b0d3275597287b4a03f643980928792d2ec7ce8375ceb61b2950d4b6264f_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:de8ae72cf2b6bcf851a79e82d25504ca68431a5e2a77ea7140f76c57cf72e8f5_s390x",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:ffc67cb8919aa9bc473873e06b4dab344b25191a27be05adc5035fee71860098_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:3aff54b2c780272a3a72826a8f108407c46a6baf9d5695dfe015830d3c839923_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:ecc29880c89cb5c85e6e58a0f3e8df813bf2320cba98b5f8d71ba847fa16c74e_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:faefc8cc0c5af0e83f5dec570a290ff512fb6d3f956fc0453a9754baaee5571e_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:5ba373175faf5e0b6300c99b19ac78da68fd8afe68a06abe644a2e2b372780d2_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:62c08cc5494bdb99f6aec1e9127747b64665889328b5203838ec772baa2e1a6c_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:8b9b293463f18fd6786c77de8e9a9958cfd416f75136d1d9ec17cd01ac4ba39d_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:c3d4b853eb155443081d228bf19fe1354907d607c400a2154f8eef375fd104d2_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:0d970bcfa5bd479eaa979a079da6847ca3180ef85a364cc76623ea5553a16471_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:63c03249589cf2f5f870c646b780a5210cd639fb001b54662f7c578c374fb313_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:dba89ebb9208e7c32c4801e2b9496a49d2cfcddd9f19b3617e864a1a72237910_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:f0139a2bc50f5648d778fa235cb56fb0a8cbb7c6c2f479766196a58289319a59_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:05c3b02e9071d837bfbadfc9c9fd4d4a2a2e165138efcfee0040f7d293bd5b73_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:16ee0717876873aac106d8f42312edc2dbffe36ee258e3e83ac2347538f23e59_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:6f3ad3936d057e0ffada026ea9940ff617b4ce4ee9f95188c4fe910d587cd91a_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:280f33301ebc9fdcbc7eda72e31188f9b25cc32de5737115bd033bfafa1062de_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:33150f654b436240a720f25aa6061c84a3acf71fedf78544c027c1873f5de8ad_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:9de2f1d40808aa283f1cba24bb4c0a75240a1602bcd2ed86e7f3b4f3815c4af8_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:4b84738510cde9310c3ac39ad26593275c476cf397e4814289ee7b9f1707ec37_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:6e4015d0e3c292554944cb03c9cebff4f48ef3e2d8cef026aa11ca3fe9bf036d_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:7d2e92b9644ea87a63f180d5df94a90dda73877edec4382046424260749d4c8f_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:c03b89f953f3f22a57f241a78ef14cea1c463828e6c8a40f0d4d1373febd9bd9_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:41c93c132be814679f8d314ec58580184ca339fca478acc556700f57432950c6_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:ecd0d536e9d2fd3be8a6ba4fcfce28c5b7f85bd9bcba79035c0093d742fee3e8_amd64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:f073748405916c49c3c32918f7b95445dce54782b216f547da5d450190375bfb_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:f5d1f5027a5485e2432eabdee72fbf636b00e25eee3704aa37ea5b07ff6a20a1_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:37491837de2c3415489fbd8ad1d6024870c4b198f4061192b7a1a652e0db0d54_amd64",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:8fdd6f5608b742ee31926cfa9e2f7e295be4a9931d757c7693f98a7d5d4478a3_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:f67b0a900630db2210065cbf1aeab14d12a13070d8585a2e65a1d29b89529b2c_ppc64le",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:5d9dc6a193e2aca2a570ef2dbe7b745435e4434e1ac4cbf80eb1985484b9911c_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:6e165539443c883df627d1d3a067c2015ab4b8c92636f0eaa03ab704338cde84_s390x",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:e92d7d74389200c8b99a15f8ef26e6f200d1b6a3d83fd05512a561877fa711d2_ppc64le",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0a57f08a5871b21ea226a42411c422acd5e4dd01a8d2966fcfdaf538ec36145d_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:c4dd62904288ad05de37ebd4341f090abb1bdd6bd459fde2f5f8b81007c53b72_amd64",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:e7729f564d90aad4251e5d3ad4fd16c47fb7f9131b80e19783d7a8165b00edd7_ppc64le",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:ee387d969e557da7dcb01221d54e09bdc30d8a09fa0a18286c323de0b372c0a6_arm64",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:7541142b3bfc75c4b77af0c0a030af176c2950abfe184baf13661ab5cd46d0ef_ppc64le",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:7e1eb3a5aacfb9857628c5cb8c6aa3497ecbbf57fd20d2fc075bed7c46a4d374_s390x",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:a06d3da1fbd2fd8e793f5aa308ecee42d6d2c682e0dff190b3f7fc71fdf486a2_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:5181636b5baec86e70fb99c1bc85c5be3cb0f04eabec4ea1b1e641535b351254_ppc64le",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:90c0ebeaf2280e8a5cf03bf6bae52b9b54920f3584ae99babd2b51d1dd2e973d_amd64",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:9930309a4b39177c64e59e80d38b335a56707b555735cfb300a7427e884041c5_s390x",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:25b4e308664bc79e2fd2f8cb3164d0783a138a0e9c50ab7ae4e56ab2c81661ce_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:ae49eac8ca8c9d7d4f56a87e58725de23f1d1f9779a4d87dd357b09ef43e30a5_s390x",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:e1597771478a328212df8f49b02ea1a4a22a9f85ba6dbb2248a4ea8a6a5745a2_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:9bede4592dac7976c5e4eedb00f183ee1553e3f64a5a644098d32b47ae5d5c62_arm64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:cb972df19c908be774dab768adaad68e7f77e91a090268f87dd9357fda94f4e6_s390x",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:d7f7e96d499d455be312cbbe5ca3b9fdd908c0b5f32bf9084485b187d011468b_ppc64le",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:effdbb4f18db583c8502caf0c878051c45c6d375d6bd1fddb0a4dff076216200_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:1c15eb62c937ef2c21fa002547d9ffe999a462eb549485396968f91470772e14_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:36263cf26f4b46ec367fda44585e9d9b777179e39e596a2a9a6d80c16a810560_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:df2bc89fc87efd94ba809e961262574a2a6032f9dcb26149480cdd4505864a6a_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:2266033ffe27d8fdf9400cabb687b1eaa270c4413cc578742677a355bc48bb3f_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:2a5989590eb30689fdec4c533045cdc78af7fb43ec0ace8740b4903e71aa1032_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:a5712cee59edac6e8be064660ec7f8920169e728250a891d8437c9a8838f09d5_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "nodejs-ws: denial of service when handling a request with many HTTP headers"
}
]
}
RHSA-2024:6221
Vulnerability from csaf_redhat - Published: 2024-09-03 11:45 - Updated: 2026-05-31 02:29A 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 |
|---|---|---|---|
|
Builds for Red Hat OpenShift
Red Hat / Builds for Red Hat OpenShift
|
cpe:/a:redhat:openshift_builds:1.1::el9
|
— |
Vendor Fix
fix
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 |
|---|---|---|---|
|
Builds for Red Hat OpenShift
Red Hat / Builds for Red Hat OpenShift
|
cpe:/a:redhat:openshift_builds:1.1::el9
|
— |
Vendor Fix
fix
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 |
|---|---|---|---|
|
Builds for Red Hat OpenShift
Red Hat / Builds for Red Hat OpenShift
|
cpe:/a:redhat:openshift_builds:1.1::el9
|
— |
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 |
|---|---|---|---|
|
Builds for Red Hat OpenShift
Red Hat / Builds for Red Hat OpenShift
|
cpe:/a:redhat:openshift_builds:1.1::el9
|
— |
Vendor Fix
fix
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 |
|---|---|---|---|
|
Builds for Red Hat OpenShift
Red Hat / Builds for Red Hat OpenShift
|
cpe:/a:redhat:openshift_builds:1.1::el9
|
— |
Vendor Fix
fix
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 |
|---|---|---|---|
|
Builds for Red Hat OpenShift
Red Hat / Builds for Red Hat OpenShift
|
cpe:/a:redhat:openshift_builds:1.1::el9
|
— |
Vendor Fix
fix
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 |
|---|---|---|---|
|
Builds for Red Hat OpenShift
Red Hat / Builds for Red Hat OpenShift
|
cpe:/a:redhat:openshift_builds:1.1::el9
|
— |
Vendor Fix
fix
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\nCritical: Security fixes and ships the operator with a RHEL9 base.",
"title": "Topic"
},
{
"category": "general",
"text": "The release of Red Hat OpenShift Builds 1.1.0 General Availability introduces the following change:\n\n- The Builds Operator has been migrated to a RHEL 9 base.\n- The CSI driver is now integrated and shipped with the operator.\n\nSecurity fixes:\n\n* openshift-builds-controller-container: go-git: Maliciously crafted Git server replies can lead to path traversal and RCE on go-git clients (CVE-2023-49569)\n\n* openshift-builds-operator-container: golang: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS (CVE-2023-45288)\n\n* openshift-builds-waiters-container: golang: net: malformed DNS message can cause infinite loop (CVE-2024-24788)\n\n* openshift-builds-waiters-container: golang: html/template: errors returned from MarshalJSON methods may break template escaping (CVE-2024-24785)\n\n* openshift-builds-waiters-container: golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm (CVE-2024-24783)\n\n* openshift-builds-waiters-container: golang: net/http: memory exhaustion in Request.ParseMultipartForm (CVE-2023-45290) \n\n* openshift-builds-operator-container: golang-protobuf: encoding/protojson, internal/encoding/json: infinite loop in protojson.Unmarshal when unmarshaling certain forms of invalid JSON (CVE-2024-24786)\n\nFor more details about these security issues, including their impact, CVSS\nscores, acknowledgments, and other related information, refer to the CVE page\nlisted 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:6221",
"url": "https://access.redhat.com/errata/RHSA-2024:6221"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#critical",
"url": "https://access.redhat.com/security/updates/classification/#critical"
},
{
"category": "external",
"summary": "2258143",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2258143"
},
{
"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": "2268046",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268046"
},
{
"category": "external",
"summary": "2268273",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268273"
},
{
"category": "external",
"summary": "2279814",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2279814"
},
{
"category": "external",
"summary": "BUILD-993",
"url": "https://issues.redhat.com/browse/BUILD-993"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_6221.json"
}
],
"title": "Red Hat Security Advisory: The Red Hat OpenShift Builds 1.1.0 General Availability",
"tracking": {
"current_release_date": "2026-05-31T02:29:32+00:00",
"generator": {
"date": "2026-05-31T02:29:32+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2024:6221",
"initial_release_date": "2024-09-03T11:45:04+00:00",
"revision_history": [
{
"date": "2024-09-03T11:45:04+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-09-03T11:45:04+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-31T02:29:32+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",
"product": {
"name": "Builds for Red Hat OpenShift",
"product_id": "Builds for Red Hat OpenShift",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_builds:1.1::el9"
}
}
}
],
"category": "product_family",
"name": "Builds for Red Hat OpenShift"
}
],
"category": "vendor",
"name": "Red Hat"
}
]
},
"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",
"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"
]
},
"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-09-03T11:45:04+00:00",
"details": "Red Hat OpenShift Builds Release",
"product_ids": [
"Builds for Red Hat OpenShift"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:6221"
},
{
"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"
]
}
],
"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"
]
}
],
"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",
"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"
]
},
"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-09-03T11:45:04+00:00",
"details": "Red Hat OpenShift Builds Release",
"product_ids": [
"Builds for Red Hat OpenShift"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:6221"
},
{
"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"
]
}
],
"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"
]
}
],
"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",
"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"
]
},
"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-09-03T11:45:04+00:00",
"details": "Red Hat OpenShift Builds Release",
"product_ids": [
"Builds for Red Hat OpenShift"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:6221"
},
{
"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"
]
}
],
"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"
]
}
],
"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",
"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"
]
},
"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-03T11:45:04+00:00",
"details": "Red Hat OpenShift Builds Release",
"product_ids": [
"Builds for Red Hat OpenShift"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:6221"
},
{
"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"
]
}
],
"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"
]
}
],
"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": [
"Builds for Red Hat OpenShift"
]
},
"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-09-03T11:45:04+00:00",
"details": "Red Hat OpenShift Builds Release",
"product_ids": [
"Builds for Red Hat OpenShift"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:6221"
},
{
"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"
]
}
],
"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"
]
}
],
"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",
"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"
]
},
"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-09-03T11:45:04+00:00",
"details": "Red Hat OpenShift Builds Release",
"product_ids": [
"Builds for Red Hat OpenShift"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:6221"
},
{
"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"
]
}
],
"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"
]
}
],
"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",
"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"
]
},
"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-09-03T11:45:04+00:00",
"details": "Red Hat OpenShift Builds Release",
"product_ids": [
"Builds for Red Hat OpenShift"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:6221"
},
{
"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"
]
}
],
"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"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net: malformed DNS message can cause infinite loop"
}
]
}
RHSA-2024:6341
Vulnerability from csaf_redhat - Published: 2024-10-23 00:30 - Updated: 2026-04-30 16:24A 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: 9Base-KDO-5.1:kube-descheduler-operator/descheduler-rhel9@sha256:2e4cc0f9ff5669093baaa4a3449b10dfcf8540ca4121ecf2834a1ec9c21e1ad2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-KDO-5.1:kube-descheduler-operator/descheduler-rhel9@sha256:344d4e941bb5cdefb248a8bb7e0157ed9ee40124398cbbf6248f0bc92adb8b1a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-KDO-5.1:kube-descheduler-operator/descheduler-rhel9@sha256:619c646df5bb9ba4af1db5456bb14761e73b04c0b55438db0356e398e7b02444_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-KDO-5.1:kube-descheduler-operator/descheduler-rhel9@sha256:c8a57d66488a67e545ca81c7db7f25dd0692f0287ea0016d077d99f801c12c5e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:3403a591e6685c475fec7b3db90fd5a50408ab77813c208f86f805366a947cf8_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:879d7b8d0b6af1738ff891966523122cdfdbf2bc4f4ff137a0eaec0e49651c35_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:a47ac5afe80a3abcd8f954b5ded6f5bbb636135118f2e8584eeb2b247a82b774_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:d8ccfec899fbd543a076c28bce386e9ec764bada413350ae53132863ebddaa71_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:08e3579810c8a63e2b118d3a91712d984da7032968219421a13765daa07d63bb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:85efee7f79f949e9db9f53c28ecbf17ead766c5ac2b015d11d3075f8d16d0985_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:87c28d82c8b95be81b122d18ae05104c262a636bce5e6656b7d553b9dafb080a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:9649e854a0c82f349a8184c48211268f979e6a4b4c795f889335c9e02cfb9c61_ppc64le | — |
Vendor Fix
fix
Workaround
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-KDO-5.1:kube-descheduler-operator/descheduler-rhel9@sha256:2e4cc0f9ff5669093baaa4a3449b10dfcf8540ca4121ecf2834a1ec9c21e1ad2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-KDO-5.1:kube-descheduler-operator/descheduler-rhel9@sha256:344d4e941bb5cdefb248a8bb7e0157ed9ee40124398cbbf6248f0bc92adb8b1a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-KDO-5.1:kube-descheduler-operator/descheduler-rhel9@sha256:619c646df5bb9ba4af1db5456bb14761e73b04c0b55438db0356e398e7b02444_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-KDO-5.1:kube-descheduler-operator/descheduler-rhel9@sha256:c8a57d66488a67e545ca81c7db7f25dd0692f0287ea0016d077d99f801c12c5e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:3403a591e6685c475fec7b3db90fd5a50408ab77813c208f86f805366a947cf8_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:879d7b8d0b6af1738ff891966523122cdfdbf2bc4f4ff137a0eaec0e49651c35_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:a47ac5afe80a3abcd8f954b5ded6f5bbb636135118f2e8584eeb2b247a82b774_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:d8ccfec899fbd543a076c28bce386e9ec764bada413350ae53132863ebddaa71_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:08e3579810c8a63e2b118d3a91712d984da7032968219421a13765daa07d63bb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:85efee7f79f949e9db9f53c28ecbf17ead766c5ac2b015d11d3075f8d16d0985_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:87c28d82c8b95be81b122d18ae05104c262a636bce5e6656b7d553b9dafb080a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:9649e854a0c82f349a8184c48211268f979e6a4b4c795f889335c9e02cfb9c61_ppc64le | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Go. The net/http module mishandles specific server responses from HTTP/1.1 client requests. This issue may render a connection invalid and cause a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-KDO-5.1:kube-descheduler-operator/descheduler-rhel9@sha256:2e4cc0f9ff5669093baaa4a3449b10dfcf8540ca4121ecf2834a1ec9c21e1ad2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-KDO-5.1:kube-descheduler-operator/descheduler-rhel9@sha256:344d4e941bb5cdefb248a8bb7e0157ed9ee40124398cbbf6248f0bc92adb8b1a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-KDO-5.1:kube-descheduler-operator/descheduler-rhel9@sha256:619c646df5bb9ba4af1db5456bb14761e73b04c0b55438db0356e398e7b02444_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-KDO-5.1:kube-descheduler-operator/descheduler-rhel9@sha256:c8a57d66488a67e545ca81c7db7f25dd0692f0287ea0016d077d99f801c12c5e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:3403a591e6685c475fec7b3db90fd5a50408ab77813c208f86f805366a947cf8_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:879d7b8d0b6af1738ff891966523122cdfdbf2bc4f4ff137a0eaec0e49651c35_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:a47ac5afe80a3abcd8f954b5ded6f5bbb636135118f2e8584eeb2b247a82b774_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:d8ccfec899fbd543a076c28bce386e9ec764bada413350ae53132863ebddaa71_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:08e3579810c8a63e2b118d3a91712d984da7032968219421a13765daa07d63bb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:85efee7f79f949e9db9f53c28ecbf17ead766c5ac2b015d11d3075f8d16d0985_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:87c28d82c8b95be81b122d18ae05104c262a636bce5e6656b7d553b9dafb080a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:9649e854a0c82f349a8184c48211268f979e6a4b4c795f889335c9e02cfb9c61_ppc64le | — |
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": "Kube Descheduler Operator for Red Hat OpenShift 5.1.0 for RHEL 9",
"title": "Topic"
},
{
"category": "general",
"text": "The Kube Descheduler Operator for Red Hat OpenShift is an optional\noperator that deploys the descheduler, which is responsible for\nevicting pods based on certain strategies.\n\nSecurity Fix(es):\n\n* golang: net: malformed DNS message can cause infinite loop (CVE-2024-24788)\n* golang: net/netip: Unexpected behavior from Is methods for IPv4-mapped IPv6 addresses (CVE-2024-24790)\n* net/http: Denial of service due to improper 100-continue handling in net/http (CVE-2024-24791)",
"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:6341",
"url": "https://access.redhat.com/errata/RHSA-2024:6341"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2279814",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2279814"
},
{
"category": "external",
"summary": "2292787",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292787"
},
{
"category": "external",
"summary": "2295310",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2295310"
},
{
"category": "external",
"summary": "OCPBUGS-11891",
"url": "https://issues.redhat.com/browse/OCPBUGS-11891"
},
{
"category": "external",
"summary": "OCPBUGS-41860",
"url": "https://issues.redhat.com/browse/OCPBUGS-41860"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_6341.json"
}
],
"title": "Red Hat Security Advisory: Kube Descheduler Operator for Red Hat OpenShift 5.1.0 for RHEL 9",
"tracking": {
"current_release_date": "2026-04-30T16:24:05+00:00",
"generator": {
"date": "2026-04-30T16:24:05+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.7"
}
},
"id": "RHSA-2024:6341",
"initial_release_date": "2024-10-23T00:30:26+00:00",
"revision_history": [
{
"date": "2024-10-23T00:30:26+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-10-23T00:30:26+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-30T16:24:05+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "KDO 5.1 for RHEL 9",
"product": {
"name": "KDO 5.1 for RHEL 9",
"product_id": "9Base-KDO-5.1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:kube_descheduler_operator:5.1::el9"
}
}
}
],
"category": "product_family",
"name": "Kube Descheduler Operator"
},
{
"branches": [
{
"category": "product_version",
"name": "kube-descheduler-operator/descheduler-rhel9@sha256:619c646df5bb9ba4af1db5456bb14761e73b04c0b55438db0356e398e7b02444_ppc64le",
"product": {
"name": "kube-descheduler-operator/descheduler-rhel9@sha256:619c646df5bb9ba4af1db5456bb14761e73b04c0b55438db0356e398e7b02444_ppc64le",
"product_id": "kube-descheduler-operator/descheduler-rhel9@sha256:619c646df5bb9ba4af1db5456bb14761e73b04c0b55438db0356e398e7b02444_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/descheduler-rhel9@sha256:619c646df5bb9ba4af1db5456bb14761e73b04c0b55438db0356e398e7b02444?arch=ppc64le\u0026repository_url=registry.redhat.io/kube-descheduler-operator/descheduler-rhel9\u0026tag=v5.1-17"
}
}
},
{
"category": "product_version",
"name": "kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:879d7b8d0b6af1738ff891966523122cdfdbf2bc4f4ff137a0eaec0e49651c35_ppc64le",
"product": {
"name": "kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:879d7b8d0b6af1738ff891966523122cdfdbf2bc4f4ff137a0eaec0e49651c35_ppc64le",
"product_id": "kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:879d7b8d0b6af1738ff891966523122cdfdbf2bc4f4ff137a0eaec0e49651c35_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-descheduler-operator-bundle@sha256:879d7b8d0b6af1738ff891966523122cdfdbf2bc4f4ff137a0eaec0e49651c35?arch=ppc64le\u0026repository_url=registry.redhat.io/kube-descheduler-operator/kube-descheduler-operator-bundle\u0026tag=v5.1-16"
}
}
},
{
"category": "product_version",
"name": "kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:9649e854a0c82f349a8184c48211268f979e6a4b4c795f889335c9e02cfb9c61_ppc64le",
"product": {
"name": "kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:9649e854a0c82f349a8184c48211268f979e6a4b4c795f889335c9e02cfb9c61_ppc64le",
"product_id": "kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:9649e854a0c82f349a8184c48211268f979e6a4b4c795f889335c9e02cfb9c61_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-descheduler-rhel9-operator@sha256:9649e854a0c82f349a8184c48211268f979e6a4b4c795f889335c9e02cfb9c61?arch=ppc64le\u0026repository_url=registry.redhat.io/kube-descheduler-operator/kube-descheduler-rhel9-operator\u0026tag=v5.1-17"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "kube-descheduler-operator/descheduler-rhel9@sha256:c8a57d66488a67e545ca81c7db7f25dd0692f0287ea0016d077d99f801c12c5e_arm64",
"product": {
"name": "kube-descheduler-operator/descheduler-rhel9@sha256:c8a57d66488a67e545ca81c7db7f25dd0692f0287ea0016d077d99f801c12c5e_arm64",
"product_id": "kube-descheduler-operator/descheduler-rhel9@sha256:c8a57d66488a67e545ca81c7db7f25dd0692f0287ea0016d077d99f801c12c5e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/descheduler-rhel9@sha256:c8a57d66488a67e545ca81c7db7f25dd0692f0287ea0016d077d99f801c12c5e?arch=arm64\u0026repository_url=registry.redhat.io/kube-descheduler-operator/descheduler-rhel9\u0026tag=v5.1-17"
}
}
},
{
"category": "product_version",
"name": "kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:3403a591e6685c475fec7b3db90fd5a50408ab77813c208f86f805366a947cf8_arm64",
"product": {
"name": "kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:3403a591e6685c475fec7b3db90fd5a50408ab77813c208f86f805366a947cf8_arm64",
"product_id": "kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:3403a591e6685c475fec7b3db90fd5a50408ab77813c208f86f805366a947cf8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-descheduler-operator-bundle@sha256:3403a591e6685c475fec7b3db90fd5a50408ab77813c208f86f805366a947cf8?arch=arm64\u0026repository_url=registry.redhat.io/kube-descheduler-operator/kube-descheduler-operator-bundle\u0026tag=v5.1-16"
}
}
},
{
"category": "product_version",
"name": "kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:85efee7f79f949e9db9f53c28ecbf17ead766c5ac2b015d11d3075f8d16d0985_arm64",
"product": {
"name": "kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:85efee7f79f949e9db9f53c28ecbf17ead766c5ac2b015d11d3075f8d16d0985_arm64",
"product_id": "kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:85efee7f79f949e9db9f53c28ecbf17ead766c5ac2b015d11d3075f8d16d0985_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-descheduler-rhel9-operator@sha256:85efee7f79f949e9db9f53c28ecbf17ead766c5ac2b015d11d3075f8d16d0985?arch=arm64\u0026repository_url=registry.redhat.io/kube-descheduler-operator/kube-descheduler-rhel9-operator\u0026tag=v5.1-17"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "kube-descheduler-operator/descheduler-rhel9@sha256:2e4cc0f9ff5669093baaa4a3449b10dfcf8540ca4121ecf2834a1ec9c21e1ad2_s390x",
"product": {
"name": "kube-descheduler-operator/descheduler-rhel9@sha256:2e4cc0f9ff5669093baaa4a3449b10dfcf8540ca4121ecf2834a1ec9c21e1ad2_s390x",
"product_id": "kube-descheduler-operator/descheduler-rhel9@sha256:2e4cc0f9ff5669093baaa4a3449b10dfcf8540ca4121ecf2834a1ec9c21e1ad2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/descheduler-rhel9@sha256:2e4cc0f9ff5669093baaa4a3449b10dfcf8540ca4121ecf2834a1ec9c21e1ad2?arch=s390x\u0026repository_url=registry.redhat.io/kube-descheduler-operator/descheduler-rhel9\u0026tag=v5.1-17"
}
}
},
{
"category": "product_version",
"name": "kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:a47ac5afe80a3abcd8f954b5ded6f5bbb636135118f2e8584eeb2b247a82b774_s390x",
"product": {
"name": "kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:a47ac5afe80a3abcd8f954b5ded6f5bbb636135118f2e8584eeb2b247a82b774_s390x",
"product_id": "kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:a47ac5afe80a3abcd8f954b5ded6f5bbb636135118f2e8584eeb2b247a82b774_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-descheduler-operator-bundle@sha256:a47ac5afe80a3abcd8f954b5ded6f5bbb636135118f2e8584eeb2b247a82b774?arch=s390x\u0026repository_url=registry.redhat.io/kube-descheduler-operator/kube-descheduler-operator-bundle\u0026tag=v5.1-16"
}
}
},
{
"category": "product_version",
"name": "kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:08e3579810c8a63e2b118d3a91712d984da7032968219421a13765daa07d63bb_s390x",
"product": {
"name": "kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:08e3579810c8a63e2b118d3a91712d984da7032968219421a13765daa07d63bb_s390x",
"product_id": "kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:08e3579810c8a63e2b118d3a91712d984da7032968219421a13765daa07d63bb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-descheduler-rhel9-operator@sha256:08e3579810c8a63e2b118d3a91712d984da7032968219421a13765daa07d63bb?arch=s390x\u0026repository_url=registry.redhat.io/kube-descheduler-operator/kube-descheduler-rhel9-operator\u0026tag=v5.1-17"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "kube-descheduler-operator/descheduler-rhel9@sha256:344d4e941bb5cdefb248a8bb7e0157ed9ee40124398cbbf6248f0bc92adb8b1a_amd64",
"product": {
"name": "kube-descheduler-operator/descheduler-rhel9@sha256:344d4e941bb5cdefb248a8bb7e0157ed9ee40124398cbbf6248f0bc92adb8b1a_amd64",
"product_id": "kube-descheduler-operator/descheduler-rhel9@sha256:344d4e941bb5cdefb248a8bb7e0157ed9ee40124398cbbf6248f0bc92adb8b1a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/descheduler-rhel9@sha256:344d4e941bb5cdefb248a8bb7e0157ed9ee40124398cbbf6248f0bc92adb8b1a?arch=amd64\u0026repository_url=registry.redhat.io/kube-descheduler-operator/descheduler-rhel9\u0026tag=v5.1-17"
}
}
},
{
"category": "product_version",
"name": "kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:d8ccfec899fbd543a076c28bce386e9ec764bada413350ae53132863ebddaa71_amd64",
"product": {
"name": "kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:d8ccfec899fbd543a076c28bce386e9ec764bada413350ae53132863ebddaa71_amd64",
"product_id": "kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:d8ccfec899fbd543a076c28bce386e9ec764bada413350ae53132863ebddaa71_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-descheduler-operator-bundle@sha256:d8ccfec899fbd543a076c28bce386e9ec764bada413350ae53132863ebddaa71?arch=amd64\u0026repository_url=registry.redhat.io/kube-descheduler-operator/kube-descheduler-operator-bundle\u0026tag=v5.1-16"
}
}
},
{
"category": "product_version",
"name": "kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:87c28d82c8b95be81b122d18ae05104c262a636bce5e6656b7d553b9dafb080a_amd64",
"product": {
"name": "kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:87c28d82c8b95be81b122d18ae05104c262a636bce5e6656b7d553b9dafb080a_amd64",
"product_id": "kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:87c28d82c8b95be81b122d18ae05104c262a636bce5e6656b7d553b9dafb080a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-descheduler-rhel9-operator@sha256:87c28d82c8b95be81b122d18ae05104c262a636bce5e6656b7d553b9dafb080a?arch=amd64\u0026repository_url=registry.redhat.io/kube-descheduler-operator/kube-descheduler-rhel9-operator\u0026tag=v5.1-17"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "kube-descheduler-operator/descheduler-rhel9@sha256:2e4cc0f9ff5669093baaa4a3449b10dfcf8540ca4121ecf2834a1ec9c21e1ad2_s390x as a component of KDO 5.1 for RHEL 9",
"product_id": "9Base-KDO-5.1:kube-descheduler-operator/descheduler-rhel9@sha256:2e4cc0f9ff5669093baaa4a3449b10dfcf8540ca4121ecf2834a1ec9c21e1ad2_s390x"
},
"product_reference": "kube-descheduler-operator/descheduler-rhel9@sha256:2e4cc0f9ff5669093baaa4a3449b10dfcf8540ca4121ecf2834a1ec9c21e1ad2_s390x",
"relates_to_product_reference": "9Base-KDO-5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kube-descheduler-operator/descheduler-rhel9@sha256:344d4e941bb5cdefb248a8bb7e0157ed9ee40124398cbbf6248f0bc92adb8b1a_amd64 as a component of KDO 5.1 for RHEL 9",
"product_id": "9Base-KDO-5.1:kube-descheduler-operator/descheduler-rhel9@sha256:344d4e941bb5cdefb248a8bb7e0157ed9ee40124398cbbf6248f0bc92adb8b1a_amd64"
},
"product_reference": "kube-descheduler-operator/descheduler-rhel9@sha256:344d4e941bb5cdefb248a8bb7e0157ed9ee40124398cbbf6248f0bc92adb8b1a_amd64",
"relates_to_product_reference": "9Base-KDO-5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kube-descheduler-operator/descheduler-rhel9@sha256:619c646df5bb9ba4af1db5456bb14761e73b04c0b55438db0356e398e7b02444_ppc64le as a component of KDO 5.1 for RHEL 9",
"product_id": "9Base-KDO-5.1:kube-descheduler-operator/descheduler-rhel9@sha256:619c646df5bb9ba4af1db5456bb14761e73b04c0b55438db0356e398e7b02444_ppc64le"
},
"product_reference": "kube-descheduler-operator/descheduler-rhel9@sha256:619c646df5bb9ba4af1db5456bb14761e73b04c0b55438db0356e398e7b02444_ppc64le",
"relates_to_product_reference": "9Base-KDO-5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kube-descheduler-operator/descheduler-rhel9@sha256:c8a57d66488a67e545ca81c7db7f25dd0692f0287ea0016d077d99f801c12c5e_arm64 as a component of KDO 5.1 for RHEL 9",
"product_id": "9Base-KDO-5.1:kube-descheduler-operator/descheduler-rhel9@sha256:c8a57d66488a67e545ca81c7db7f25dd0692f0287ea0016d077d99f801c12c5e_arm64"
},
"product_reference": "kube-descheduler-operator/descheduler-rhel9@sha256:c8a57d66488a67e545ca81c7db7f25dd0692f0287ea0016d077d99f801c12c5e_arm64",
"relates_to_product_reference": "9Base-KDO-5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:3403a591e6685c475fec7b3db90fd5a50408ab77813c208f86f805366a947cf8_arm64 as a component of KDO 5.1 for RHEL 9",
"product_id": "9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:3403a591e6685c475fec7b3db90fd5a50408ab77813c208f86f805366a947cf8_arm64"
},
"product_reference": "kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:3403a591e6685c475fec7b3db90fd5a50408ab77813c208f86f805366a947cf8_arm64",
"relates_to_product_reference": "9Base-KDO-5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:879d7b8d0b6af1738ff891966523122cdfdbf2bc4f4ff137a0eaec0e49651c35_ppc64le as a component of KDO 5.1 for RHEL 9",
"product_id": "9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:879d7b8d0b6af1738ff891966523122cdfdbf2bc4f4ff137a0eaec0e49651c35_ppc64le"
},
"product_reference": "kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:879d7b8d0b6af1738ff891966523122cdfdbf2bc4f4ff137a0eaec0e49651c35_ppc64le",
"relates_to_product_reference": "9Base-KDO-5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:a47ac5afe80a3abcd8f954b5ded6f5bbb636135118f2e8584eeb2b247a82b774_s390x as a component of KDO 5.1 for RHEL 9",
"product_id": "9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:a47ac5afe80a3abcd8f954b5ded6f5bbb636135118f2e8584eeb2b247a82b774_s390x"
},
"product_reference": "kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:a47ac5afe80a3abcd8f954b5ded6f5bbb636135118f2e8584eeb2b247a82b774_s390x",
"relates_to_product_reference": "9Base-KDO-5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:d8ccfec899fbd543a076c28bce386e9ec764bada413350ae53132863ebddaa71_amd64 as a component of KDO 5.1 for RHEL 9",
"product_id": "9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:d8ccfec899fbd543a076c28bce386e9ec764bada413350ae53132863ebddaa71_amd64"
},
"product_reference": "kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:d8ccfec899fbd543a076c28bce386e9ec764bada413350ae53132863ebddaa71_amd64",
"relates_to_product_reference": "9Base-KDO-5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:08e3579810c8a63e2b118d3a91712d984da7032968219421a13765daa07d63bb_s390x as a component of KDO 5.1 for RHEL 9",
"product_id": "9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:08e3579810c8a63e2b118d3a91712d984da7032968219421a13765daa07d63bb_s390x"
},
"product_reference": "kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:08e3579810c8a63e2b118d3a91712d984da7032968219421a13765daa07d63bb_s390x",
"relates_to_product_reference": "9Base-KDO-5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:85efee7f79f949e9db9f53c28ecbf17ead766c5ac2b015d11d3075f8d16d0985_arm64 as a component of KDO 5.1 for RHEL 9",
"product_id": "9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:85efee7f79f949e9db9f53c28ecbf17ead766c5ac2b015d11d3075f8d16d0985_arm64"
},
"product_reference": "kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:85efee7f79f949e9db9f53c28ecbf17ead766c5ac2b015d11d3075f8d16d0985_arm64",
"relates_to_product_reference": "9Base-KDO-5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:87c28d82c8b95be81b122d18ae05104c262a636bce5e6656b7d553b9dafb080a_amd64 as a component of KDO 5.1 for RHEL 9",
"product_id": "9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:87c28d82c8b95be81b122d18ae05104c262a636bce5e6656b7d553b9dafb080a_amd64"
},
"product_reference": "kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:87c28d82c8b95be81b122d18ae05104c262a636bce5e6656b7d553b9dafb080a_amd64",
"relates_to_product_reference": "9Base-KDO-5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:9649e854a0c82f349a8184c48211268f979e6a4b4c795f889335c9e02cfb9c61_ppc64le as a component of KDO 5.1 for RHEL 9",
"product_id": "9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:9649e854a0c82f349a8184c48211268f979e6a4b4c795f889335c9e02cfb9c61_ppc64le"
},
"product_reference": "kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:9649e854a0c82f349a8184c48211268f979e6a4b4c795f889335c9e02cfb9c61_ppc64le",
"relates_to_product_reference": "9Base-KDO-5.1"
}
]
},
"vulnerabilities": [
{
"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",
"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": [
"9Base-KDO-5.1:kube-descheduler-operator/descheduler-rhel9@sha256:2e4cc0f9ff5669093baaa4a3449b10dfcf8540ca4121ecf2834a1ec9c21e1ad2_s390x",
"9Base-KDO-5.1:kube-descheduler-operator/descheduler-rhel9@sha256:344d4e941bb5cdefb248a8bb7e0157ed9ee40124398cbbf6248f0bc92adb8b1a_amd64",
"9Base-KDO-5.1:kube-descheduler-operator/descheduler-rhel9@sha256:619c646df5bb9ba4af1db5456bb14761e73b04c0b55438db0356e398e7b02444_ppc64le",
"9Base-KDO-5.1:kube-descheduler-operator/descheduler-rhel9@sha256:c8a57d66488a67e545ca81c7db7f25dd0692f0287ea0016d077d99f801c12c5e_arm64",
"9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:3403a591e6685c475fec7b3db90fd5a50408ab77813c208f86f805366a947cf8_arm64",
"9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:879d7b8d0b6af1738ff891966523122cdfdbf2bc4f4ff137a0eaec0e49651c35_ppc64le",
"9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:a47ac5afe80a3abcd8f954b5ded6f5bbb636135118f2e8584eeb2b247a82b774_s390x",
"9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:d8ccfec899fbd543a076c28bce386e9ec764bada413350ae53132863ebddaa71_amd64",
"9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:08e3579810c8a63e2b118d3a91712d984da7032968219421a13765daa07d63bb_s390x",
"9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:85efee7f79f949e9db9f53c28ecbf17ead766c5ac2b015d11d3075f8d16d0985_arm64",
"9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:87c28d82c8b95be81b122d18ae05104c262a636bce5e6656b7d553b9dafb080a_amd64",
"9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:9649e854a0c82f349a8184c48211268f979e6a4b4c795f889335c9e02cfb9c61_ppc64le"
]
},
"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-10-23T00:30:26+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.",
"product_ids": [
"9Base-KDO-5.1:kube-descheduler-operator/descheduler-rhel9@sha256:2e4cc0f9ff5669093baaa4a3449b10dfcf8540ca4121ecf2834a1ec9c21e1ad2_s390x",
"9Base-KDO-5.1:kube-descheduler-operator/descheduler-rhel9@sha256:344d4e941bb5cdefb248a8bb7e0157ed9ee40124398cbbf6248f0bc92adb8b1a_amd64",
"9Base-KDO-5.1:kube-descheduler-operator/descheduler-rhel9@sha256:619c646df5bb9ba4af1db5456bb14761e73b04c0b55438db0356e398e7b02444_ppc64le",
"9Base-KDO-5.1:kube-descheduler-operator/descheduler-rhel9@sha256:c8a57d66488a67e545ca81c7db7f25dd0692f0287ea0016d077d99f801c12c5e_arm64",
"9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:3403a591e6685c475fec7b3db90fd5a50408ab77813c208f86f805366a947cf8_arm64",
"9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:879d7b8d0b6af1738ff891966523122cdfdbf2bc4f4ff137a0eaec0e49651c35_ppc64le",
"9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:a47ac5afe80a3abcd8f954b5ded6f5bbb636135118f2e8584eeb2b247a82b774_s390x",
"9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:d8ccfec899fbd543a076c28bce386e9ec764bada413350ae53132863ebddaa71_amd64",
"9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:08e3579810c8a63e2b118d3a91712d984da7032968219421a13765daa07d63bb_s390x",
"9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:85efee7f79f949e9db9f53c28ecbf17ead766c5ac2b015d11d3075f8d16d0985_arm64",
"9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:87c28d82c8b95be81b122d18ae05104c262a636bce5e6656b7d553b9dafb080a_amd64",
"9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:9649e854a0c82f349a8184c48211268f979e6a4b4c795f889335c9e02cfb9c61_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:6341"
},
{
"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-KDO-5.1:kube-descheduler-operator/descheduler-rhel9@sha256:2e4cc0f9ff5669093baaa4a3449b10dfcf8540ca4121ecf2834a1ec9c21e1ad2_s390x",
"9Base-KDO-5.1:kube-descheduler-operator/descheduler-rhel9@sha256:344d4e941bb5cdefb248a8bb7e0157ed9ee40124398cbbf6248f0bc92adb8b1a_amd64",
"9Base-KDO-5.1:kube-descheduler-operator/descheduler-rhel9@sha256:619c646df5bb9ba4af1db5456bb14761e73b04c0b55438db0356e398e7b02444_ppc64le",
"9Base-KDO-5.1:kube-descheduler-operator/descheduler-rhel9@sha256:c8a57d66488a67e545ca81c7db7f25dd0692f0287ea0016d077d99f801c12c5e_arm64",
"9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:3403a591e6685c475fec7b3db90fd5a50408ab77813c208f86f805366a947cf8_arm64",
"9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:879d7b8d0b6af1738ff891966523122cdfdbf2bc4f4ff137a0eaec0e49651c35_ppc64le",
"9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:a47ac5afe80a3abcd8f954b5ded6f5bbb636135118f2e8584eeb2b247a82b774_s390x",
"9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:d8ccfec899fbd543a076c28bce386e9ec764bada413350ae53132863ebddaa71_amd64",
"9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:08e3579810c8a63e2b118d3a91712d984da7032968219421a13765daa07d63bb_s390x",
"9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:85efee7f79f949e9db9f53c28ecbf17ead766c5ac2b015d11d3075f8d16d0985_arm64",
"9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:87c28d82c8b95be81b122d18ae05104c262a636bce5e6656b7d553b9dafb080a_amd64",
"9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:9649e854a0c82f349a8184c48211268f979e6a4b4c795f889335c9e02cfb9c61_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-KDO-5.1:kube-descheduler-operator/descheduler-rhel9@sha256:2e4cc0f9ff5669093baaa4a3449b10dfcf8540ca4121ecf2834a1ec9c21e1ad2_s390x",
"9Base-KDO-5.1:kube-descheduler-operator/descheduler-rhel9@sha256:344d4e941bb5cdefb248a8bb7e0157ed9ee40124398cbbf6248f0bc92adb8b1a_amd64",
"9Base-KDO-5.1:kube-descheduler-operator/descheduler-rhel9@sha256:619c646df5bb9ba4af1db5456bb14761e73b04c0b55438db0356e398e7b02444_ppc64le",
"9Base-KDO-5.1:kube-descheduler-operator/descheduler-rhel9@sha256:c8a57d66488a67e545ca81c7db7f25dd0692f0287ea0016d077d99f801c12c5e_arm64",
"9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:3403a591e6685c475fec7b3db90fd5a50408ab77813c208f86f805366a947cf8_arm64",
"9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:879d7b8d0b6af1738ff891966523122cdfdbf2bc4f4ff137a0eaec0e49651c35_ppc64le",
"9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:a47ac5afe80a3abcd8f954b5ded6f5bbb636135118f2e8584eeb2b247a82b774_s390x",
"9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:d8ccfec899fbd543a076c28bce386e9ec764bada413350ae53132863ebddaa71_amd64",
"9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:08e3579810c8a63e2b118d3a91712d984da7032968219421a13765daa07d63bb_s390x",
"9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:85efee7f79f949e9db9f53c28ecbf17ead766c5ac2b015d11d3075f8d16d0985_arm64",
"9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:87c28d82c8b95be81b122d18ae05104c262a636bce5e6656b7d553b9dafb080a_amd64",
"9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:9649e854a0c82f349a8184c48211268f979e6a4b4c795f889335c9e02cfb9c61_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net: malformed DNS message can cause infinite loop"
},
{
"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": [
"9Base-KDO-5.1:kube-descheduler-operator/descheduler-rhel9@sha256:2e4cc0f9ff5669093baaa4a3449b10dfcf8540ca4121ecf2834a1ec9c21e1ad2_s390x",
"9Base-KDO-5.1:kube-descheduler-operator/descheduler-rhel9@sha256:344d4e941bb5cdefb248a8bb7e0157ed9ee40124398cbbf6248f0bc92adb8b1a_amd64",
"9Base-KDO-5.1:kube-descheduler-operator/descheduler-rhel9@sha256:619c646df5bb9ba4af1db5456bb14761e73b04c0b55438db0356e398e7b02444_ppc64le",
"9Base-KDO-5.1:kube-descheduler-operator/descheduler-rhel9@sha256:c8a57d66488a67e545ca81c7db7f25dd0692f0287ea0016d077d99f801c12c5e_arm64",
"9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:3403a591e6685c475fec7b3db90fd5a50408ab77813c208f86f805366a947cf8_arm64",
"9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:879d7b8d0b6af1738ff891966523122cdfdbf2bc4f4ff137a0eaec0e49651c35_ppc64le",
"9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:a47ac5afe80a3abcd8f954b5ded6f5bbb636135118f2e8584eeb2b247a82b774_s390x",
"9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:d8ccfec899fbd543a076c28bce386e9ec764bada413350ae53132863ebddaa71_amd64",
"9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:08e3579810c8a63e2b118d3a91712d984da7032968219421a13765daa07d63bb_s390x",
"9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:85efee7f79f949e9db9f53c28ecbf17ead766c5ac2b015d11d3075f8d16d0985_arm64",
"9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:87c28d82c8b95be81b122d18ae05104c262a636bce5e6656b7d553b9dafb080a_amd64",
"9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:9649e854a0c82f349a8184c48211268f979e6a4b4c795f889335c9e02cfb9c61_ppc64le"
]
},
"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-10-23T00:30:26+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.",
"product_ids": [
"9Base-KDO-5.1:kube-descheduler-operator/descheduler-rhel9@sha256:2e4cc0f9ff5669093baaa4a3449b10dfcf8540ca4121ecf2834a1ec9c21e1ad2_s390x",
"9Base-KDO-5.1:kube-descheduler-operator/descheduler-rhel9@sha256:344d4e941bb5cdefb248a8bb7e0157ed9ee40124398cbbf6248f0bc92adb8b1a_amd64",
"9Base-KDO-5.1:kube-descheduler-operator/descheduler-rhel9@sha256:619c646df5bb9ba4af1db5456bb14761e73b04c0b55438db0356e398e7b02444_ppc64le",
"9Base-KDO-5.1:kube-descheduler-operator/descheduler-rhel9@sha256:c8a57d66488a67e545ca81c7db7f25dd0692f0287ea0016d077d99f801c12c5e_arm64",
"9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:3403a591e6685c475fec7b3db90fd5a50408ab77813c208f86f805366a947cf8_arm64",
"9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:879d7b8d0b6af1738ff891966523122cdfdbf2bc4f4ff137a0eaec0e49651c35_ppc64le",
"9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:a47ac5afe80a3abcd8f954b5ded6f5bbb636135118f2e8584eeb2b247a82b774_s390x",
"9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:d8ccfec899fbd543a076c28bce386e9ec764bada413350ae53132863ebddaa71_amd64",
"9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:08e3579810c8a63e2b118d3a91712d984da7032968219421a13765daa07d63bb_s390x",
"9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:85efee7f79f949e9db9f53c28ecbf17ead766c5ac2b015d11d3075f8d16d0985_arm64",
"9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:87c28d82c8b95be81b122d18ae05104c262a636bce5e6656b7d553b9dafb080a_amd64",
"9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:9649e854a0c82f349a8184c48211268f979e6a4b4c795f889335c9e02cfb9c61_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:6341"
},
{
"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-KDO-5.1:kube-descheduler-operator/descheduler-rhel9@sha256:2e4cc0f9ff5669093baaa4a3449b10dfcf8540ca4121ecf2834a1ec9c21e1ad2_s390x",
"9Base-KDO-5.1:kube-descheduler-operator/descheduler-rhel9@sha256:344d4e941bb5cdefb248a8bb7e0157ed9ee40124398cbbf6248f0bc92adb8b1a_amd64",
"9Base-KDO-5.1:kube-descheduler-operator/descheduler-rhel9@sha256:619c646df5bb9ba4af1db5456bb14761e73b04c0b55438db0356e398e7b02444_ppc64le",
"9Base-KDO-5.1:kube-descheduler-operator/descheduler-rhel9@sha256:c8a57d66488a67e545ca81c7db7f25dd0692f0287ea0016d077d99f801c12c5e_arm64",
"9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:3403a591e6685c475fec7b3db90fd5a50408ab77813c208f86f805366a947cf8_arm64",
"9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:879d7b8d0b6af1738ff891966523122cdfdbf2bc4f4ff137a0eaec0e49651c35_ppc64le",
"9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:a47ac5afe80a3abcd8f954b5ded6f5bbb636135118f2e8584eeb2b247a82b774_s390x",
"9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:d8ccfec899fbd543a076c28bce386e9ec764bada413350ae53132863ebddaa71_amd64",
"9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:08e3579810c8a63e2b118d3a91712d984da7032968219421a13765daa07d63bb_s390x",
"9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:85efee7f79f949e9db9f53c28ecbf17ead766c5ac2b015d11d3075f8d16d0985_arm64",
"9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:87c28d82c8b95be81b122d18ae05104c262a636bce5e6656b7d553b9dafb080a_amd64",
"9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:9649e854a0c82f349a8184c48211268f979e6a4b4c795f889335c9e02cfb9c61_ppc64le"
]
}
],
"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": [
"9Base-KDO-5.1:kube-descheduler-operator/descheduler-rhel9@sha256:2e4cc0f9ff5669093baaa4a3449b10dfcf8540ca4121ecf2834a1ec9c21e1ad2_s390x",
"9Base-KDO-5.1:kube-descheduler-operator/descheduler-rhel9@sha256:344d4e941bb5cdefb248a8bb7e0157ed9ee40124398cbbf6248f0bc92adb8b1a_amd64",
"9Base-KDO-5.1:kube-descheduler-operator/descheduler-rhel9@sha256:619c646df5bb9ba4af1db5456bb14761e73b04c0b55438db0356e398e7b02444_ppc64le",
"9Base-KDO-5.1:kube-descheduler-operator/descheduler-rhel9@sha256:c8a57d66488a67e545ca81c7db7f25dd0692f0287ea0016d077d99f801c12c5e_arm64",
"9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:3403a591e6685c475fec7b3db90fd5a50408ab77813c208f86f805366a947cf8_arm64",
"9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:879d7b8d0b6af1738ff891966523122cdfdbf2bc4f4ff137a0eaec0e49651c35_ppc64le",
"9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:a47ac5afe80a3abcd8f954b5ded6f5bbb636135118f2e8584eeb2b247a82b774_s390x",
"9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:d8ccfec899fbd543a076c28bce386e9ec764bada413350ae53132863ebddaa71_amd64",
"9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:08e3579810c8a63e2b118d3a91712d984da7032968219421a13765daa07d63bb_s390x",
"9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:85efee7f79f949e9db9f53c28ecbf17ead766c5ac2b015d11d3075f8d16d0985_arm64",
"9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:87c28d82c8b95be81b122d18ae05104c262a636bce5e6656b7d553b9dafb080a_amd64",
"9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:9649e854a0c82f349a8184c48211268f979e6a4b4c795f889335c9e02cfb9c61_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/netip: Unexpected behavior from Is methods for IPv4-mapped IPv6 addresses"
},
{
"cve": "CVE-2024-24791",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2024-07-02T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2295310"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go. The net/http module mishandles specific server responses from HTTP/1.1 client requests. This issue may render a connection invalid and cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net/http: Denial of service due to improper 100-continue handling in net/http",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "An attacker would need to control a malicious server and induce a client to connect to it, requiring some amount of preparation outside of the attacker\u0027s control. This reduces the severity score of this flaw 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-KDO-5.1:kube-descheduler-operator/descheduler-rhel9@sha256:2e4cc0f9ff5669093baaa4a3449b10dfcf8540ca4121ecf2834a1ec9c21e1ad2_s390x",
"9Base-KDO-5.1:kube-descheduler-operator/descheduler-rhel9@sha256:344d4e941bb5cdefb248a8bb7e0157ed9ee40124398cbbf6248f0bc92adb8b1a_amd64",
"9Base-KDO-5.1:kube-descheduler-operator/descheduler-rhel9@sha256:619c646df5bb9ba4af1db5456bb14761e73b04c0b55438db0356e398e7b02444_ppc64le",
"9Base-KDO-5.1:kube-descheduler-operator/descheduler-rhel9@sha256:c8a57d66488a67e545ca81c7db7f25dd0692f0287ea0016d077d99f801c12c5e_arm64",
"9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:3403a591e6685c475fec7b3db90fd5a50408ab77813c208f86f805366a947cf8_arm64",
"9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:879d7b8d0b6af1738ff891966523122cdfdbf2bc4f4ff137a0eaec0e49651c35_ppc64le",
"9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:a47ac5afe80a3abcd8f954b5ded6f5bbb636135118f2e8584eeb2b247a82b774_s390x",
"9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:d8ccfec899fbd543a076c28bce386e9ec764bada413350ae53132863ebddaa71_amd64",
"9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:08e3579810c8a63e2b118d3a91712d984da7032968219421a13765daa07d63bb_s390x",
"9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:85efee7f79f949e9db9f53c28ecbf17ead766c5ac2b015d11d3075f8d16d0985_arm64",
"9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:87c28d82c8b95be81b122d18ae05104c262a636bce5e6656b7d553b9dafb080a_amd64",
"9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:9649e854a0c82f349a8184c48211268f979e6a4b4c795f889335c9e02cfb9c61_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24791"
},
{
"category": "external",
"summary": "RHBZ#2295310",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2295310"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24791",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24791"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24791",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24791"
},
{
"category": "external",
"summary": "https://go.dev/cl/591255",
"url": "https://go.dev/cl/591255"
},
{
"category": "external",
"summary": "https://go.dev/issue/67555",
"url": "https://go.dev/issue/67555"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/t0rK-qHBqzY/m/6MMoAZkMAgAJ",
"url": "https://groups.google.com/g/golang-dev/c/t0rK-qHBqzY/m/6MMoAZkMAgAJ"
}
],
"release_date": "2024-07-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-10-23T00:30:26+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.",
"product_ids": [
"9Base-KDO-5.1:kube-descheduler-operator/descheduler-rhel9@sha256:2e4cc0f9ff5669093baaa4a3449b10dfcf8540ca4121ecf2834a1ec9c21e1ad2_s390x",
"9Base-KDO-5.1:kube-descheduler-operator/descheduler-rhel9@sha256:344d4e941bb5cdefb248a8bb7e0157ed9ee40124398cbbf6248f0bc92adb8b1a_amd64",
"9Base-KDO-5.1:kube-descheduler-operator/descheduler-rhel9@sha256:619c646df5bb9ba4af1db5456bb14761e73b04c0b55438db0356e398e7b02444_ppc64le",
"9Base-KDO-5.1:kube-descheduler-operator/descheduler-rhel9@sha256:c8a57d66488a67e545ca81c7db7f25dd0692f0287ea0016d077d99f801c12c5e_arm64",
"9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:3403a591e6685c475fec7b3db90fd5a50408ab77813c208f86f805366a947cf8_arm64",
"9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:879d7b8d0b6af1738ff891966523122cdfdbf2bc4f4ff137a0eaec0e49651c35_ppc64le",
"9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:a47ac5afe80a3abcd8f954b5ded6f5bbb636135118f2e8584eeb2b247a82b774_s390x",
"9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:d8ccfec899fbd543a076c28bce386e9ec764bada413350ae53132863ebddaa71_amd64",
"9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:08e3579810c8a63e2b118d3a91712d984da7032968219421a13765daa07d63bb_s390x",
"9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:85efee7f79f949e9db9f53c28ecbf17ead766c5ac2b015d11d3075f8d16d0985_arm64",
"9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:87c28d82c8b95be81b122d18ae05104c262a636bce5e6656b7d553b9dafb080a_amd64",
"9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:9649e854a0c82f349a8184c48211268f979e6a4b4c795f889335c9e02cfb9c61_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:6341"
},
{
"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-KDO-5.1:kube-descheduler-operator/descheduler-rhel9@sha256:2e4cc0f9ff5669093baaa4a3449b10dfcf8540ca4121ecf2834a1ec9c21e1ad2_s390x",
"9Base-KDO-5.1:kube-descheduler-operator/descheduler-rhel9@sha256:344d4e941bb5cdefb248a8bb7e0157ed9ee40124398cbbf6248f0bc92adb8b1a_amd64",
"9Base-KDO-5.1:kube-descheduler-operator/descheduler-rhel9@sha256:619c646df5bb9ba4af1db5456bb14761e73b04c0b55438db0356e398e7b02444_ppc64le",
"9Base-KDO-5.1:kube-descheduler-operator/descheduler-rhel9@sha256:c8a57d66488a67e545ca81c7db7f25dd0692f0287ea0016d077d99f801c12c5e_arm64",
"9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:3403a591e6685c475fec7b3db90fd5a50408ab77813c208f86f805366a947cf8_arm64",
"9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:879d7b8d0b6af1738ff891966523122cdfdbf2bc4f4ff137a0eaec0e49651c35_ppc64le",
"9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:a47ac5afe80a3abcd8f954b5ded6f5bbb636135118f2e8584eeb2b247a82b774_s390x",
"9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:d8ccfec899fbd543a076c28bce386e9ec764bada413350ae53132863ebddaa71_amd64",
"9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:08e3579810c8a63e2b118d3a91712d984da7032968219421a13765daa07d63bb_s390x",
"9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:85efee7f79f949e9db9f53c28ecbf17ead766c5ac2b015d11d3075f8d16d0985_arm64",
"9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:87c28d82c8b95be81b122d18ae05104c262a636bce5e6656b7d553b9dafb080a_amd64",
"9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:9649e854a0c82f349a8184c48211268f979e6a4b4c795f889335c9e02cfb9c61_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-KDO-5.1:kube-descheduler-operator/descheduler-rhel9@sha256:2e4cc0f9ff5669093baaa4a3449b10dfcf8540ca4121ecf2834a1ec9c21e1ad2_s390x",
"9Base-KDO-5.1:kube-descheduler-operator/descheduler-rhel9@sha256:344d4e941bb5cdefb248a8bb7e0157ed9ee40124398cbbf6248f0bc92adb8b1a_amd64",
"9Base-KDO-5.1:kube-descheduler-operator/descheduler-rhel9@sha256:619c646df5bb9ba4af1db5456bb14761e73b04c0b55438db0356e398e7b02444_ppc64le",
"9Base-KDO-5.1:kube-descheduler-operator/descheduler-rhel9@sha256:c8a57d66488a67e545ca81c7db7f25dd0692f0287ea0016d077d99f801c12c5e_arm64",
"9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:3403a591e6685c475fec7b3db90fd5a50408ab77813c208f86f805366a947cf8_arm64",
"9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:879d7b8d0b6af1738ff891966523122cdfdbf2bc4f4ff137a0eaec0e49651c35_ppc64le",
"9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:a47ac5afe80a3abcd8f954b5ded6f5bbb636135118f2e8584eeb2b247a82b774_s390x",
"9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:d8ccfec899fbd543a076c28bce386e9ec764bada413350ae53132863ebddaa71_amd64",
"9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:08e3579810c8a63e2b118d3a91712d984da7032968219421a13765daa07d63bb_s390x",
"9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:85efee7f79f949e9db9f53c28ecbf17ead766c5ac2b015d11d3075f8d16d0985_arm64",
"9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:87c28d82c8b95be81b122d18ae05104c262a636bce5e6656b7d553b9dafb080a_amd64",
"9Base-KDO-5.1:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:9649e854a0c82f349a8184c48211268f979e6a4b4c795f889335c9e02cfb9c61_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "net/http: Denial of service due to improper 100-continue handling in net/http"
}
]
}
RHSA-2024:6462
Vulnerability from csaf_redhat - Published: 2024-09-09 00:49 - Updated: 2026-01-22 16:41A 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: 8Base-costmanagement:costmanagement/costmanagement-metrics-operator-bundle@sha256:01cab18a6af3cc819a936ce434004d5dce4495474e62bc116643eb753c25cd91_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-costmanagement:costmanagement/costmanagement-metrics-rhel8-operator@sha256:41bee64a2976b473d83e9a4573d686e994d933d76d2ef05ca2df9b6e5d024f3a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-costmanagement:costmanagement/costmanagement-metrics-rhel8-operator@sha256:9df1799ecc1cd2506ff9dbc324565707044fef8c6c7558f042cf88b6a694ad3b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-costmanagement:costmanagement/costmanagement-metrics-rhel8-operator@sha256:b513047588aa1473de24ebb84851befbff69d1ee0c3e7d5ed57523f1a97dcb0e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-costmanagement:costmanagement/costmanagement-metrics-rhel8-operator@sha256:bd802c5cbcae03ddf46d2271c2c197c870219b28d88854fd7dc750126112d063_ppc64le | — |
Vendor Fix
fix
Workaround
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-costmanagement:costmanagement/costmanagement-metrics-operator-bundle@sha256:01cab18a6af3cc819a936ce434004d5dce4495474e62bc116643eb753c25cd91_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-costmanagement:costmanagement/costmanagement-metrics-rhel8-operator@sha256:41bee64a2976b473d83e9a4573d686e994d933d76d2ef05ca2df9b6e5d024f3a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-costmanagement:costmanagement/costmanagement-metrics-rhel8-operator@sha256:9df1799ecc1cd2506ff9dbc324565707044fef8c6c7558f042cf88b6a694ad3b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-costmanagement:costmanagement/costmanagement-metrics-rhel8-operator@sha256:b513047588aa1473de24ebb84851befbff69d1ee0c3e7d5ed57523f1a97dcb0e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-costmanagement:costmanagement/costmanagement-metrics-rhel8-operator@sha256:bd802c5cbcae03ddf46d2271c2c197c870219b28d88854fd7dc750126112d063_ppc64le | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Go. The net/http module mishandles specific server responses from HTTP/1.1 client requests. This issue may render a connection invalid and cause a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-costmanagement:costmanagement/costmanagement-metrics-operator-bundle@sha256:01cab18a6af3cc819a936ce434004d5dce4495474e62bc116643eb753c25cd91_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-costmanagement:costmanagement/costmanagement-metrics-rhel8-operator@sha256:41bee64a2976b473d83e9a4573d686e994d933d76d2ef05ca2df9b6e5d024f3a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-costmanagement:costmanagement/costmanagement-metrics-rhel8-operator@sha256:9df1799ecc1cd2506ff9dbc324565707044fef8c6c7558f042cf88b6a694ad3b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-costmanagement:costmanagement/costmanagement-metrics-rhel8-operator@sha256:b513047588aa1473de24ebb84851befbff69d1ee0c3e7d5ed57523f1a97dcb0e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-costmanagement:costmanagement/costmanagement-metrics-rhel8-operator@sha256:bd802c5cbcae03ddf46d2271c2c197c870219b28d88854fd7dc750126112d063_ppc64le | — |
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": "Downstream release of version 3.3.1 of the Cost Management operator.\n\nRed Hat Product Security has rated this update as having a security impact of\nModerate. A Common Vulnerability Scoring System (CVSS) base score, which gives\na detailed severity rating, is available for each vulnerability from the CVE\nlink(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Downstream release (3.3.1) of the koku-metrics-operator. See release notes for features delivered as part of this release. Release notes can be found at: https://github.com/project-koku/koku-metrics-operator/releases/tag/v3.3.1-downstream\n\nSecurity Fix(es):\n\n* golang: net: malformed DNS message can cause infinite loop (CVE-2024-24788)\n\n* golang: net/netip: Unexpected behavior from Is methods for IPv4-mapped IPv6 addresses (CVE-2024-24790)\n\n* golang: net/http: Denial of service due to improper 100-continue handling in net/http (CVE-2024-24791)\n\nFor more details about the security issue(s), including the impact, a CVSS\nscore, 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:6462",
"url": "https://access.redhat.com/errata/RHSA-2024:6462"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2279814",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2279814"
},
{
"category": "external",
"summary": "2292787",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292787"
},
{
"category": "external",
"summary": "2295310",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2295310"
},
{
"category": "external",
"summary": "COST-5377",
"url": "https://issues.redhat.com/browse/COST-5377"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_6462.json"
}
],
"title": "Red Hat Security Advisory: Cost Management enhancement and security update",
"tracking": {
"current_release_date": "2026-01-22T16:41:13+00:00",
"generator": {
"date": "2026-01-22T16:41:13+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.15"
}
},
"id": "RHSA-2024:6462",
"initial_release_date": "2024-09-09T00:49:07+00:00",
"revision_history": [
{
"date": "2024-09-09T00:49:07+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-09-09T00:49:07+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-01-22T16:41:13+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Cost Management for RHEL 8",
"product": {
"name": "Cost Management for RHEL 8",
"product_id": "8Base-costmanagement",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:cost_management:1::el8"
}
}
}
],
"category": "product_family",
"name": "Cost Management"
},
{
"branches": [
{
"category": "product_version",
"name": "costmanagement/costmanagement-metrics-operator-bundle@sha256:01cab18a6af3cc819a936ce434004d5dce4495474e62bc116643eb753c25cd91_amd64",
"product": {
"name": "costmanagement/costmanagement-metrics-operator-bundle@sha256:01cab18a6af3cc819a936ce434004d5dce4495474e62bc116643eb753c25cd91_amd64",
"product_id": "costmanagement/costmanagement-metrics-operator-bundle@sha256:01cab18a6af3cc819a936ce434004d5dce4495474e62bc116643eb753c25cd91_amd64",
"product_identification_helper": {
"purl": "pkg:oci/costmanagement-metrics-operator-bundle@sha256:01cab18a6af3cc819a936ce434004d5dce4495474e62bc116643eb753c25cd91?arch=amd64\u0026repository_url=registry.redhat.io/costmanagement/costmanagement-metrics-operator-bundle\u0026tag=3.3.1-1"
}
}
},
{
"category": "product_version",
"name": "costmanagement/costmanagement-metrics-rhel8-operator@sha256:41bee64a2976b473d83e9a4573d686e994d933d76d2ef05ca2df9b6e5d024f3a_amd64",
"product": {
"name": "costmanagement/costmanagement-metrics-rhel8-operator@sha256:41bee64a2976b473d83e9a4573d686e994d933d76d2ef05ca2df9b6e5d024f3a_amd64",
"product_id": "costmanagement/costmanagement-metrics-rhel8-operator@sha256:41bee64a2976b473d83e9a4573d686e994d933d76d2ef05ca2df9b6e5d024f3a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/costmanagement-metrics-rhel8-operator@sha256:41bee64a2976b473d83e9a4573d686e994d933d76d2ef05ca2df9b6e5d024f3a?arch=amd64\u0026repository_url=registry.redhat.io/costmanagement/costmanagement-metrics-rhel8-operator\u0026tag=3.3.1-1"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "costmanagement/costmanagement-metrics-rhel8-operator@sha256:bd802c5cbcae03ddf46d2271c2c197c870219b28d88854fd7dc750126112d063_ppc64le",
"product": {
"name": "costmanagement/costmanagement-metrics-rhel8-operator@sha256:bd802c5cbcae03ddf46d2271c2c197c870219b28d88854fd7dc750126112d063_ppc64le",
"product_id": "costmanagement/costmanagement-metrics-rhel8-operator@sha256:bd802c5cbcae03ddf46d2271c2c197c870219b28d88854fd7dc750126112d063_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/costmanagement-metrics-rhel8-operator@sha256:bd802c5cbcae03ddf46d2271c2c197c870219b28d88854fd7dc750126112d063?arch=ppc64le\u0026repository_url=registry.redhat.io/costmanagement/costmanagement-metrics-rhel8-operator\u0026tag=3.3.1-1"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "costmanagement/costmanagement-metrics-rhel8-operator@sha256:9df1799ecc1cd2506ff9dbc324565707044fef8c6c7558f042cf88b6a694ad3b_s390x",
"product": {
"name": "costmanagement/costmanagement-metrics-rhel8-operator@sha256:9df1799ecc1cd2506ff9dbc324565707044fef8c6c7558f042cf88b6a694ad3b_s390x",
"product_id": "costmanagement/costmanagement-metrics-rhel8-operator@sha256:9df1799ecc1cd2506ff9dbc324565707044fef8c6c7558f042cf88b6a694ad3b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/costmanagement-metrics-rhel8-operator@sha256:9df1799ecc1cd2506ff9dbc324565707044fef8c6c7558f042cf88b6a694ad3b?arch=s390x\u0026repository_url=registry.redhat.io/costmanagement/costmanagement-metrics-rhel8-operator\u0026tag=3.3.1-1"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "costmanagement/costmanagement-metrics-rhel8-operator@sha256:b513047588aa1473de24ebb84851befbff69d1ee0c3e7d5ed57523f1a97dcb0e_arm64",
"product": {
"name": "costmanagement/costmanagement-metrics-rhel8-operator@sha256:b513047588aa1473de24ebb84851befbff69d1ee0c3e7d5ed57523f1a97dcb0e_arm64",
"product_id": "costmanagement/costmanagement-metrics-rhel8-operator@sha256:b513047588aa1473de24ebb84851befbff69d1ee0c3e7d5ed57523f1a97dcb0e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/costmanagement-metrics-rhel8-operator@sha256:b513047588aa1473de24ebb84851befbff69d1ee0c3e7d5ed57523f1a97dcb0e?arch=arm64\u0026repository_url=registry.redhat.io/costmanagement/costmanagement-metrics-rhel8-operator\u0026tag=3.3.1-1"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "costmanagement/costmanagement-metrics-operator-bundle@sha256:01cab18a6af3cc819a936ce434004d5dce4495474e62bc116643eb753c25cd91_amd64 as a component of Cost Management for RHEL 8",
"product_id": "8Base-costmanagement:costmanagement/costmanagement-metrics-operator-bundle@sha256:01cab18a6af3cc819a936ce434004d5dce4495474e62bc116643eb753c25cd91_amd64"
},
"product_reference": "costmanagement/costmanagement-metrics-operator-bundle@sha256:01cab18a6af3cc819a936ce434004d5dce4495474e62bc116643eb753c25cd91_amd64",
"relates_to_product_reference": "8Base-costmanagement"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "costmanagement/costmanagement-metrics-rhel8-operator@sha256:41bee64a2976b473d83e9a4573d686e994d933d76d2ef05ca2df9b6e5d024f3a_amd64 as a component of Cost Management for RHEL 8",
"product_id": "8Base-costmanagement:costmanagement/costmanagement-metrics-rhel8-operator@sha256:41bee64a2976b473d83e9a4573d686e994d933d76d2ef05ca2df9b6e5d024f3a_amd64"
},
"product_reference": "costmanagement/costmanagement-metrics-rhel8-operator@sha256:41bee64a2976b473d83e9a4573d686e994d933d76d2ef05ca2df9b6e5d024f3a_amd64",
"relates_to_product_reference": "8Base-costmanagement"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "costmanagement/costmanagement-metrics-rhel8-operator@sha256:9df1799ecc1cd2506ff9dbc324565707044fef8c6c7558f042cf88b6a694ad3b_s390x as a component of Cost Management for RHEL 8",
"product_id": "8Base-costmanagement:costmanagement/costmanagement-metrics-rhel8-operator@sha256:9df1799ecc1cd2506ff9dbc324565707044fef8c6c7558f042cf88b6a694ad3b_s390x"
},
"product_reference": "costmanagement/costmanagement-metrics-rhel8-operator@sha256:9df1799ecc1cd2506ff9dbc324565707044fef8c6c7558f042cf88b6a694ad3b_s390x",
"relates_to_product_reference": "8Base-costmanagement"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "costmanagement/costmanagement-metrics-rhel8-operator@sha256:b513047588aa1473de24ebb84851befbff69d1ee0c3e7d5ed57523f1a97dcb0e_arm64 as a component of Cost Management for RHEL 8",
"product_id": "8Base-costmanagement:costmanagement/costmanagement-metrics-rhel8-operator@sha256:b513047588aa1473de24ebb84851befbff69d1ee0c3e7d5ed57523f1a97dcb0e_arm64"
},
"product_reference": "costmanagement/costmanagement-metrics-rhel8-operator@sha256:b513047588aa1473de24ebb84851befbff69d1ee0c3e7d5ed57523f1a97dcb0e_arm64",
"relates_to_product_reference": "8Base-costmanagement"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "costmanagement/costmanagement-metrics-rhel8-operator@sha256:bd802c5cbcae03ddf46d2271c2c197c870219b28d88854fd7dc750126112d063_ppc64le as a component of Cost Management for RHEL 8",
"product_id": "8Base-costmanagement:costmanagement/costmanagement-metrics-rhel8-operator@sha256:bd802c5cbcae03ddf46d2271c2c197c870219b28d88854fd7dc750126112d063_ppc64le"
},
"product_reference": "costmanagement/costmanagement-metrics-rhel8-operator@sha256:bd802c5cbcae03ddf46d2271c2c197c870219b28d88854fd7dc750126112d063_ppc64le",
"relates_to_product_reference": "8Base-costmanagement"
}
]
},
"vulnerabilities": [
{
"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",
"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": [
"8Base-costmanagement:costmanagement/costmanagement-metrics-operator-bundle@sha256:01cab18a6af3cc819a936ce434004d5dce4495474e62bc116643eb753c25cd91_amd64",
"8Base-costmanagement:costmanagement/costmanagement-metrics-rhel8-operator@sha256:41bee64a2976b473d83e9a4573d686e994d933d76d2ef05ca2df9b6e5d024f3a_amd64",
"8Base-costmanagement:costmanagement/costmanagement-metrics-rhel8-operator@sha256:9df1799ecc1cd2506ff9dbc324565707044fef8c6c7558f042cf88b6a694ad3b_s390x",
"8Base-costmanagement:costmanagement/costmanagement-metrics-rhel8-operator@sha256:b513047588aa1473de24ebb84851befbff69d1ee0c3e7d5ed57523f1a97dcb0e_arm64",
"8Base-costmanagement:costmanagement/costmanagement-metrics-rhel8-operator@sha256:bd802c5cbcae03ddf46d2271c2c197c870219b28d88854fd7dc750126112d063_ppc64le"
]
},
"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-09-09T00:49:07+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-costmanagement:costmanagement/costmanagement-metrics-operator-bundle@sha256:01cab18a6af3cc819a936ce434004d5dce4495474e62bc116643eb753c25cd91_amd64",
"8Base-costmanagement:costmanagement/costmanagement-metrics-rhel8-operator@sha256:41bee64a2976b473d83e9a4573d686e994d933d76d2ef05ca2df9b6e5d024f3a_amd64",
"8Base-costmanagement:costmanagement/costmanagement-metrics-rhel8-operator@sha256:9df1799ecc1cd2506ff9dbc324565707044fef8c6c7558f042cf88b6a694ad3b_s390x",
"8Base-costmanagement:costmanagement/costmanagement-metrics-rhel8-operator@sha256:b513047588aa1473de24ebb84851befbff69d1ee0c3e7d5ed57523f1a97dcb0e_arm64",
"8Base-costmanagement:costmanagement/costmanagement-metrics-rhel8-operator@sha256:bd802c5cbcae03ddf46d2271c2c197c870219b28d88854fd7dc750126112d063_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:6462"
},
{
"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-costmanagement:costmanagement/costmanagement-metrics-operator-bundle@sha256:01cab18a6af3cc819a936ce434004d5dce4495474e62bc116643eb753c25cd91_amd64",
"8Base-costmanagement:costmanagement/costmanagement-metrics-rhel8-operator@sha256:41bee64a2976b473d83e9a4573d686e994d933d76d2ef05ca2df9b6e5d024f3a_amd64",
"8Base-costmanagement:costmanagement/costmanagement-metrics-rhel8-operator@sha256:9df1799ecc1cd2506ff9dbc324565707044fef8c6c7558f042cf88b6a694ad3b_s390x",
"8Base-costmanagement:costmanagement/costmanagement-metrics-rhel8-operator@sha256:b513047588aa1473de24ebb84851befbff69d1ee0c3e7d5ed57523f1a97dcb0e_arm64",
"8Base-costmanagement:costmanagement/costmanagement-metrics-rhel8-operator@sha256:bd802c5cbcae03ddf46d2271c2c197c870219b28d88854fd7dc750126112d063_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-costmanagement:costmanagement/costmanagement-metrics-operator-bundle@sha256:01cab18a6af3cc819a936ce434004d5dce4495474e62bc116643eb753c25cd91_amd64",
"8Base-costmanagement:costmanagement/costmanagement-metrics-rhel8-operator@sha256:41bee64a2976b473d83e9a4573d686e994d933d76d2ef05ca2df9b6e5d024f3a_amd64",
"8Base-costmanagement:costmanagement/costmanagement-metrics-rhel8-operator@sha256:9df1799ecc1cd2506ff9dbc324565707044fef8c6c7558f042cf88b6a694ad3b_s390x",
"8Base-costmanagement:costmanagement/costmanagement-metrics-rhel8-operator@sha256:b513047588aa1473de24ebb84851befbff69d1ee0c3e7d5ed57523f1a97dcb0e_arm64",
"8Base-costmanagement:costmanagement/costmanagement-metrics-rhel8-operator@sha256:bd802c5cbcae03ddf46d2271c2c197c870219b28d88854fd7dc750126112d063_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net: malformed DNS message can cause infinite loop"
},
{
"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.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-115: Misinterpretation of Input vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nControls such as input validation and error handling mitigate input misinterpretation risks by enforcing strict validation rules and secure error management. Error handling ensures inputs are validated against predefined formats, preventing malformed data from being misinterpreted. Techniques like strong typing, allow listing, and proper encoding reduce the likelihood of injection attacks and unintended code execution. Input validation also ensures that errors do not expose sensitive system details or cause unpredictable behavior. Secure error handling prevents information leakage through detailed error messages while preserving system stability under malformed input conditions. Together, these controls reduce the attack surface by maintaining consistent input processing and preventing exploitable system states, strengthening the overall security posture.",
"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-costmanagement:costmanagement/costmanagement-metrics-operator-bundle@sha256:01cab18a6af3cc819a936ce434004d5dce4495474e62bc116643eb753c25cd91_amd64",
"8Base-costmanagement:costmanagement/costmanagement-metrics-rhel8-operator@sha256:41bee64a2976b473d83e9a4573d686e994d933d76d2ef05ca2df9b6e5d024f3a_amd64",
"8Base-costmanagement:costmanagement/costmanagement-metrics-rhel8-operator@sha256:9df1799ecc1cd2506ff9dbc324565707044fef8c6c7558f042cf88b6a694ad3b_s390x",
"8Base-costmanagement:costmanagement/costmanagement-metrics-rhel8-operator@sha256:b513047588aa1473de24ebb84851befbff69d1ee0c3e7d5ed57523f1a97dcb0e_arm64",
"8Base-costmanagement:costmanagement/costmanagement-metrics-rhel8-operator@sha256:bd802c5cbcae03ddf46d2271c2c197c870219b28d88854fd7dc750126112d063_ppc64le"
]
},
"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-09-09T00:49:07+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-costmanagement:costmanagement/costmanagement-metrics-operator-bundle@sha256:01cab18a6af3cc819a936ce434004d5dce4495474e62bc116643eb753c25cd91_amd64",
"8Base-costmanagement:costmanagement/costmanagement-metrics-rhel8-operator@sha256:41bee64a2976b473d83e9a4573d686e994d933d76d2ef05ca2df9b6e5d024f3a_amd64",
"8Base-costmanagement:costmanagement/costmanagement-metrics-rhel8-operator@sha256:9df1799ecc1cd2506ff9dbc324565707044fef8c6c7558f042cf88b6a694ad3b_s390x",
"8Base-costmanagement:costmanagement/costmanagement-metrics-rhel8-operator@sha256:b513047588aa1473de24ebb84851befbff69d1ee0c3e7d5ed57523f1a97dcb0e_arm64",
"8Base-costmanagement:costmanagement/costmanagement-metrics-rhel8-operator@sha256:bd802c5cbcae03ddf46d2271c2c197c870219b28d88854fd7dc750126112d063_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:6462"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-costmanagement:costmanagement/costmanagement-metrics-operator-bundle@sha256:01cab18a6af3cc819a936ce434004d5dce4495474e62bc116643eb753c25cd91_amd64",
"8Base-costmanagement:costmanagement/costmanagement-metrics-rhel8-operator@sha256:41bee64a2976b473d83e9a4573d686e994d933d76d2ef05ca2df9b6e5d024f3a_amd64",
"8Base-costmanagement:costmanagement/costmanagement-metrics-rhel8-operator@sha256:9df1799ecc1cd2506ff9dbc324565707044fef8c6c7558f042cf88b6a694ad3b_s390x",
"8Base-costmanagement:costmanagement/costmanagement-metrics-rhel8-operator@sha256:b513047588aa1473de24ebb84851befbff69d1ee0c3e7d5ed57523f1a97dcb0e_arm64",
"8Base-costmanagement:costmanagement/costmanagement-metrics-rhel8-operator@sha256:bd802c5cbcae03ddf46d2271c2c197c870219b28d88854fd7dc750126112d063_ppc64le"
]
}
],
"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": [
"8Base-costmanagement:costmanagement/costmanagement-metrics-operator-bundle@sha256:01cab18a6af3cc819a936ce434004d5dce4495474e62bc116643eb753c25cd91_amd64",
"8Base-costmanagement:costmanagement/costmanagement-metrics-rhel8-operator@sha256:41bee64a2976b473d83e9a4573d686e994d933d76d2ef05ca2df9b6e5d024f3a_amd64",
"8Base-costmanagement:costmanagement/costmanagement-metrics-rhel8-operator@sha256:9df1799ecc1cd2506ff9dbc324565707044fef8c6c7558f042cf88b6a694ad3b_s390x",
"8Base-costmanagement:costmanagement/costmanagement-metrics-rhel8-operator@sha256:b513047588aa1473de24ebb84851befbff69d1ee0c3e7d5ed57523f1a97dcb0e_arm64",
"8Base-costmanagement:costmanagement/costmanagement-metrics-rhel8-operator@sha256:bd802c5cbcae03ddf46d2271c2c197c870219b28d88854fd7dc750126112d063_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/netip: Unexpected behavior from Is methods for IPv4-mapped IPv6 addresses"
},
{
"cve": "CVE-2024-24791",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2024-07-02T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2295310"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go. The net/http module mishandles specific server responses from HTTP/1.1 client requests. This issue may render a connection invalid and cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net/http: Denial of service due to improper 100-continue handling in net/http",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "An attacker would need to control a malicious server and induce a client to connect to it, requiring some amount of preparation outside of the attacker\u0027s control. This reduces the severity score of this flaw 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": [
"8Base-costmanagement:costmanagement/costmanagement-metrics-operator-bundle@sha256:01cab18a6af3cc819a936ce434004d5dce4495474e62bc116643eb753c25cd91_amd64",
"8Base-costmanagement:costmanagement/costmanagement-metrics-rhel8-operator@sha256:41bee64a2976b473d83e9a4573d686e994d933d76d2ef05ca2df9b6e5d024f3a_amd64",
"8Base-costmanagement:costmanagement/costmanagement-metrics-rhel8-operator@sha256:9df1799ecc1cd2506ff9dbc324565707044fef8c6c7558f042cf88b6a694ad3b_s390x",
"8Base-costmanagement:costmanagement/costmanagement-metrics-rhel8-operator@sha256:b513047588aa1473de24ebb84851befbff69d1ee0c3e7d5ed57523f1a97dcb0e_arm64",
"8Base-costmanagement:costmanagement/costmanagement-metrics-rhel8-operator@sha256:bd802c5cbcae03ddf46d2271c2c197c870219b28d88854fd7dc750126112d063_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24791"
},
{
"category": "external",
"summary": "RHBZ#2295310",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2295310"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24791",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24791"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24791",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24791"
},
{
"category": "external",
"summary": "https://go.dev/cl/591255",
"url": "https://go.dev/cl/591255"
},
{
"category": "external",
"summary": "https://go.dev/issue/67555",
"url": "https://go.dev/issue/67555"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/t0rK-qHBqzY/m/6MMoAZkMAgAJ",
"url": "https://groups.google.com/g/golang-dev/c/t0rK-qHBqzY/m/6MMoAZkMAgAJ"
}
],
"release_date": "2024-07-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-09-09T00:49:07+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-costmanagement:costmanagement/costmanagement-metrics-operator-bundle@sha256:01cab18a6af3cc819a936ce434004d5dce4495474e62bc116643eb753c25cd91_amd64",
"8Base-costmanagement:costmanagement/costmanagement-metrics-rhel8-operator@sha256:41bee64a2976b473d83e9a4573d686e994d933d76d2ef05ca2df9b6e5d024f3a_amd64",
"8Base-costmanagement:costmanagement/costmanagement-metrics-rhel8-operator@sha256:9df1799ecc1cd2506ff9dbc324565707044fef8c6c7558f042cf88b6a694ad3b_s390x",
"8Base-costmanagement:costmanagement/costmanagement-metrics-rhel8-operator@sha256:b513047588aa1473de24ebb84851befbff69d1ee0c3e7d5ed57523f1a97dcb0e_arm64",
"8Base-costmanagement:costmanagement/costmanagement-metrics-rhel8-operator@sha256:bd802c5cbcae03ddf46d2271c2c197c870219b28d88854fd7dc750126112d063_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:6462"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-costmanagement:costmanagement/costmanagement-metrics-operator-bundle@sha256:01cab18a6af3cc819a936ce434004d5dce4495474e62bc116643eb753c25cd91_amd64",
"8Base-costmanagement:costmanagement/costmanagement-metrics-rhel8-operator@sha256:41bee64a2976b473d83e9a4573d686e994d933d76d2ef05ca2df9b6e5d024f3a_amd64",
"8Base-costmanagement:costmanagement/costmanagement-metrics-rhel8-operator@sha256:9df1799ecc1cd2506ff9dbc324565707044fef8c6c7558f042cf88b6a694ad3b_s390x",
"8Base-costmanagement:costmanagement/costmanagement-metrics-rhel8-operator@sha256:b513047588aa1473de24ebb84851befbff69d1ee0c3e7d5ed57523f1a97dcb0e_arm64",
"8Base-costmanagement:costmanagement/costmanagement-metrics-rhel8-operator@sha256:bd802c5cbcae03ddf46d2271c2c197c870219b28d88854fd7dc750126112d063_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": [
"8Base-costmanagement:costmanagement/costmanagement-metrics-operator-bundle@sha256:01cab18a6af3cc819a936ce434004d5dce4495474e62bc116643eb753c25cd91_amd64",
"8Base-costmanagement:costmanagement/costmanagement-metrics-rhel8-operator@sha256:41bee64a2976b473d83e9a4573d686e994d933d76d2ef05ca2df9b6e5d024f3a_amd64",
"8Base-costmanagement:costmanagement/costmanagement-metrics-rhel8-operator@sha256:9df1799ecc1cd2506ff9dbc324565707044fef8c6c7558f042cf88b6a694ad3b_s390x",
"8Base-costmanagement:costmanagement/costmanagement-metrics-rhel8-operator@sha256:b513047588aa1473de24ebb84851befbff69d1ee0c3e7d5ed57523f1a97dcb0e_arm64",
"8Base-costmanagement:costmanagement/costmanagement-metrics-rhel8-operator@sha256:bd802c5cbcae03ddf46d2271c2c197c870219b28d88854fd7dc750126112d063_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "net/http: Denial of service due to improper 100-continue handling in net/http"
}
]
}
RHSA-2024:6765
Vulnerability from csaf_redhat - Published: 2024-09-18 16:07 - Updated: 2026-04-30 16:24A flaw was found in the Pulp package. When a role-based access control (RBAC) object in Pulp is set to assign permissions on its creation, it uses the `AutoAddObjPermsMixin` (typically the add_roles_for_object_creator method). This method finds the object creator by checking the current authenticated user. For objects that are created within a task, this current user is set by the first user with any permissions on the task object. This means the oldest user with model/domain-level task permissions will always be set as the current user of a task, even if they didn't dispatch the task. Therefore, all objects created in tasks will have their permissions assigned to this oldest user, and the creating user will receive nothing.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el8ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el8ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el8ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-urllib3-0:1.26.20-1.el8ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-urllib3-0:1.26.20-1.el8ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el8ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el8ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el8ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el8ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el8ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-django-0:4.2.16-1.el8ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.32-1.el8ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-urllib3-0:1.26.20-1.el8ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-django-0:4.2.16-1.el8ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.32-1.el8ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-urllib3-0:1.26.20-1.el8ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el8ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el9ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el9ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el9ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-urllib3-0:1.26.20-1.el9ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-urllib3-0:1.26.20-1.el9ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el9ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el9ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el9ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el9ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el9ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-django-0:4.2.16-1.el9ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.32-1.el9ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-urllib3-0:1.26.20-1.el9ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-django-0:4.2.16-1.el9ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.32-1.el9ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-urllib3-0:1.26.20-1.el9ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el9ap.noarch | — |
Vendor Fix
fix
|
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: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el8ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el8ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el8ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-urllib3-0:1.26.20-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-urllib3-0:1.26.20-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-django-0:4.2.16-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.32-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-urllib3-0:1.26.20-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-django-0:4.2.16-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.32-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-urllib3-0:1.26.20-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-urllib3-0:1.26.20-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-urllib3-0:1.26.20-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-django-0:4.2.16-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.32-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-urllib3-0:1.26.20-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-django-0:4.2.16-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.32-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-urllib3-0:1.26.20-1.el9ap.noarch | — |
Workaround
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el8ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el8ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el8ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-urllib3-0:1.26.20-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-urllib3-0:1.26.20-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-django-0:4.2.16-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.32-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-urllib3-0:1.26.20-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-django-0:4.2.16-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.32-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-urllib3-0:1.26.20-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-urllib3-0:1.26.20-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-urllib3-0:1.26.20-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-django-0:4.2.16-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.32-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-urllib3-0:1.26.20-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-django-0:4.2.16-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.32-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-urllib3-0:1.26.20-1.el9ap.noarch | — |
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: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-urllib3-0:1.26.20-1.el8ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-urllib3-0:1.26.20-1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-urllib3-0:1.26.20-1.el8ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-urllib3-0:1.26.20-1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-urllib3-0:1.26.20-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-urllib3-0:1.26.20-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-urllib3-0:1.26.20-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-urllib3-0:1.26.20-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-django-0:4.2.16-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.32-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-django-0:4.2.16-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.32-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-django-0:4.2.16-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.32-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-django-0:4.2.16-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.32-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el9ap.noarch | — |
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 is now available for Red Hat Ansible Automation Platform 2.4\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": "Red Hat Ansible Automation Platform provides an enterprise framework for building, deploying and managing IT automation at scale. IT Managers can provide top-down guidelines on how automation is applied to individual teams, while automation developers retain the freedom to write tasks that leverage existing knowledge without the overhead. Ansible Automation Platform makes it possible for users across an organization to share, vet, and manage automation content by means of a simple, powerful, and agentless language.\n\nSecurity Fix(es):\n\n* python3-pulpcore/python39-pulpcore: RBAC permissions incorrectly assigned in tasks that create objects (CVE-2024-7143)\n* python3-urllib3/python39-urllib3: urllib3: proxy-authorization request header is not stripped during cross-origin redirects (CVE-2024-37891)\n* receptor: golang: net/netip: Unexpected behavior from Is methods for IPv4-mapped IPv6 addresses (CVE-2024-24790)\n* receptor: golang: net: malformed DNS message can cause infinite loop (CVE-2024-24788)\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\nUpdates and fixes for automation controller:\n* Updated fallback to use RHSM subscription credential for shipping analytics data if analytics gathering is enabled (AAP-30228)\n* Upgraded \u0027channels-redis\u0027 library to fix Redis connection leak (AAP-30124)\n* automation-controller has been updated to 4.5.11\n\nAdditional fixes:\n* python3/python39-django has been updated to 4.2.16\n* python3/python39-pulpcore has been updated to 3.28.32\n* python3/python39-urllib3 has been updated to 1.26.20\n* receptor has been updated to 1.4.8-1.1",
"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:6765",
"url": "https://access.redhat.com/errata/RHSA-2024:6765"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2279814",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2279814"
},
{
"category": "external",
"summary": "2292787",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292787"
},
{
"category": "external",
"summary": "2292788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292788"
},
{
"category": "external",
"summary": "2300125",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2300125"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_6765.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Ansible Automation Platform 2.4 Product Security and Bug Fix Update",
"tracking": {
"current_release_date": "2026-04-30T16:24:08+00:00",
"generator": {
"date": "2026-04-30T16:24:08+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.7"
}
},
"id": "RHSA-2024:6765",
"initial_release_date": "2024-09-18T16:07:25+00:00",
"revision_history": [
{
"date": "2024-09-18T16:07:25+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-09-18T16:07:25+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-30T16:24:08+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product": {
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform:2.4::el9"
}
}
},
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product": {
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform_developer:2.4::el9"
}
}
},
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product": {
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform_inside:2.4::el9"
}
}
},
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product": {
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform:2.4::el8"
}
}
},
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product": {
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform_developer:2.4::el8"
}
}
},
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product": {
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform_inside:2.4::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat Ansible Automation Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "python-pulpcore-0:3.28.32-1.el9ap.src",
"product": {
"name": "python-pulpcore-0:3.28.32-1.el9ap.src",
"product_id": "python-pulpcore-0:3.28.32-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pulpcore@3.28.32-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-django-0:4.2.16-1.el9ap.src",
"product": {
"name": "python-django-0:4.2.16-1.el9ap.src",
"product_id": "python-django-0:4.2.16-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-django@4.2.16-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-urllib3-0:1.26.20-1.el9ap.src",
"product": {
"name": "python-urllib3-0:1.26.20-1.el9ap.src",
"product_id": "python-urllib3-0:1.26.20-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-urllib3@1.26.20-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.4.8-1.1.el9ap.src",
"product": {
"name": "receptor-0:1.4.8-1.1.el9ap.src",
"product_id": "receptor-0:1.4.8-1.1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.4.8-1.1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.5.11-1.el9ap.src",
"product": {
"name": "automation-controller-0:4.5.11-1.el9ap.src",
"product_id": "automation-controller-0:4.5.11-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.5.11-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3x-urllib3-0:1.26.20-1.el8ap.src",
"product": {
"name": "python3x-urllib3-0:1.26.20-1.el8ap.src",
"product_id": "python3x-urllib3-0:1.26.20-1.el8ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-urllib3@1.26.20-1.el8ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3x-pulpcore-0:3.28.32-1.el8ap.src",
"product": {
"name": "python3x-pulpcore-0:3.28.32-1.el8ap.src",
"product_id": "python3x-pulpcore-0:3.28.32-1.el8ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-pulpcore@3.28.32-1.el8ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3x-django-0:4.2.16-1.el8ap.src",
"product": {
"name": "python3x-django-0:4.2.16-1.el8ap.src",
"product_id": "python3x-django-0:4.2.16-1.el8ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-django@4.2.16-1.el8ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.4.8-1.1.el8ap.src",
"product": {
"name": "receptor-0:1.4.8-1.1.el8ap.src",
"product_id": "receptor-0:1.4.8-1.1.el8ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.4.8-1.1.el8ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.5.11-1.el8ap.src",
"product": {
"name": "automation-controller-0:4.5.11-1.el8ap.src",
"product_id": "automation-controller-0:4.5.11-1.el8ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.5.11-1.el8ap?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-pulpcore-0:3.28.32-1.el9ap.noarch",
"product": {
"name": "python3-pulpcore-0:3.28.32-1.el9ap.noarch",
"product_id": "python3-pulpcore-0:3.28.32-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pulpcore@3.28.32-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-django-0:4.2.16-1.el9ap.noarch",
"product": {
"name": "python3-django-0:4.2.16-1.el9ap.noarch",
"product_id": "python3-django-0:4.2.16-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-django@4.2.16-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-urllib3-0:1.26.20-1.el9ap.noarch",
"product": {
"name": "python3-urllib3-0:1.26.20-1.el9ap.noarch",
"product_id": "python3-urllib3-0:1.26.20-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-urllib3@1.26.20-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "receptorctl-0:1.4.8-1.1.el9ap.noarch",
"product": {
"name": "receptorctl-0:1.4.8-1.1.el9ap.noarch",
"product_id": "receptorctl-0:1.4.8-1.1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptorctl@1.4.8-1.1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"product": {
"name": "automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"product_id": "automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-cli@4.5.11-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-controller-server-0:4.5.11-1.el9ap.noarch",
"product": {
"name": "automation-controller-server-0:4.5.11-1.el9ap.noarch",
"product_id": "automation-controller-server-0:4.5.11-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-server@4.5.11-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"product": {
"name": "automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"product_id": "automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-ui@4.5.11-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-urllib3-0:1.26.20-1.el8ap.noarch",
"product": {
"name": "python39-urllib3-0:1.26.20-1.el8ap.noarch",
"product_id": "python39-urllib3-0:1.26.20-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-urllib3@1.26.20-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-pulpcore-0:3.28.32-1.el8ap.noarch",
"product": {
"name": "python39-pulpcore-0:3.28.32-1.el8ap.noarch",
"product_id": "python39-pulpcore-0:3.28.32-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pulpcore@3.28.32-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-django-0:4.2.16-1.el8ap.noarch",
"product": {
"name": "python39-django-0:4.2.16-1.el8ap.noarch",
"product_id": "python39-django-0:4.2.16-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-django@4.2.16-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "receptorctl-0:1.4.8-1.1.el8ap.noarch",
"product": {
"name": "receptorctl-0:1.4.8-1.1.el8ap.noarch",
"product_id": "receptorctl-0:1.4.8-1.1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptorctl@1.4.8-1.1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"product": {
"name": "automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"product_id": "automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-cli@4.5.11-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-controller-server-0:4.5.11-1.el8ap.noarch",
"product": {
"name": "automation-controller-server-0:4.5.11-1.el8ap.noarch",
"product_id": "automation-controller-server-0:4.5.11-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-server@4.5.11-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"product": {
"name": "automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"product_id": "automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-ui@4.5.11-1.el8ap?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "receptor-0:1.4.8-1.1.el9ap.x86_64",
"product": {
"name": "receptor-0:1.4.8-1.1.el9ap.x86_64",
"product_id": "receptor-0:1.4.8-1.1.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.4.8-1.1.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.5.11-1.el9ap.x86_64",
"product": {
"name": "automation-controller-0:4.5.11-1.el9ap.x86_64",
"product_id": "automation-controller-0:4.5.11-1.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.5.11-1.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"product": {
"name": "automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"product_id": "automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.5.11-1.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.4.8-1.1.el8ap.x86_64",
"product": {
"name": "receptor-0:1.4.8-1.1.el8ap.x86_64",
"product_id": "receptor-0:1.4.8-1.1.el8ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.4.8-1.1.el8ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.5.11-1.el8ap.x86_64",
"product": {
"name": "automation-controller-0:4.5.11-1.el8ap.x86_64",
"product_id": "automation-controller-0:4.5.11-1.el8ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.5.11-1.el8ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"product": {
"name": "automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"product_id": "automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.5.11-1.el8ap?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "receptor-0:1.4.8-1.1.el9ap.ppc64le",
"product": {
"name": "receptor-0:1.4.8-1.1.el9ap.ppc64le",
"product_id": "receptor-0:1.4.8-1.1.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.4.8-1.1.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.5.11-1.el9ap.ppc64le",
"product": {
"name": "automation-controller-0:4.5.11-1.el9ap.ppc64le",
"product_id": "automation-controller-0:4.5.11-1.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.5.11-1.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"product": {
"name": "automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"product_id": "automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.5.11-1.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.4.8-1.1.el8ap.ppc64le",
"product": {
"name": "receptor-0:1.4.8-1.1.el8ap.ppc64le",
"product_id": "receptor-0:1.4.8-1.1.el8ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.4.8-1.1.el8ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.5.11-1.el8ap.ppc64le",
"product": {
"name": "automation-controller-0:4.5.11-1.el8ap.ppc64le",
"product_id": "automation-controller-0:4.5.11-1.el8ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.5.11-1.el8ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"product": {
"name": "automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"product_id": "automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.5.11-1.el8ap?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "receptor-0:1.4.8-1.1.el9ap.s390x",
"product": {
"name": "receptor-0:1.4.8-1.1.el9ap.s390x",
"product_id": "receptor-0:1.4.8-1.1.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.4.8-1.1.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.5.11-1.el9ap.s390x",
"product": {
"name": "automation-controller-0:4.5.11-1.el9ap.s390x",
"product_id": "automation-controller-0:4.5.11-1.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.5.11-1.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"product": {
"name": "automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"product_id": "automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.5.11-1.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.4.8-1.1.el8ap.s390x",
"product": {
"name": "receptor-0:1.4.8-1.1.el8ap.s390x",
"product_id": "receptor-0:1.4.8-1.1.el8ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.4.8-1.1.el8ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.5.11-1.el8ap.s390x",
"product": {
"name": "automation-controller-0:4.5.11-1.el8ap.s390x",
"product_id": "automation-controller-0:4.5.11-1.el8ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.5.11-1.el8ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"product": {
"name": "automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"product_id": "automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.5.11-1.el8ap?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "receptor-0:1.4.8-1.1.el9ap.aarch64",
"product": {
"name": "receptor-0:1.4.8-1.1.el9ap.aarch64",
"product_id": "receptor-0:1.4.8-1.1.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.4.8-1.1.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.5.11-1.el9ap.aarch64",
"product": {
"name": "automation-controller-0:4.5.11-1.el9ap.aarch64",
"product_id": "automation-controller-0:4.5.11-1.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.5.11-1.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"product": {
"name": "automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"product_id": "automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.5.11-1.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.4.8-1.1.el8ap.aarch64",
"product": {
"name": "receptor-0:1.4.8-1.1.el8ap.aarch64",
"product_id": "receptor-0:1.4.8-1.1.el8ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.4.8-1.1.el8ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.5.11-1.el8ap.aarch64",
"product": {
"name": "automation-controller-0:4.5.11-1.el8ap.aarch64",
"product_id": "automation-controller-0:4.5.11-1.el8ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.5.11-1.el8ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"product": {
"name": "automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"product_id": "automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.5.11-1.el8ap?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.11-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.aarch64"
},
"product_reference": "automation-controller-0:4.5.11-1.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.11-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.ppc64le"
},
"product_reference": "automation-controller-0:4.5.11-1.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.11-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.s390x"
},
"product_reference": "automation-controller-0:4.5.11-1.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.11-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.src"
},
"product_reference": "automation-controller-0:4.5.11-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.11-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.x86_64"
},
"product_reference": "automation-controller-0:4.5.11-1.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-cli-0:4.5.11-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el8ap.noarch"
},
"product_reference": "automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-server-0:4.5.11-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el8ap.noarch"
},
"product_reference": "automation-controller-server-0:4.5.11-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-ui-0:4.5.11-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el8ap.noarch"
},
"product_reference": "automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64"
},
"product_reference": "automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le"
},
"product_reference": "automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x"
},
"product_reference": "automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64"
},
"product_reference": "automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-urllib3-0:1.26.20-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-urllib3-0:1.26.20-1.el8ap.noarch"
},
"product_reference": "python39-urllib3-0:1.26.20-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-urllib3-0:1.26.20-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-urllib3-0:1.26.20-1.el8ap.src"
},
"product_reference": "python3x-urllib3-0:1.26.20-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.aarch64"
},
"product_reference": "receptor-0:1.4.8-1.1.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.ppc64le"
},
"product_reference": "receptor-0:1.4.8-1.1.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.s390x"
},
"product_reference": "receptor-0:1.4.8-1.1.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.src"
},
"product_reference": "receptor-0:1.4.8-1.1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.x86_64"
},
"product_reference": "receptor-0:1.4.8-1.1.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptorctl-0:1.4.8-1.1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el8ap.noarch"
},
"product_reference": "receptorctl-0:1.4.8-1.1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.aarch64"
},
"product_reference": "receptor-0:1.4.8-1.1.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.ppc64le"
},
"product_reference": "receptor-0:1.4.8-1.1.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.s390x"
},
"product_reference": "receptor-0:1.4.8-1.1.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.src"
},
"product_reference": "receptor-0:1.4.8-1.1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.x86_64"
},
"product_reference": "receptor-0:1.4.8-1.1.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptorctl-0:1.4.8-1.1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el8ap.noarch"
},
"product_reference": "receptorctl-0:1.4.8-1.1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.11-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.aarch64"
},
"product_reference": "automation-controller-0:4.5.11-1.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.11-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.ppc64le"
},
"product_reference": "automation-controller-0:4.5.11-1.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.11-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.s390x"
},
"product_reference": "automation-controller-0:4.5.11-1.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.11-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.src"
},
"product_reference": "automation-controller-0:4.5.11-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.11-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.x86_64"
},
"product_reference": "automation-controller-0:4.5.11-1.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-cli-0:4.5.11-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el8ap.noarch"
},
"product_reference": "automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-server-0:4.5.11-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el8ap.noarch"
},
"product_reference": "automation-controller-server-0:4.5.11-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-ui-0:4.5.11-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el8ap.noarch"
},
"product_reference": "automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64"
},
"product_reference": "automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le"
},
"product_reference": "automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x"
},
"product_reference": "automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64"
},
"product_reference": "automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-django-0:4.2.16-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python39-django-0:4.2.16-1.el8ap.noarch"
},
"product_reference": "python39-django-0:4.2.16-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pulpcore-0:3.28.32-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.32-1.el8ap.noarch"
},
"product_reference": "python39-pulpcore-0:3.28.32-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-urllib3-0:1.26.20-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python39-urllib3-0:1.26.20-1.el8ap.noarch"
},
"product_reference": "python39-urllib3-0:1.26.20-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-django-0:4.2.16-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-django-0:4.2.16-1.el8ap.src"
},
"product_reference": "python3x-django-0:4.2.16-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-pulpcore-0:3.28.32-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.32-1.el8ap.src"
},
"product_reference": "python3x-pulpcore-0:3.28.32-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-urllib3-0:1.26.20-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-urllib3-0:1.26.20-1.el8ap.src"
},
"product_reference": "python3x-urllib3-0:1.26.20-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.aarch64"
},
"product_reference": "receptor-0:1.4.8-1.1.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.ppc64le"
},
"product_reference": "receptor-0:1.4.8-1.1.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.s390x"
},
"product_reference": "receptor-0:1.4.8-1.1.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.src"
},
"product_reference": "receptor-0:1.4.8-1.1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.x86_64"
},
"product_reference": "receptor-0:1.4.8-1.1.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptorctl-0:1.4.8-1.1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el8ap.noarch"
},
"product_reference": "receptorctl-0:1.4.8-1.1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.11-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.aarch64"
},
"product_reference": "automation-controller-0:4.5.11-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.11-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.ppc64le"
},
"product_reference": "automation-controller-0:4.5.11-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.11-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.s390x"
},
"product_reference": "automation-controller-0:4.5.11-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.11-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.src"
},
"product_reference": "automation-controller-0:4.5.11-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.11-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.x86_64"
},
"product_reference": "automation-controller-0:4.5.11-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-cli-0:4.5.11-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el9ap.noarch"
},
"product_reference": "automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-server-0:4.5.11-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el9ap.noarch"
},
"product_reference": "automation-controller-server-0:4.5.11-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-ui-0:4.5.11-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el9ap.noarch"
},
"product_reference": "automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64"
},
"product_reference": "automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le"
},
"product_reference": "automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x"
},
"product_reference": "automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64"
},
"product_reference": "automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-urllib3-0:1.26.20-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-urllib3-0:1.26.20-1.el9ap.src"
},
"product_reference": "python-urllib3-0:1.26.20-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-urllib3-0:1.26.20-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-urllib3-0:1.26.20-1.el9ap.noarch"
},
"product_reference": "python3-urllib3-0:1.26.20-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.aarch64"
},
"product_reference": "receptor-0:1.4.8-1.1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.ppc64le"
},
"product_reference": "receptor-0:1.4.8-1.1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.s390x"
},
"product_reference": "receptor-0:1.4.8-1.1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.src"
},
"product_reference": "receptor-0:1.4.8-1.1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.x86_64"
},
"product_reference": "receptor-0:1.4.8-1.1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptorctl-0:1.4.8-1.1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el9ap.noarch"
},
"product_reference": "receptorctl-0:1.4.8-1.1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.aarch64"
},
"product_reference": "receptor-0:1.4.8-1.1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.ppc64le"
},
"product_reference": "receptor-0:1.4.8-1.1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.s390x"
},
"product_reference": "receptor-0:1.4.8-1.1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.src"
},
"product_reference": "receptor-0:1.4.8-1.1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.x86_64"
},
"product_reference": "receptor-0:1.4.8-1.1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptorctl-0:1.4.8-1.1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el9ap.noarch"
},
"product_reference": "receptorctl-0:1.4.8-1.1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.11-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.aarch64"
},
"product_reference": "automation-controller-0:4.5.11-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.11-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.ppc64le"
},
"product_reference": "automation-controller-0:4.5.11-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.11-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.s390x"
},
"product_reference": "automation-controller-0:4.5.11-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.11-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.src"
},
"product_reference": "automation-controller-0:4.5.11-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.11-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.x86_64"
},
"product_reference": "automation-controller-0:4.5.11-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-cli-0:4.5.11-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el9ap.noarch"
},
"product_reference": "automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-server-0:4.5.11-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el9ap.noarch"
},
"product_reference": "automation-controller-server-0:4.5.11-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-ui-0:4.5.11-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el9ap.noarch"
},
"product_reference": "automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64"
},
"product_reference": "automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le"
},
"product_reference": "automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x"
},
"product_reference": "automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64"
},
"product_reference": "automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-django-0:4.2.16-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python-django-0:4.2.16-1.el9ap.src"
},
"product_reference": "python-django-0:4.2.16-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulpcore-0:3.28.32-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.32-1.el9ap.src"
},
"product_reference": "python-pulpcore-0:3.28.32-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-urllib3-0:1.26.20-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python-urllib3-0:1.26.20-1.el9ap.src"
},
"product_reference": "python-urllib3-0:1.26.20-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-django-0:4.2.16-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python3-django-0:4.2.16-1.el9ap.noarch"
},
"product_reference": "python3-django-0:4.2.16-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pulpcore-0:3.28.32-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.32-1.el9ap.noarch"
},
"product_reference": "python3-pulpcore-0:3.28.32-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-urllib3-0:1.26.20-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python3-urllib3-0:1.26.20-1.el9ap.noarch"
},
"product_reference": "python3-urllib3-0:1.26.20-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.aarch64"
},
"product_reference": "receptor-0:1.4.8-1.1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.ppc64le"
},
"product_reference": "receptor-0:1.4.8-1.1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.s390x"
},
"product_reference": "receptor-0:1.4.8-1.1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.src"
},
"product_reference": "receptor-0:1.4.8-1.1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.x86_64"
},
"product_reference": "receptor-0:1.4.8-1.1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptorctl-0:1.4.8-1.1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el9ap.noarch"
},
"product_reference": "receptorctl-0:1.4.8-1.1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-7143",
"cwe": {
"id": "CWE-277",
"name": "Insecure Inherited Permissions"
},
"discovery_date": "2024-07-26T19:01:06+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2300125"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Pulp package. When a role-based access control (RBAC) object in Pulp is set to assign permissions on its creation, it uses the `AutoAddObjPermsMixin` (typically the add_roles_for_object_creator method). This method finds the object creator by checking the current authenticated user. For objects that are created within a task, this current user is set by the first user with any permissions on the task object. This means the oldest user with model/domain-level task permissions will always be set as the current user of a task, even if they didn\u0027t dispatch the task. Therefore, all objects created in tasks will have their permissions assigned to this oldest user, and the creating user will receive nothing.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pulpcore: RBAC permissions incorrectly assigned in tasks that create objects",
"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-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-urllib3-0:1.26.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-urllib3-0:1.26.20-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-django-0:4.2.16-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.32-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-urllib3-0:1.26.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-django-0:4.2.16-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.32-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-urllib3-0:1.26.20-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-urllib3-0:1.26.20-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-urllib3-0:1.26.20-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-django-0:4.2.16-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.32-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-urllib3-0:1.26.20-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-django-0:4.2.16-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.32-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-urllib3-0:1.26.20-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-7143"
},
{
"category": "external",
"summary": "RHBZ#2300125",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2300125"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-7143",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7143"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-7143",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-7143"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-9m5j-4xx9-44j9",
"url": "https://github.com/advisories/GHSA-9m5j-4xx9-44j9"
},
{
"category": "external",
"summary": "https://github.com/pulp/pulpcore/blob/93f241f34c503da0fbac94bdba739feda2636e12/pulpcore/tasking/_util.py#L108",
"url": "https://github.com/pulp/pulpcore/blob/93f241f34c503da0fbac94bdba739feda2636e12/pulpcore/tasking/_util.py#L108"
}
],
"release_date": "2024-08-07T13:50:03.893000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-09-18T16:07:25+00:00",
"details": "Red Hat Ansible Automation Platform",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-urllib3-0:1.26.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-urllib3-0:1.26.20-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-django-0:4.2.16-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.32-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-urllib3-0:1.26.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-django-0:4.2.16-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.32-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-urllib3-0:1.26.20-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-urllib3-0:1.26.20-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-urllib3-0:1.26.20-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-django-0:4.2.16-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.32-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-urllib3-0:1.26.20-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-django-0:4.2.16-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.32-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-urllib3-0:1.26.20-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el9ap.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:6765"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 6.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:L",
"version": "3.0"
},
"products": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-urllib3-0:1.26.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-urllib3-0:1.26.20-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-django-0:4.2.16-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.32-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-urllib3-0:1.26.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-django-0:4.2.16-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.32-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-urllib3-0:1.26.20-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-urllib3-0:1.26.20-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-urllib3-0:1.26.20-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-django-0:4.2.16-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.32-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-urllib3-0:1.26.20-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-django-0:4.2.16-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.32-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-urllib3-0:1.26.20-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "pulpcore: RBAC permissions incorrectly assigned in tasks that create objects"
},
{
"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": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-urllib3-0:1.26.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-urllib3-0:1.26.20-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-django-0:4.2.16-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.32-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-urllib3-0:1.26.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-django-0:4.2.16-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.32-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-urllib3-0:1.26.20-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-urllib3-0:1.26.20-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-urllib3-0:1.26.20-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-django-0:4.2.16-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.32-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-urllib3-0:1.26.20-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-django-0:4.2.16-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.32-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-urllib3-0:1.26.20-1.el9ap.noarch"
]
}
],
"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": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el9ap.noarch"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-urllib3-0:1.26.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-urllib3-0:1.26.20-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-django-0:4.2.16-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.32-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-urllib3-0:1.26.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-django-0:4.2.16-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.32-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-urllib3-0:1.26.20-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-urllib3-0:1.26.20-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-urllib3-0:1.26.20-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-django-0:4.2.16-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.32-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-urllib3-0:1.26.20-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-django-0:4.2.16-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.32-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-urllib3-0:1.26.20-1.el9ap.noarch"
]
},
"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-09-18T16:07:25+00:00",
"details": "Red Hat Ansible Automation Platform",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el9ap.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:6765"
},
{
"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-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-urllib3-0:1.26.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-urllib3-0:1.26.20-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-django-0:4.2.16-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.32-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-urllib3-0:1.26.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-django-0:4.2.16-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.32-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-urllib3-0:1.26.20-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-urllib3-0:1.26.20-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-urllib3-0:1.26.20-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-django-0:4.2.16-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.32-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-urllib3-0:1.26.20-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-django-0:4.2.16-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.32-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-urllib3-0:1.26.20-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el9ap.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-urllib3-0:1.26.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-urllib3-0:1.26.20-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-django-0:4.2.16-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.32-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-urllib3-0:1.26.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-django-0:4.2.16-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.32-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-urllib3-0:1.26.20-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-urllib3-0:1.26.20-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-urllib3-0:1.26.20-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-django-0:4.2.16-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.32-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-urllib3-0:1.26.20-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-django-0:4.2.16-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.32-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-urllib3-0:1.26.20-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net: malformed DNS message can cause infinite loop"
},
{
"cve": "CVE-2024-24790",
"cwe": {
"id": "CWE-115",
"name": "Misinterpretation of Input"
},
"discovery_date": "2024-06-17T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-urllib3-0:1.26.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-urllib3-0:1.26.20-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-django-0:4.2.16-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.32-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-urllib3-0:1.26.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-django-0:4.2.16-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.32-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-urllib3-0:1.26.20-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-urllib3-0:1.26.20-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-urllib3-0:1.26.20-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-django-0:4.2.16-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.32-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-urllib3-0:1.26.20-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-django-0:4.2.16-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.32-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-urllib3-0:1.26.20-1.el9ap.noarch"
]
}
],
"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": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el9ap.noarch"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-urllib3-0:1.26.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-urllib3-0:1.26.20-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-django-0:4.2.16-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.32-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-urllib3-0:1.26.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-django-0:4.2.16-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.32-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-urllib3-0:1.26.20-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-urllib3-0:1.26.20-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-urllib3-0:1.26.20-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-django-0:4.2.16-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.32-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-urllib3-0:1.26.20-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-django-0:4.2.16-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.32-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-urllib3-0:1.26.20-1.el9ap.noarch"
]
},
"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-09-18T16:07:25+00:00",
"details": "Red Hat Ansible Automation Platform",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el9ap.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:6765"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-urllib3-0:1.26.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-urllib3-0:1.26.20-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-django-0:4.2.16-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.32-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-urllib3-0:1.26.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-django-0:4.2.16-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.32-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-urllib3-0:1.26.20-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-urllib3-0:1.26.20-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-urllib3-0:1.26.20-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-django-0:4.2.16-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.32-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-urllib3-0:1.26.20-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-django-0:4.2.16-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.32-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-urllib3-0:1.26.20-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el9ap.noarch"
]
}
],
"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": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-urllib3-0:1.26.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-urllib3-0:1.26.20-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-django-0:4.2.16-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.32-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-urllib3-0:1.26.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-django-0:4.2.16-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.32-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-urllib3-0:1.26.20-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-urllib3-0:1.26.20-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-urllib3-0:1.26.20-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-django-0:4.2.16-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.32-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-urllib3-0:1.26.20-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-django-0:4.2.16-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.32-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-urllib3-0:1.26.20-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/netip: Unexpected behavior from Is methods for IPv4-mapped IPv6 addresses"
},
{
"cve": "CVE-2024-37891",
"cwe": {
"id": "CWE-669",
"name": "Incorrect Resource Transfer Between Spheres"
},
"discovery_date": "2024-06-17T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-django-0:4.2.16-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.32-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-django-0:4.2.16-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.32-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-django-0:4.2.16-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.32-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-django-0:4.2.16-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.32-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el9ap.noarch"
]
}
],
"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": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-urllib3-0:1.26.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-urllib3-0:1.26.20-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-urllib3-0:1.26.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-urllib3-0:1.26.20-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-urllib3-0:1.26.20-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-urllib3-0:1.26.20-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python-urllib3-0:1.26.20-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-urllib3-0:1.26.20-1.el9ap.noarch"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-django-0:4.2.16-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.32-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-django-0:4.2.16-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.32-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-django-0:4.2.16-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.32-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-django-0:4.2.16-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.32-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el9ap.noarch"
]
},
"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-09-18T16:07:25+00:00",
"details": "Red Hat Ansible Automation Platform",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-urllib3-0:1.26.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-urllib3-0:1.26.20-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-urllib3-0:1.26.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-urllib3-0:1.26.20-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-urllib3-0:1.26.20-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-urllib3-0:1.26.20-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python-urllib3-0:1.26.20-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-urllib3-0:1.26.20-1.el9ap.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:6765"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-urllib3-0:1.26.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-urllib3-0:1.26.20-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-django-0:4.2.16-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.32-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-urllib3-0:1.26.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-django-0:4.2.16-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.32-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-urllib3-0:1.26.20-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-urllib3-0:1.26.20-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-urllib3-0:1.26.20-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-django-0:4.2.16-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.32-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-urllib3-0:1.26.20-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-django-0:4.2.16-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.32-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-urllib3-0:1.26.20-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el9ap.noarch"
]
}
],
"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": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-urllib3-0:1.26.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-urllib3-0:1.26.20-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-django-0:4.2.16-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.32-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-urllib3-0:1.26.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-django-0:4.2.16-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.32-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-urllib3-0:1.26.20-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-urllib3-0:1.26.20-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-urllib3-0:1.26.20-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.11-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-django-0:4.2.16-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.32-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-urllib3-0:1.26.20-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-django-0:4.2.16-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.32-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-urllib3-0:1.26.20-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "urllib3: proxy-authorization request header is not stripped during cross-origin redirects"
}
]
}
RHSA-2024:6969
Vulnerability from csaf_redhat - Published: 2024-09-24 03:30 - 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: AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.src::container-tools:rhel8 | — |
Vendor Fix
fix
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: AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Go. The net/http module mishandles specific server responses from HTTP/1.1 client requests. This issue may render a connection invalid and cause 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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.src::container-tools:rhel8 | — |
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 the container-tools:rhel8 module is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The container-tools module contains tools for working with containers, notably podman, buildah, skopeo, and runc.\n\nSecurity Fix(es):\n\n* 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: net: malformed DNS message can cause infinite loop (CVE-2024-24788)\n\n* net/http: Denial of service due to improper 100-continue handling in net/http (CVE-2024-24791)\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:6969",
"url": "https://access.redhat.com/errata/RHSA-2024:6969"
},
{
"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": "2268021",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268021"
},
{
"category": "external",
"summary": "2279814",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2279814"
},
{
"category": "external",
"summary": "2295310",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2295310"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_6969.json"
}
],
"title": "Red Hat Security Advisory: container-tools:rhel8 security update",
"tracking": {
"current_release_date": "2026-05-22T21:06:17+00:00",
"generator": {
"date": "2026-05-22T21:06:17+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2024:6969",
"initial_release_date": "2024-09-24T03:30:02+00:00",
"revision_history": [
{
"date": "2024-09-24T03:30:02+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-09-24T03:30:02+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-22T21:06:17+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+22283+6d6d094a.src::container-tools:rhel8",
"product": {
"name": "aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.src (container-tools:rhel8)",
"product_id": "aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.10.0-1.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"product": {
"name": "buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.src (container-tools:rhel8)",
"product_id": "buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.33.8-4.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "cockpit-podman-0:84.1-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"product": {
"name": "cockpit-podman-0:84.1-1.module+el8.10.0+22283+6d6d094a.src (container-tools:rhel8)",
"product_id": "cockpit-podman-0:84.1-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cockpit-podman@84.1-1.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=src\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"product": {
"name": "conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.src (container-tools:rhel8)",
"product_id": "conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.10-1.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=src\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "container-selinux-2:2.229.0-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"product": {
"name": "container-selinux-2:2.229.0-2.module+el8.10.0+22283+6d6d094a.src (container-tools:rhel8)",
"product_id": "container-selinux-2:2.229.0-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.229.0-2.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.src (container-tools:rhel8)",
"product_id": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-5.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=src\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"product": {
"name": "containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.src (container-tools:rhel8)",
"product_id": "containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-82.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"product": {
"name": "criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.src (container-tools:rhel8)",
"product_id": "criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.18-5.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=src\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"product": {
"name": "crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.src (container-tools:rhel8)",
"product_id": "crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14.3-2.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=src\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.src (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.13-1.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=src\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.src (container-tools:rhel8)",
"product_id": "libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-2.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=src\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"product": {
"name": "netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.src (container-tools:rhel8)",
"product_id": "netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.10.3-1.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.src (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.10-1.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=src\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"product": {
"name": "podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.src (container-tools:rhel8)",
"product_id": "podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-13.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=src\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "python-podman-0:4.9.0-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"product": {
"name": "python-podman-0:4.9.0-2.module+el8.10.0+22283+6d6d094a.src (container-tools:rhel8)",
"product_id": "python-podman-0:4.9.0-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-podman@4.9.0-2.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=src\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"product": {
"name": "runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.src (container-tools:rhel8)",
"product_id": "runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-4.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=src\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"product": {
"name": "skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.src (container-tools:rhel8)",
"product_id": "skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.14.5-3.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.src (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.3-1.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=src\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.src (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.5-2.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=src\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "udica-0:0.2.6-21.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"product": {
"name": "udica-0:0.2.6-21.module+el8.10.0+22283+6d6d094a.src (container-tools:rhel8)",
"product_id": "udica-0:0.2.6-21.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/udica@0.2.6-21.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=src\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "cockpit-podman-0:84.1-1.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"product": {
"name": "cockpit-podman-0:84.1-1.module+el8.10.0+22283+6d6d094a.noarch (container-tools:rhel8)",
"product_id": "cockpit-podman-0:84.1-1.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cockpit-podman@84.1-1.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=noarch\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "container-selinux-2:2.229.0-2.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"product": {
"name": "container-selinux-2:2.229.0-2.module+el8.10.0+22283+6d6d094a.noarch (container-tools:rhel8)",
"product_id": "container-selinux-2:2.229.0-2.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.229.0-2.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=noarch\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-docker-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"product": {
"name": "podman-docker-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.noarch (container-tools:rhel8)",
"product_id": "podman-docker-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-docker@4.9.4-13.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=noarch\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "python3-podman-0:4.9.0-2.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"product": {
"name": "python3-podman-0:4.9.0-2.module+el8.10.0+22283+6d6d094a.noarch (container-tools:rhel8)",
"product_id": "python3-podman-0:4.9.0-2.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-podman@4.9.0-2.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=noarch\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "udica-0:0.2.6-21.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"product": {
"name": "udica-0:0.2.6-21.module+el8.10.0+22283+6d6d094a.noarch (container-tools:rhel8)",
"product_id": "udica-0:0.2.6-21.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/udica@0.2.6-21.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=noarch\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product": {
"name": "aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.aarch64 (container-tools:rhel8)",
"product_id": "aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.10.0-1.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product": {
"name": "buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64 (container-tools:rhel8)",
"product_id": "buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.33.8-4.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product": {
"name": "buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64 (container-tools:rhel8)",
"product_id": "buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.33.8-4.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product": {
"name": "buildah-debugsource-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64 (container-tools:rhel8)",
"product_id": "buildah-debugsource-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.33.8-4.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product": {
"name": "buildah-tests-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64 (container-tools:rhel8)",
"product_id": "buildah-tests-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.33.8-4.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product": {
"name": "buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64 (container-tools:rhel8)",
"product_id": "buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.33.8-4.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product": {
"name": "conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.aarch64 (container-tools:rhel8)",
"product_id": "conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.10-1.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product": {
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.aarch64 (container-tools:rhel8)",
"product_id": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.10-1.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product": {
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.aarch64 (container-tools:rhel8)",
"product_id": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.10-1.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.aarch64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-5.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.aarch64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.4.0-5.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.aarch64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.4.0-5.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product": {
"name": "containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.aarch64 (container-tools:rhel8)",
"product_id": "containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-82.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product": {
"name": "crit-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64 (container-tools:rhel8)",
"product_id": "crit-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.18-5.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product": {
"name": "criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64 (container-tools:rhel8)",
"product_id": "criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.18-5.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product": {
"name": "criu-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64 (container-tools:rhel8)",
"product_id": "criu-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.18-5.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product": {
"name": "criu-debugsource-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64 (container-tools:rhel8)",
"product_id": "criu-debugsource-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.18-5.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product": {
"name": "criu-devel-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64 (container-tools:rhel8)",
"product_id": "criu-devel-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.18-5.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product": {
"name": "criu-libs-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64 (container-tools:rhel8)",
"product_id": "criu-libs-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.18-5.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product": {
"name": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64 (container-tools:rhel8)",
"product_id": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.18-5.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product": {
"name": "crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.aarch64 (container-tools:rhel8)",
"product_id": "crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14.3-2.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product": {
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.aarch64 (container-tools:rhel8)",
"product_id": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.14.3-2.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product": {
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.aarch64 (container-tools:rhel8)",
"product_id": "crun-debugsource-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.14.3-2.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.aarch64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.13-1.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22283+6d6d094a.aarch64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.13-1.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22283+6d6d094a.aarch64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.13-1.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.aarch64 (container-tools:rhel8)",
"product_id": "libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-2.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.aarch64 (container-tools:rhel8)",
"product_id": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-2.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product": {
"name": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.aarch64 (container-tools:rhel8)",
"product_id": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-2.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product": {
"name": "libslirp-devel-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.aarch64 (container-tools:rhel8)",
"product_id": "libslirp-devel-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-2.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product": {
"name": "netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.aarch64 (container-tools:rhel8)",
"product_id": "netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.10.3-1.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.aarch64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.10-1.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.aarch64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.10-1.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.aarch64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.10-1.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product": {
"name": "podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64 (container-tools:rhel8)",
"product_id": "podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-13.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=aarch64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product": {
"name": "podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64 (container-tools:rhel8)",
"product_id": "podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.9.4-13.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=aarch64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product": {
"name": "podman-catatonit-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64 (container-tools:rhel8)",
"product_id": "podman-catatonit-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.9.4-13.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=aarch64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product": {
"name": "podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64 (container-tools:rhel8)",
"product_id": "podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-13.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=aarch64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product": {
"name": "podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64 (container-tools:rhel8)",
"product_id": "podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-13.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=aarch64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64 (container-tools:rhel8)",
"product_id": "podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.9.4-13.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=aarch64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64 (container-tools:rhel8)",
"product_id": "podman-gvproxy-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.9.4-13.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=aarch64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product": {
"name": "podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64 (container-tools:rhel8)",
"product_id": "podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.9.4-13.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=aarch64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product": {
"name": "podman-plugins-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64 (container-tools:rhel8)",
"product_id": "podman-plugins-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-13.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=aarch64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product": {
"name": "podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64 (container-tools:rhel8)",
"product_id": "podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.9.4-13.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=aarch64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product": {
"name": "podman-remote-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64 (container-tools:rhel8)",
"product_id": "podman-remote-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-13.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=aarch64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product": {
"name": "podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64 (container-tools:rhel8)",
"product_id": "podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.9.4-13.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=aarch64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product": {
"name": "python3-criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64 (container-tools:rhel8)",
"product_id": "python3-criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.18-5.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product": {
"name": "runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.aarch64 (container-tools:rhel8)",
"product_id": "runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-4.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product": {
"name": "runc-debuginfo-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.aarch64 (container-tools:rhel8)",
"product_id": "runc-debuginfo-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-4.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product": {
"name": "runc-debugsource-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.aarch64 (container-tools:rhel8)",
"product_id": "runc-debugsource-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-4.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product": {
"name": "skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.aarch64 (container-tools:rhel8)",
"product_id": "skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.14.5-3.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product": {
"name": "skopeo-tests-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.aarch64 (container-tools:rhel8)",
"product_id": "skopeo-tests-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.14.5-3.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.aarch64 (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.3-1.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product": {
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.aarch64 (container-tools:rhel8)",
"product_id": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.2.3-1.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product": {
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.aarch64 (container-tools:rhel8)",
"product_id": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.2.3-1.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.aarch64 (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.5-2.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.aarch64 (container-tools:rhel8)",
"product_id": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.5-2.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product": {
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.aarch64 (container-tools:rhel8)",
"product_id": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.5-2.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product": {
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.aarch64 (container-tools:rhel8)",
"product_id": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.5-2.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product": {
"name": "aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.ppc64le (container-tools:rhel8)",
"product_id": "aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.10.0-1.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le (container-tools:rhel8)",
"product_id": "buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.33.8-4.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le (container-tools:rhel8)",
"product_id": "buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.33.8-4.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-debugsource-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le (container-tools:rhel8)",
"product_id": "buildah-debugsource-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.33.8-4.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-tests-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le (container-tools:rhel8)",
"product_id": "buildah-tests-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.33.8-4.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le (container-tools:rhel8)",
"product_id": "buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.33.8-4.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product": {
"name": "conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.ppc64le (container-tools:rhel8)",
"product_id": "conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.10-1.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product": {
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.ppc64le (container-tools:rhel8)",
"product_id": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.10-1.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product": {
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.ppc64le (container-tools:rhel8)",
"product_id": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.10-1.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.ppc64le (container-tools:rhel8)",
"product_id": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-5.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.ppc64le (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.4.0-5.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.ppc64le (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.4.0-5.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product": {
"name": "containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.ppc64le (container-tools:rhel8)",
"product_id": "containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-82.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product": {
"name": "crit-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le (container-tools:rhel8)",
"product_id": "crit-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.18-5.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le (container-tools:rhel8)",
"product_id": "criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.18-5.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le (container-tools:rhel8)",
"product_id": "criu-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.18-5.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-debugsource-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le (container-tools:rhel8)",
"product_id": "criu-debugsource-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.18-5.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-devel-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le (container-tools:rhel8)",
"product_id": "criu-devel-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.18-5.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-libs-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le (container-tools:rhel8)",
"product_id": "criu-libs-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.18-5.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le (container-tools:rhel8)",
"product_id": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.18-5.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product": {
"name": "crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.ppc64le (container-tools:rhel8)",
"product_id": "crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14.3-2.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product": {
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.ppc64le (container-tools:rhel8)",
"product_id": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.14.3-2.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product": {
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.ppc64le (container-tools:rhel8)",
"product_id": "crun-debugsource-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.14.3-2.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.ppc64le (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.13-1.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22283+6d6d094a.ppc64le (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.13-1.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22283+6d6d094a.ppc64le (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.13-1.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.ppc64le (container-tools:rhel8)",
"product_id": "libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-2.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.ppc64le (container-tools:rhel8)",
"product_id": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-2.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product": {
"name": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.ppc64le (container-tools:rhel8)",
"product_id": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-2.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product": {
"name": "libslirp-devel-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.ppc64le (container-tools:rhel8)",
"product_id": "libslirp-devel-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-2.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product": {
"name": "netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.ppc64le (container-tools:rhel8)",
"product_id": "netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.10.3-1.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.ppc64le (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.10-1.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.ppc64le (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.10-1.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.ppc64le (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.10-1.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le (container-tools:rhel8)",
"product_id": "podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-13.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=ppc64le\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le (container-tools:rhel8)",
"product_id": "podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.9.4-13.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=ppc64le\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-catatonit-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le (container-tools:rhel8)",
"product_id": "podman-catatonit-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.9.4-13.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=ppc64le\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le (container-tools:rhel8)",
"product_id": "podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-13.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=ppc64le\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le (container-tools:rhel8)",
"product_id": "podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-13.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=ppc64le\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le (container-tools:rhel8)",
"product_id": "podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.9.4-13.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=ppc64le\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le (container-tools:rhel8)",
"product_id": "podman-gvproxy-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.9.4-13.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=ppc64le\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le (container-tools:rhel8)",
"product_id": "podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.9.4-13.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=ppc64le\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-plugins-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le (container-tools:rhel8)",
"product_id": "podman-plugins-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-13.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=ppc64le\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le (container-tools:rhel8)",
"product_id": "podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.9.4-13.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=ppc64le\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-remote-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le (container-tools:rhel8)",
"product_id": "podman-remote-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-13.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=ppc64le\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le (container-tools:rhel8)",
"product_id": "podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.9.4-13.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=ppc64le\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product": {
"name": "python3-criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le (container-tools:rhel8)",
"product_id": "python3-criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.18-5.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product": {
"name": "runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.ppc64le (container-tools:rhel8)",
"product_id": "runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-4.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product": {
"name": "runc-debuginfo-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.ppc64le (container-tools:rhel8)",
"product_id": "runc-debuginfo-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-4.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product": {
"name": "runc-debugsource-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.ppc64le (container-tools:rhel8)",
"product_id": "runc-debugsource-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-4.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product": {
"name": "skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.ppc64le (container-tools:rhel8)",
"product_id": "skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.14.5-3.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product": {
"name": "skopeo-tests-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.ppc64le (container-tools:rhel8)",
"product_id": "skopeo-tests-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.14.5-3.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.ppc64le (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.3-1.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product": {
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.ppc64le (container-tools:rhel8)",
"product_id": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.2.3-1.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product": {
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.ppc64le (container-tools:rhel8)",
"product_id": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.2.3-1.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.ppc64le (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.5-2.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.ppc64le (container-tools:rhel8)",
"product_id": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.5-2.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product": {
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.ppc64le (container-tools:rhel8)",
"product_id": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.5-2.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product": {
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.ppc64le (container-tools:rhel8)",
"product_id": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.5-2.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product": {
"name": "aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.s390x (container-tools:rhel8)",
"product_id": "aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.10.0-1.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product": {
"name": "buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x (container-tools:rhel8)",
"product_id": "buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.33.8-4.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product": {
"name": "buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x (container-tools:rhel8)",
"product_id": "buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.33.8-4.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product": {
"name": "buildah-debugsource-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x (container-tools:rhel8)",
"product_id": "buildah-debugsource-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.33.8-4.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product": {
"name": "buildah-tests-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x (container-tools:rhel8)",
"product_id": "buildah-tests-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.33.8-4.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product": {
"name": "buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x (container-tools:rhel8)",
"product_id": "buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.33.8-4.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product": {
"name": "conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.s390x (container-tools:rhel8)",
"product_id": "conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.10-1.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product": {
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.s390x (container-tools:rhel8)",
"product_id": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.10-1.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product": {
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.s390x (container-tools:rhel8)",
"product_id": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.10-1.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.s390x (container-tools:rhel8)",
"product_id": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-5.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.s390x (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.4.0-5.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.s390x (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.4.0-5.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product": {
"name": "containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.s390x (container-tools:rhel8)",
"product_id": "containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-82.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product": {
"name": "crit-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x (container-tools:rhel8)",
"product_id": "crit-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.18-5.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product": {
"name": "criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x (container-tools:rhel8)",
"product_id": "criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.18-5.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product": {
"name": "criu-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x (container-tools:rhel8)",
"product_id": "criu-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.18-5.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product": {
"name": "criu-debugsource-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x (container-tools:rhel8)",
"product_id": "criu-debugsource-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.18-5.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product": {
"name": "criu-devel-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x (container-tools:rhel8)",
"product_id": "criu-devel-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.18-5.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product": {
"name": "criu-libs-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x (container-tools:rhel8)",
"product_id": "criu-libs-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.18-5.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product": {
"name": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x (container-tools:rhel8)",
"product_id": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.18-5.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product": {
"name": "crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.s390x (container-tools:rhel8)",
"product_id": "crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14.3-2.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product": {
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.s390x (container-tools:rhel8)",
"product_id": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.14.3-2.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product": {
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.s390x (container-tools:rhel8)",
"product_id": "crun-debugsource-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.14.3-2.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.s390x (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.13-1.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22283+6d6d094a.s390x (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.13-1.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22283+6d6d094a.s390x (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.13-1.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.s390x (container-tools:rhel8)",
"product_id": "libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-2.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.s390x (container-tools:rhel8)",
"product_id": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-2.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product": {
"name": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.s390x (container-tools:rhel8)",
"product_id": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-2.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product": {
"name": "libslirp-devel-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.s390x (container-tools:rhel8)",
"product_id": "libslirp-devel-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-2.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product": {
"name": "netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.s390x (container-tools:rhel8)",
"product_id": "netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.10.3-1.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.s390x (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.10-1.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.s390x (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.10-1.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.s390x (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.10-1.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product": {
"name": "podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x (container-tools:rhel8)",
"product_id": "podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-13.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=s390x\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product": {
"name": "podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x (container-tools:rhel8)",
"product_id": "podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.9.4-13.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=s390x\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product": {
"name": "podman-catatonit-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x (container-tools:rhel8)",
"product_id": "podman-catatonit-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.9.4-13.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=s390x\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product": {
"name": "podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x (container-tools:rhel8)",
"product_id": "podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-13.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=s390x\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product": {
"name": "podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x (container-tools:rhel8)",
"product_id": "podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-13.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=s390x\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x (container-tools:rhel8)",
"product_id": "podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.9.4-13.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=s390x\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x (container-tools:rhel8)",
"product_id": "podman-gvproxy-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.9.4-13.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=s390x\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product": {
"name": "podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x (container-tools:rhel8)",
"product_id": "podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.9.4-13.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=s390x\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product": {
"name": "podman-plugins-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x (container-tools:rhel8)",
"product_id": "podman-plugins-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-13.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=s390x\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product": {
"name": "podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x (container-tools:rhel8)",
"product_id": "podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.9.4-13.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=s390x\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product": {
"name": "podman-remote-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x (container-tools:rhel8)",
"product_id": "podman-remote-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-13.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=s390x\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product": {
"name": "podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x (container-tools:rhel8)",
"product_id": "podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.9.4-13.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=s390x\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product": {
"name": "python3-criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x (container-tools:rhel8)",
"product_id": "python3-criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.18-5.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product": {
"name": "runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.s390x (container-tools:rhel8)",
"product_id": "runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-4.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product": {
"name": "runc-debuginfo-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.s390x (container-tools:rhel8)",
"product_id": "runc-debuginfo-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-4.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product": {
"name": "runc-debugsource-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.s390x (container-tools:rhel8)",
"product_id": "runc-debugsource-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-4.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product": {
"name": "skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.s390x (container-tools:rhel8)",
"product_id": "skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.14.5-3.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product": {
"name": "skopeo-tests-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.s390x (container-tools:rhel8)",
"product_id": "skopeo-tests-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.14.5-3.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.s390x (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.3-1.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product": {
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.s390x (container-tools:rhel8)",
"product_id": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.2.3-1.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product": {
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.s390x (container-tools:rhel8)",
"product_id": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.2.3-1.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.s390x (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.5-2.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.s390x (container-tools:rhel8)",
"product_id": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.5-2.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product": {
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.s390x (container-tools:rhel8)",
"product_id": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.5-2.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product": {
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.s390x (container-tools:rhel8)",
"product_id": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.5-2.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product": {
"name": "aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.x86_64 (container-tools:rhel8)",
"product_id": "aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.10.0-1.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64 (container-tools:rhel8)",
"product_id": "buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.33.8-4.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64 (container-tools:rhel8)",
"product_id": "buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.33.8-4.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-debugsource-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64 (container-tools:rhel8)",
"product_id": "buildah-debugsource-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.33.8-4.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-tests-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64 (container-tools:rhel8)",
"product_id": "buildah-tests-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.33.8-4.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64 (container-tools:rhel8)",
"product_id": "buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.33.8-4.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product": {
"name": "conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.x86_64 (container-tools:rhel8)",
"product_id": "conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.10-1.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product": {
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.x86_64 (container-tools:rhel8)",
"product_id": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.10-1.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product": {
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.x86_64 (container-tools:rhel8)",
"product_id": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.10-1.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.x86_64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-5.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.x86_64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.4.0-5.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.x86_64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.4.0-5.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product": {
"name": "containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.x86_64 (container-tools:rhel8)",
"product_id": "containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-82.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product": {
"name": "crit-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64 (container-tools:rhel8)",
"product_id": "crit-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.18-5.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product": {
"name": "criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64 (container-tools:rhel8)",
"product_id": "criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.18-5.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product": {
"name": "criu-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64 (container-tools:rhel8)",
"product_id": "criu-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.18-5.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product": {
"name": "criu-debugsource-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64 (container-tools:rhel8)",
"product_id": "criu-debugsource-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.18-5.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product": {
"name": "criu-devel-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64 (container-tools:rhel8)",
"product_id": "criu-devel-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.18-5.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product": {
"name": "criu-libs-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64 (container-tools:rhel8)",
"product_id": "criu-libs-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.18-5.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product": {
"name": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64 (container-tools:rhel8)",
"product_id": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.18-5.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product": {
"name": "crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.x86_64 (container-tools:rhel8)",
"product_id": "crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14.3-2.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product": {
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.x86_64 (container-tools:rhel8)",
"product_id": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.14.3-2.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product": {
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.x86_64 (container-tools:rhel8)",
"product_id": "crun-debugsource-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.14.3-2.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.x86_64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.13-1.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22283+6d6d094a.x86_64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.13-1.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22283+6d6d094a.x86_64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.13-1.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.x86_64 (container-tools:rhel8)",
"product_id": "libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-2.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.x86_64 (container-tools:rhel8)",
"product_id": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-2.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product": {
"name": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.x86_64 (container-tools:rhel8)",
"product_id": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-2.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product": {
"name": "libslirp-devel-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.x86_64 (container-tools:rhel8)",
"product_id": "libslirp-devel-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-2.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product": {
"name": "netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.x86_64 (container-tools:rhel8)",
"product_id": "netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.10.3-1.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.x86_64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.10-1.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.x86_64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.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%2B22283%2B6d6d094a?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.x86_64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.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%2B22283%2B6d6d094a?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product": {
"name": "podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64 (container-tools:rhel8)",
"product_id": "podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-13.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=x86_64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product": {
"name": "podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64 (container-tools:rhel8)",
"product_id": "podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.9.4-13.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=x86_64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product": {
"name": "podman-catatonit-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64 (container-tools:rhel8)",
"product_id": "podman-catatonit-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.9.4-13.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=x86_64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product": {
"name": "podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64 (container-tools:rhel8)",
"product_id": "podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-13.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=x86_64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product": {
"name": "podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64 (container-tools:rhel8)",
"product_id": "podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-13.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=x86_64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64 (container-tools:rhel8)",
"product_id": "podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.9.4-13.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=x86_64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64 (container-tools:rhel8)",
"product_id": "podman-gvproxy-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.9.4-13.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=x86_64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product": {
"name": "podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64 (container-tools:rhel8)",
"product_id": "podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.9.4-13.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=x86_64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product": {
"name": "podman-plugins-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64 (container-tools:rhel8)",
"product_id": "podman-plugins-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-13.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=x86_64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product": {
"name": "podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64 (container-tools:rhel8)",
"product_id": "podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.9.4-13.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=x86_64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product": {
"name": "podman-remote-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64 (container-tools:rhel8)",
"product_id": "podman-remote-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-13.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=x86_64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product": {
"name": "podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64 (container-tools:rhel8)",
"product_id": "podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.9.4-13.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=x86_64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product": {
"name": "python3-criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64 (container-tools:rhel8)",
"product_id": "python3-criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.18-5.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product": {
"name": "runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.x86_64 (container-tools:rhel8)",
"product_id": "runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-4.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product": {
"name": "runc-debuginfo-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.x86_64 (container-tools:rhel8)",
"product_id": "runc-debuginfo-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-4.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product": {
"name": "runc-debugsource-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.x86_64 (container-tools:rhel8)",
"product_id": "runc-debugsource-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-4.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product": {
"name": "skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.x86_64 (container-tools:rhel8)",
"product_id": "skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.14.5-3.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product": {
"name": "skopeo-tests-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.x86_64 (container-tools:rhel8)",
"product_id": "skopeo-tests-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.14.5-3.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.x86_64 (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.3-1.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product": {
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.x86_64 (container-tools:rhel8)",
"product_id": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.2.3-1.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product": {
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.x86_64 (container-tools:rhel8)",
"product_id": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.2.3-1.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.x86_64 (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.5-2.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.x86_64 (container-tools:rhel8)",
"product_id": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.5-2.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product": {
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.x86_64 (container-tools:rhel8)",
"product_id": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.5-2.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240913121423:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product": {
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.x86_64 (container-tools:rhel8)",
"product_id": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.5-2.module%2Bel8.10.0%2B22283%2B6d6d094a?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020240913121423: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+22283+6d6d094a.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+22283+6d6d094a.aarch64::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.ppc64le::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.s390x::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.src::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.x86_64::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.aarch64::container-tools:rhel8"
},
"product_reference": "buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.s390x::container-tools:rhel8"
},
"product_reference": "buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.src::container-tools:rhel8"
},
"product_reference": "buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.aarch64::container-tools:rhel8"
},
"product_reference": "buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.s390x::container-tools:rhel8"
},
"product_reference": "buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.aarch64::container-tools:rhel8"
},
"product_reference": "buildah-debugsource-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-debugsource-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.s390x::container-tools:rhel8"
},
"product_reference": "buildah-debugsource-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-debugsource-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.aarch64::container-tools:rhel8"
},
"product_reference": "buildah-tests-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-tests-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.s390x::container-tools:rhel8"
},
"product_reference": "buildah-tests-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-tests-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.aarch64::container-tools:rhel8"
},
"product_reference": "buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.s390x::container-tools:rhel8"
},
"product_reference": "buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.noarch::container-tools:rhel8"
},
"product_reference": "cockpit-podman-0:84.1-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.src::container-tools:rhel8"
},
"product_reference": "cockpit-podman-0:84.1-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.aarch64::container-tools:rhel8"
},
"product_reference": "conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.ppc64le::container-tools:rhel8"
},
"product_reference": "conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.s390x::container-tools:rhel8"
},
"product_reference": "conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.src::container-tools:rhel8"
},
"product_reference": "conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.aarch64::container-tools:rhel8"
},
"product_reference": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.ppc64le::container-tools:rhel8"
},
"product_reference": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.s390x::container-tools:rhel8"
},
"product_reference": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.aarch64::container-tools:rhel8"
},
"product_reference": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.ppc64le::container-tools:rhel8"
},
"product_reference": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.s390x::container-tools:rhel8"
},
"product_reference": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.noarch::container-tools:rhel8"
},
"product_reference": "container-selinux-2:2.229.0-2.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.src::container-tools:rhel8"
},
"product_reference": "container-selinux-2:2.229.0-2.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.aarch64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.ppc64le::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.s390x::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.src::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.aarch64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.ppc64le::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.s390x::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.aarch64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.ppc64le::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.s390x::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.aarch64::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.ppc64le::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.s390x::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.src::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.x86_64::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.aarch64::container-tools:rhel8"
},
"product_reference": "crit-0:3.18-5.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.ppc64le::container-tools:rhel8"
},
"product_reference": "crit-0:3.18-5.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.s390x::container-tools:rhel8"
},
"product_reference": "crit-0:3.18-5.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.x86_64::container-tools:rhel8"
},
"product_reference": "crit-0:3.18-5.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.aarch64::container-tools:rhel8"
},
"product_reference": "criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.s390x::container-tools:rhel8"
},
"product_reference": "criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.src::container-tools:rhel8"
},
"product_reference": "criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.x86_64::container-tools:rhel8"
},
"product_reference": "criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.aarch64::container-tools:rhel8"
},
"product_reference": "criu-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.s390x::container-tools:rhel8"
},
"product_reference": "criu-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.x86_64::container-tools:rhel8"
},
"product_reference": "criu-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.aarch64::container-tools:rhel8"
},
"product_reference": "criu-debugsource-0:3.18-5.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-debugsource-0:3.18-5.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.s390x::container-tools:rhel8"
},
"product_reference": "criu-debugsource-0:3.18-5.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.x86_64::container-tools:rhel8"
},
"product_reference": "criu-debugsource-0:3.18-5.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.aarch64::container-tools:rhel8"
},
"product_reference": "criu-devel-0:3.18-5.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-devel-0:3.18-5.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.s390x::container-tools:rhel8"
},
"product_reference": "criu-devel-0:3.18-5.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.x86_64::container-tools:rhel8"
},
"product_reference": "criu-devel-0:3.18-5.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.aarch64::container-tools:rhel8"
},
"product_reference": "criu-libs-0:3.18-5.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-libs-0:3.18-5.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.s390x::container-tools:rhel8"
},
"product_reference": "criu-libs-0:3.18-5.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.x86_64::container-tools:rhel8"
},
"product_reference": "criu-libs-0:3.18-5.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.aarch64::container-tools:rhel8"
},
"product_reference": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.s390x::container-tools:rhel8"
},
"product_reference": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.x86_64::container-tools:rhel8"
},
"product_reference": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.aarch64::container-tools:rhel8"
},
"product_reference": "crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.ppc64le::container-tools:rhel8"
},
"product_reference": "crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.s390x::container-tools:rhel8"
},
"product_reference": "crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.src::container-tools:rhel8"
},
"product_reference": "crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.x86_64::container-tools:rhel8"
},
"product_reference": "crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.aarch64::container-tools:rhel8"
},
"product_reference": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.ppc64le::container-tools:rhel8"
},
"product_reference": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.s390x::container-tools:rhel8"
},
"product_reference": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.x86_64::container-tools:rhel8"
},
"product_reference": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.aarch64::container-tools:rhel8"
},
"product_reference": "crun-debugsource-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.ppc64le::container-tools:rhel8"
},
"product_reference": "crun-debugsource-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.s390x::container-tools:rhel8"
},
"product_reference": "crun-debugsource-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.x86_64::container-tools:rhel8"
},
"product_reference": "crun-debugsource-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.aarch64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.ppc64le::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.s390x::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.src::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.aarch64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.ppc64le::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.s390x::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.aarch64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.ppc64le::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.s390x::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.aarch64::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.ppc64le::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.s390x::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.src::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.aarch64::container-tools:rhel8"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.ppc64le::container-tools:rhel8"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.s390x::container-tools:rhel8"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.aarch64::container-tools:rhel8"
},
"product_reference": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.ppc64le::container-tools:rhel8"
},
"product_reference": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.s390x::container-tools:rhel8"
},
"product_reference": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.aarch64::container-tools:rhel8"
},
"product_reference": "libslirp-devel-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.ppc64le::container-tools:rhel8"
},
"product_reference": "libslirp-devel-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.s390x::container-tools:rhel8"
},
"product_reference": "libslirp-devel-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-devel-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.aarch64::container-tools:rhel8"
},
"product_reference": "netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.ppc64le::container-tools:rhel8"
},
"product_reference": "netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.s390x::container-tools:rhel8"
},
"product_reference": "netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.src::container-tools:rhel8"
},
"product_reference": "netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.x86_64::container-tools:rhel8"
},
"product_reference": "netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.aarch64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.ppc64le::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.s390x::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.src::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.aarch64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.ppc64le::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.s390x::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.aarch64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.ppc64le::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.s390x::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8"
},
"product_reference": "podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8"
},
"product_reference": "podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8"
},
"product_reference": "podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8"
},
"product_reference": "podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8"
},
"product_reference": "podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-catatonit-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8"
},
"product_reference": "podman-catatonit-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8"
},
"product_reference": "podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8"
},
"product_reference": "podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8"
},
"product_reference": "podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8"
},
"product_reference": "podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8"
},
"product_reference": "podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8"
},
"product_reference": "podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8"
},
"product_reference": "podman-docker-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8"
},
"product_reference": "podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8"
},
"product_reference": "podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8"
},
"product_reference": "podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8"
},
"product_reference": "podman-plugins-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-plugins-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8"
},
"product_reference": "podman-plugins-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8"
},
"product_reference": "podman-plugins-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8"
},
"product_reference": "podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8"
},
"product_reference": "podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8"
},
"product_reference": "podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8"
},
"product_reference": "podman-remote-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-remote-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8"
},
"product_reference": "podman-remote-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8"
},
"product_reference": "podman-remote-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8"
},
"product_reference": "podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8"
},
"product_reference": "podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.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-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8"
},
"product_reference": "podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.src::container-tools:rhel8"
},
"product_reference": "python-podman-0:4.9.0-2.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.aarch64::container-tools:rhel8"
},
"product_reference": "python3-criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.ppc64le::container-tools:rhel8"
},
"product_reference": "python3-criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.s390x::container-tools:rhel8"
},
"product_reference": "python3-criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.x86_64::container-tools:rhel8"
},
"product_reference": "python3-criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.noarch::container-tools:rhel8"
},
"product_reference": "python3-podman-0:4.9.0-2.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.aarch64::container-tools:rhel8"
},
"product_reference": "runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.ppc64le::container-tools:rhel8"
},
"product_reference": "runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.s390x::container-tools:rhel8"
},
"product_reference": "runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.src::container-tools:rhel8"
},
"product_reference": "runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.x86_64::container-tools:rhel8"
},
"product_reference": "runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.aarch64::container-tools:rhel8"
},
"product_reference": "runc-debuginfo-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.ppc64le::container-tools:rhel8"
},
"product_reference": "runc-debuginfo-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.s390x::container-tools:rhel8"
},
"product_reference": "runc-debuginfo-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.x86_64::container-tools:rhel8"
},
"product_reference": "runc-debuginfo-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.aarch64::container-tools:rhel8"
},
"product_reference": "runc-debugsource-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.ppc64le::container-tools:rhel8"
},
"product_reference": "runc-debugsource-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.s390x::container-tools:rhel8"
},
"product_reference": "runc-debugsource-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.x86_64::container-tools:rhel8"
},
"product_reference": "runc-debugsource-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.aarch64::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.ppc64le::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.s390x::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.src::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.aarch64::container-tools:rhel8"
},
"product_reference": "skopeo-tests-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.ppc64le::container-tools:rhel8"
},
"product_reference": "skopeo-tests-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.s390x::container-tools:rhel8"
},
"product_reference": "skopeo-tests-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-tests-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.aarch64::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.ppc64le::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.s390x::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.src::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.aarch64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.ppc64le::container-tools:rhel8"
},
"product_reference": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.s390x::container-tools:rhel8"
},
"product_reference": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.aarch64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.ppc64le::container-tools:rhel8"
},
"product_reference": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.s390x::container-tools:rhel8"
},
"product_reference": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.aarch64::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.ppc64le::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.s390x::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.src::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.aarch64::container-tools:rhel8"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.ppc64le::container-tools:rhel8"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.s390x::container-tools:rhel8"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.aarch64::container-tools:rhel8"
},
"product_reference": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.ppc64le::container-tools:rhel8"
},
"product_reference": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.s390x::container-tools:rhel8"
},
"product_reference": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.aarch64::container-tools:rhel8"
},
"product_reference": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.ppc64le::container-tools:rhel8"
},
"product_reference": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.s390x::container-tools:rhel8"
},
"product_reference": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.noarch::container-tools:rhel8"
},
"product_reference": "udica-0:0.2.6-21.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.src::container-tools:rhel8"
},
"product_reference": "udica-0:0.2.6-21.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22283+6d6d094a.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-09-24T03:30:02+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:6969"
},
{
"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+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8"
]
}
],
"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": [
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22283+6d6d094a.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-09-24T03:30:02+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:6969"
},
{
"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+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22283+6d6d094a.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-09-24T03:30:02+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:6969"
},
{
"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+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/mail: comments in display names are incorrectly handled"
},
{
"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",
"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": [
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8"
]
},
"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-09-24T03:30:02+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:6969"
},
{
"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+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net: malformed DNS message can cause infinite loop"
},
{
"cve": "CVE-2024-24791",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2024-07-02T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2295310"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go. The net/http module mishandles specific server responses from HTTP/1.1 client requests. This issue may render a connection invalid and cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net/http: Denial of service due to improper 100-continue handling in net/http",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "An attacker would need to control a malicious server and induce a client to connect to it, requiring some amount of preparation outside of the attacker\u0027s control. This reduces the severity score of this flaw 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": [
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24791"
},
{
"category": "external",
"summary": "RHBZ#2295310",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2295310"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24791",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24791"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24791",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24791"
},
{
"category": "external",
"summary": "https://go.dev/cl/591255",
"url": "https://go.dev/cl/591255"
},
{
"category": "external",
"summary": "https://go.dev/issue/67555",
"url": "https://go.dev/issue/67555"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/t0rK-qHBqzY/m/6MMoAZkMAgAJ",
"url": "https://groups.google.com/g/golang-dev/c/t0rK-qHBqzY/m/6MMoAZkMAgAJ"
}
],
"release_date": "2024-07-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-09-24T03:30:02+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:6969"
},
{
"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+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8"
]
}
],
"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": [
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.0-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.8-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.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+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-13.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-2.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-4.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22283+6d6d094a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22283+6d6d094a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22283+6d6d094a.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "net/http: Denial of service due to improper 100-continue handling in net/http"
}
]
}
RHSA-2024:7164
Vulnerability from csaf_redhat - Published: 2024-09-26 03:46 - Updated: 2026-05-28 20:33A flaw was found in the gin-gonic CORS middleware. Affected versions of this package are vulnerable to an Origin Validation Error due to the mishandling of wildcard characters at the end of an origin string. This flaw could allow an attacker to bypass intended CORS restrictions by crafting origin strings that exploit this wildcard handling.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-controller-rhel8@sha256:a4025dfcd79bcb22e2ab91e1bc027c200f9c2741ed2c3a576a64cb24084c584e_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-hook-runner-rhel8@sha256:419c11ecd25664d16f77aec6589c9fa183832947766f75575dfab4bc059fe876_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-log-reader-rhel8@sha256:6886c4d68d7c6100b5eb7239ae8ce14871403a71ce69b35c42c0ce238b32ff87_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-must-gather-rhel8@sha256:08bb8048bb9fc00ba84e846fce7ce3e37506fbadf077b487c1d3d2dd607b2277_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-openvpn-rhel8@sha256:1e0cf80fab89615624cf7f9f62e72e161af4143ed1d6245db45f09ba8382dbc4_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-operator-bundle@sha256:9616b52c1d745b7bf37c0237a6cd2cde9a1d9e8dbfdb5e5cb49504805e706065_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-registry-rhel8@sha256:c7f229ac51306d667f9b766fb1a464686fa47eb06d5658dbe4977e25b4877b20_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-rhel8-operator@sha256:79c957509adaff575917d1e70ec25965a4230c0a2deb9cd9007089dfc3ec39cc_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b556472a46fbac2508b8f36b975c8fdb26a77a2fc8bd43b2667f9151bf1cbc3f_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-ui-rhel8@sha256:db4903f395697e2eb244a0251ec1a5f89b12434501cb56889f2af37770f95f58_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:8765eb907963a6677c1af44dee1168d635d243824396f73c829697b1582046e9_amd64 | — |
Workaround
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-controller-rhel8@sha256:a4025dfcd79bcb22e2ab91e1bc027c200f9c2741ed2c3a576a64cb24084c584e_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-hook-runner-rhel8@sha256:419c11ecd25664d16f77aec6589c9fa183832947766f75575dfab4bc059fe876_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-log-reader-rhel8@sha256:6886c4d68d7c6100b5eb7239ae8ce14871403a71ce69b35c42c0ce238b32ff87_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-must-gather-rhel8@sha256:08bb8048bb9fc00ba84e846fce7ce3e37506fbadf077b487c1d3d2dd607b2277_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-openvpn-rhel8@sha256:1e0cf80fab89615624cf7f9f62e72e161af4143ed1d6245db45f09ba8382dbc4_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-operator-bundle@sha256:9616b52c1d745b7bf37c0237a6cd2cde9a1d9e8dbfdb5e5cb49504805e706065_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-registry-rhel8@sha256:c7f229ac51306d667f9b766fb1a464686fa47eb06d5658dbe4977e25b4877b20_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-rhel8-operator@sha256:79c957509adaff575917d1e70ec25965a4230c0a2deb9cd9007089dfc3ec39cc_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b556472a46fbac2508b8f36b975c8fdb26a77a2fc8bd43b2667f9151bf1cbc3f_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-ui-rhel8@sha256:db4903f395697e2eb244a0251ec1a5f89b12434501cb56889f2af37770f95f58_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:8765eb907963a6677c1af44dee1168d635d243824396f73c829697b1582046e9_amd64 | — |
Workaround
|
A flaw was found in Go's net/http/cookiejar standard library package. When following an HTTP redirect to a domain that is not a subdomain match or an exact match of the initial domain, an http.Client does not forward sensitive headers such as "Authorization" or "Cookie". For example, a redirect from foo.com to www.foo.com will forward the Authorization header, but a redirect to bar.com will not. A maliciously crafted HTTP redirect could cause sensitive headers to be unexpectedly forwarded.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-registry-rhel8@sha256:c7f229ac51306d667f9b766fb1a464686fa47eb06d5658dbe4977e25b4877b20_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-controller-rhel8@sha256:a4025dfcd79bcb22e2ab91e1bc027c200f9c2741ed2c3a576a64cb24084c584e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-hook-runner-rhel8@sha256:419c11ecd25664d16f77aec6589c9fa183832947766f75575dfab4bc059fe876_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-log-reader-rhel8@sha256:6886c4d68d7c6100b5eb7239ae8ce14871403a71ce69b35c42c0ce238b32ff87_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-must-gather-rhel8@sha256:08bb8048bb9fc00ba84e846fce7ce3e37506fbadf077b487c1d3d2dd607b2277_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-openvpn-rhel8@sha256:1e0cf80fab89615624cf7f9f62e72e161af4143ed1d6245db45f09ba8382dbc4_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-operator-bundle@sha256:9616b52c1d745b7bf37c0237a6cd2cde9a1d9e8dbfdb5e5cb49504805e706065_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-rhel8-operator@sha256:79c957509adaff575917d1e70ec25965a4230c0a2deb9cd9007089dfc3ec39cc_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b556472a46fbac2508b8f36b975c8fdb26a77a2fc8bd43b2667f9151bf1cbc3f_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-ui-rhel8@sha256:db4903f395697e2eb244a0251ec1a5f89b12434501cb56889f2af37770f95f58_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:8765eb907963a6677c1af44dee1168d635d243824396f73c829697b1582046e9_amd64 | — |
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: 8Base-RHMTC-1.8:rhmtc/openshift-migration-controller-rhel8@sha256:a4025dfcd79bcb22e2ab91e1bc027c200f9c2741ed2c3a576a64cb24084c584e_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-hook-runner-rhel8@sha256:419c11ecd25664d16f77aec6589c9fa183832947766f75575dfab4bc059fe876_amd64 | — | ||
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-log-reader-rhel8@sha256:6886c4d68d7c6100b5eb7239ae8ce14871403a71ce69b35c42c0ce238b32ff87_amd64 | — | ||
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-must-gather-rhel8@sha256:08bb8048bb9fc00ba84e846fce7ce3e37506fbadf077b487c1d3d2dd607b2277_amd64 | — | ||
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-openvpn-rhel8@sha256:1e0cf80fab89615624cf7f9f62e72e161af4143ed1d6245db45f09ba8382dbc4_amd64 | — | ||
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-operator-bundle@sha256:9616b52c1d745b7bf37c0237a6cd2cde9a1d9e8dbfdb5e5cb49504805e706065_amd64 | — | ||
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-registry-rhel8@sha256:c7f229ac51306d667f9b766fb1a464686fa47eb06d5658dbe4977e25b4877b20_amd64 | — | ||
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-rhel8-operator@sha256:79c957509adaff575917d1e70ec25965a4230c0a2deb9cd9007089dfc3ec39cc_amd64 | — | ||
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b556472a46fbac2508b8f36b975c8fdb26a77a2fc8bd43b2667f9151bf1cbc3f_amd64 | — | ||
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-ui-rhel8@sha256:db4903f395697e2eb244a0251ec1a5f89b12434501cb56889f2af37770f95f58_amd64 | — | ||
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:8765eb907963a6677c1af44dee1168d635d243824396f73c829697b1582046e9_amd64 | — |
A flaw was found in the NPM package `braces.` It fails to limit the number of characters it can handle, which could lead to memory exhaustion. In `lib/parse.js,` if a malicious user sends "imbalanced braces" as input, the parsing will enter a loop, causing the program to start allocating heap memory without freeing it at any moment of the loop. Eventually, the JavaScript heap limit is reached, and the program will crash.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-ui-rhel8@sha256:db4903f395697e2eb244a0251ec1a5f89b12434501cb56889f2af37770f95f58_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-controller-rhel8@sha256:a4025dfcd79bcb22e2ab91e1bc027c200f9c2741ed2c3a576a64cb24084c584e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-hook-runner-rhel8@sha256:419c11ecd25664d16f77aec6589c9fa183832947766f75575dfab4bc059fe876_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-log-reader-rhel8@sha256:6886c4d68d7c6100b5eb7239ae8ce14871403a71ce69b35c42c0ce238b32ff87_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-must-gather-rhel8@sha256:08bb8048bb9fc00ba84e846fce7ce3e37506fbadf077b487c1d3d2dd607b2277_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-openvpn-rhel8@sha256:1e0cf80fab89615624cf7f9f62e72e161af4143ed1d6245db45f09ba8382dbc4_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-operator-bundle@sha256:9616b52c1d745b7bf37c0237a6cd2cde9a1d9e8dbfdb5e5cb49504805e706065_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-registry-rhel8@sha256:c7f229ac51306d667f9b766fb1a464686fa47eb06d5658dbe4977e25b4877b20_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-rhel8-operator@sha256:79c957509adaff575917d1e70ec25965a4230c0a2deb9cd9007089dfc3ec39cc_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b556472a46fbac2508b8f36b975c8fdb26a77a2fc8bd43b2667f9151bf1cbc3f_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:8765eb907963a6677c1af44dee1168d635d243824396f73c829697b1582046e9_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: 8Base-RHMTC-1.8:rhmtc/openshift-migration-registry-rhel8@sha256:c7f229ac51306d667f9b766fb1a464686fa47eb06d5658dbe4977e25b4877b20_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-controller-rhel8@sha256:a4025dfcd79bcb22e2ab91e1bc027c200f9c2741ed2c3a576a64cb24084c584e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-hook-runner-rhel8@sha256:419c11ecd25664d16f77aec6589c9fa183832947766f75575dfab4bc059fe876_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-log-reader-rhel8@sha256:6886c4d68d7c6100b5eb7239ae8ce14871403a71ce69b35c42c0ce238b32ff87_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-must-gather-rhel8@sha256:08bb8048bb9fc00ba84e846fce7ce3e37506fbadf077b487c1d3d2dd607b2277_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-openvpn-rhel8@sha256:1e0cf80fab89615624cf7f9f62e72e161af4143ed1d6245db45f09ba8382dbc4_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-operator-bundle@sha256:9616b52c1d745b7bf37c0237a6cd2cde9a1d9e8dbfdb5e5cb49504805e706065_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-rhel8-operator@sha256:79c957509adaff575917d1e70ec25965a4230c0a2deb9cd9007089dfc3ec39cc_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b556472a46fbac2508b8f36b975c8fdb26a77a2fc8bd43b2667f9151bf1cbc3f_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-ui-rhel8@sha256:db4903f395697e2eb244a0251ec1a5f89b12434501cb56889f2af37770f95f58_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:8765eb907963a6677c1af44dee1168d635d243824396f73c829697b1582046e9_amd64 | — |
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: 8Base-RHMTC-1.8:rhmtc/openshift-migration-controller-rhel8@sha256:a4025dfcd79bcb22e2ab91e1bc027c200f9c2741ed2c3a576a64cb24084c584e_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-hook-runner-rhel8@sha256:419c11ecd25664d16f77aec6589c9fa183832947766f75575dfab4bc059fe876_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-log-reader-rhel8@sha256:6886c4d68d7c6100b5eb7239ae8ce14871403a71ce69b35c42c0ce238b32ff87_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-must-gather-rhel8@sha256:08bb8048bb9fc00ba84e846fce7ce3e37506fbadf077b487c1d3d2dd607b2277_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-openvpn-rhel8@sha256:1e0cf80fab89615624cf7f9f62e72e161af4143ed1d6245db45f09ba8382dbc4_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-operator-bundle@sha256:9616b52c1d745b7bf37c0237a6cd2cde9a1d9e8dbfdb5e5cb49504805e706065_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-registry-rhel8@sha256:c7f229ac51306d667f9b766fb1a464686fa47eb06d5658dbe4977e25b4877b20_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-rhel8-operator@sha256:79c957509adaff575917d1e70ec25965a4230c0a2deb9cd9007089dfc3ec39cc_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b556472a46fbac2508b8f36b975c8fdb26a77a2fc8bd43b2667f9151bf1cbc3f_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-ui-rhel8@sha256:db4903f395697e2eb244a0251ec1a5f89b12434501cb56889f2af37770f95f58_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:8765eb907963a6677c1af44dee1168d635d243824396f73c829697b1582046e9_amd64 | — |
Workaround
|
A vulnerability was found in the follow-redirects package. While processing the cross-domain redirection, `follow-redirects` clears authorization headers, however, it misses clearing proxy-authentication headers, which contain credentials as well. This issue may lead to credential leaking, having a high impact on data confidentiality.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-ui-rhel8@sha256:db4903f395697e2eb244a0251ec1a5f89b12434501cb56889f2af37770f95f58_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-controller-rhel8@sha256:a4025dfcd79bcb22e2ab91e1bc027c200f9c2741ed2c3a576a64cb24084c584e_amd64 | — | ||
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-hook-runner-rhel8@sha256:419c11ecd25664d16f77aec6589c9fa183832947766f75575dfab4bc059fe876_amd64 | — | ||
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-log-reader-rhel8@sha256:6886c4d68d7c6100b5eb7239ae8ce14871403a71ce69b35c42c0ce238b32ff87_amd64 | — | ||
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-must-gather-rhel8@sha256:08bb8048bb9fc00ba84e846fce7ce3e37506fbadf077b487c1d3d2dd607b2277_amd64 | — | ||
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-openvpn-rhel8@sha256:1e0cf80fab89615624cf7f9f62e72e161af4143ed1d6245db45f09ba8382dbc4_amd64 | — | ||
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-operator-bundle@sha256:9616b52c1d745b7bf37c0237a6cd2cde9a1d9e8dbfdb5e5cb49504805e706065_amd64 | — | ||
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-registry-rhel8@sha256:c7f229ac51306d667f9b766fb1a464686fa47eb06d5658dbe4977e25b4877b20_amd64 | — | ||
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-rhel8-operator@sha256:79c957509adaff575917d1e70ec25965a4230c0a2deb9cd9007089dfc3ec39cc_amd64 | — | ||
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b556472a46fbac2508b8f36b975c8fdb26a77a2fc8bd43b2667f9151bf1cbc3f_amd64 | — | ||
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:8765eb907963a6677c1af44dee1168d635d243824396f73c829697b1582046e9_amd64 | — |
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: 8Base-RHMTC-1.8:rhmtc/openshift-migration-ui-rhel8@sha256:db4903f395697e2eb244a0251ec1a5f89b12434501cb56889f2af37770f95f58_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-controller-rhel8@sha256:a4025dfcd79bcb22e2ab91e1bc027c200f9c2741ed2c3a576a64cb24084c584e_amd64 | — | ||
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-hook-runner-rhel8@sha256:419c11ecd25664d16f77aec6589c9fa183832947766f75575dfab4bc059fe876_amd64 | — | ||
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-log-reader-rhel8@sha256:6886c4d68d7c6100b5eb7239ae8ce14871403a71ce69b35c42c0ce238b32ff87_amd64 | — | ||
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-must-gather-rhel8@sha256:08bb8048bb9fc00ba84e846fce7ce3e37506fbadf077b487c1d3d2dd607b2277_amd64 | — | ||
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-openvpn-rhel8@sha256:1e0cf80fab89615624cf7f9f62e72e161af4143ed1d6245db45f09ba8382dbc4_amd64 | — | ||
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-operator-bundle@sha256:9616b52c1d745b7bf37c0237a6cd2cde9a1d9e8dbfdb5e5cb49504805e706065_amd64 | — | ||
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-registry-rhel8@sha256:c7f229ac51306d667f9b766fb1a464686fa47eb06d5658dbe4977e25b4877b20_amd64 | — | ||
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-rhel8-operator@sha256:79c957509adaff575917d1e70ec25965a4230c0a2deb9cd9007089dfc3ec39cc_amd64 | — | ||
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b556472a46fbac2508b8f36b975c8fdb26a77a2fc8bd43b2667f9151bf1cbc3f_amd64 | — | ||
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:8765eb907963a6677c1af44dee1168d635d243824396f73c829697b1582046e9_amd64 | — |
A vulnerability was found in Moby due to excessive data output in external DNS requests from "internal" networks, enabling unauthorized access to sensitive system information by remote attackers. This flaw allows attackers to gain access to sensitive information by exploiting incorrect resource transfer between spheres through specially crafted requests.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-controller-rhel8@sha256:a4025dfcd79bcb22e2ab91e1bc027c200f9c2741ed2c3a576a64cb24084c584e_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-hook-runner-rhel8@sha256:419c11ecd25664d16f77aec6589c9fa183832947766f75575dfab4bc059fe876_amd64 | — | ||
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-log-reader-rhel8@sha256:6886c4d68d7c6100b5eb7239ae8ce14871403a71ce69b35c42c0ce238b32ff87_amd64 | — | ||
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-must-gather-rhel8@sha256:08bb8048bb9fc00ba84e846fce7ce3e37506fbadf077b487c1d3d2dd607b2277_amd64 | — | ||
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-openvpn-rhel8@sha256:1e0cf80fab89615624cf7f9f62e72e161af4143ed1d6245db45f09ba8382dbc4_amd64 | — | ||
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-operator-bundle@sha256:9616b52c1d745b7bf37c0237a6cd2cde9a1d9e8dbfdb5e5cb49504805e706065_amd64 | — | ||
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-registry-rhel8@sha256:c7f229ac51306d667f9b766fb1a464686fa47eb06d5658dbe4977e25b4877b20_amd64 | — | ||
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-rhel8-operator@sha256:79c957509adaff575917d1e70ec25965a4230c0a2deb9cd9007089dfc3ec39cc_amd64 | — | ||
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b556472a46fbac2508b8f36b975c8fdb26a77a2fc8bd43b2667f9151bf1cbc3f_amd64 | — | ||
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-ui-rhel8@sha256:db4903f395697e2eb244a0251ec1a5f89b12434501cb56889f2af37770f95f58_amd64 | — | ||
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:8765eb907963a6677c1af44dee1168d635d243824396f73c829697b1582046e9_amd64 | — |
A flaw was found in the Express.js minimalist web framework for node. Upstream versions of Express.js before 4.19.0 and all pre-release alpha and beta versions of 5.0 are affected by an open redirect vulnerability using malformed URLs. When a user of Express performs a redirect using a user-provided URL, Express performs an encode [using `encodeurl`](https://github.com/pillarjs/encodeurl) on the contents before passing it to the `location` header. This issue can cause malformed URLs to be evaluated in unexpected ways by common redirect allow list implementations in Express applications, leading to an Open Redirect via bypass of a properly implemented allow list. The main method impacted is `res.location()`, but this is also called from within `res.redirect()`. The vulnerability is fixed in upstream version 4.19.2 and 5.0.0-beta.3.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-ui-rhel8@sha256:db4903f395697e2eb244a0251ec1a5f89b12434501cb56889f2af37770f95f58_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-controller-rhel8@sha256:a4025dfcd79bcb22e2ab91e1bc027c200f9c2741ed2c3a576a64cb24084c584e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-hook-runner-rhel8@sha256:419c11ecd25664d16f77aec6589c9fa183832947766f75575dfab4bc059fe876_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-log-reader-rhel8@sha256:6886c4d68d7c6100b5eb7239ae8ce14871403a71ce69b35c42c0ce238b32ff87_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-must-gather-rhel8@sha256:08bb8048bb9fc00ba84e846fce7ce3e37506fbadf077b487c1d3d2dd607b2277_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-openvpn-rhel8@sha256:1e0cf80fab89615624cf7f9f62e72e161af4143ed1d6245db45f09ba8382dbc4_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-operator-bundle@sha256:9616b52c1d745b7bf37c0237a6cd2cde9a1d9e8dbfdb5e5cb49504805e706065_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-registry-rhel8@sha256:c7f229ac51306d667f9b766fb1a464686fa47eb06d5658dbe4977e25b4877b20_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-rhel8-operator@sha256:79c957509adaff575917d1e70ec25965a4230c0a2deb9cd9007089dfc3ec39cc_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b556472a46fbac2508b8f36b975c8fdb26a77a2fc8bd43b2667f9151bf1cbc3f_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:8765eb907963a6677c1af44dee1168d635d243824396f73c829697b1582046e9_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.8:rhmtc/openshift-migration-controller-rhel8@sha256:a4025dfcd79bcb22e2ab91e1bc027c200f9c2741ed2c3a576a64cb24084c584e_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-hook-runner-rhel8@sha256:419c11ecd25664d16f77aec6589c9fa183832947766f75575dfab4bc059fe876_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-log-reader-rhel8@sha256:6886c4d68d7c6100b5eb7239ae8ce14871403a71ce69b35c42c0ce238b32ff87_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-must-gather-rhel8@sha256:08bb8048bb9fc00ba84e846fce7ce3e37506fbadf077b487c1d3d2dd607b2277_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-openvpn-rhel8@sha256:1e0cf80fab89615624cf7f9f62e72e161af4143ed1d6245db45f09ba8382dbc4_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-operator-bundle@sha256:9616b52c1d745b7bf37c0237a6cd2cde9a1d9e8dbfdb5e5cb49504805e706065_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-registry-rhel8@sha256:c7f229ac51306d667f9b766fb1a464686fa47eb06d5658dbe4977e25b4877b20_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-rhel8-operator@sha256:79c957509adaff575917d1e70ec25965a4230c0a2deb9cd9007089dfc3ec39cc_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b556472a46fbac2508b8f36b975c8fdb26a77a2fc8bd43b2667f9151bf1cbc3f_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-ui-rhel8@sha256:db4903f395697e2eb244a0251ec1a5f89b12434501cb56889f2af37770f95f58_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:8765eb907963a6677c1af44dee1168d635d243824396f73c829697b1582046e9_amd64 | — |
Workaround
|
A vulnerability was found in the Axios HTTP Client. It is vulnerable to a server-side request forgery attack (SSRF) caused by unexpected behavior where requests for path-relative URLs get processed as protocol-relative URLs. This flaw allows an attacker to perform arbitrary requests from the server, potentially accessing internal systems or exfiltrating sensitive data.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-ui-rhel8@sha256:db4903f395697e2eb244a0251ec1a5f89b12434501cb56889f2af37770f95f58_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-controller-rhel8@sha256:a4025dfcd79bcb22e2ab91e1bc027c200f9c2741ed2c3a576a64cb24084c584e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-hook-runner-rhel8@sha256:419c11ecd25664d16f77aec6589c9fa183832947766f75575dfab4bc059fe876_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-log-reader-rhel8@sha256:6886c4d68d7c6100b5eb7239ae8ce14871403a71ce69b35c42c0ce238b32ff87_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-must-gather-rhel8@sha256:08bb8048bb9fc00ba84e846fce7ce3e37506fbadf077b487c1d3d2dd607b2277_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-openvpn-rhel8@sha256:1e0cf80fab89615624cf7f9f62e72e161af4143ed1d6245db45f09ba8382dbc4_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-operator-bundle@sha256:9616b52c1d745b7bf37c0237a6cd2cde9a1d9e8dbfdb5e5cb49504805e706065_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-registry-rhel8@sha256:c7f229ac51306d667f9b766fb1a464686fa47eb06d5658dbe4977e25b4877b20_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-rhel8-operator@sha256:79c957509adaff575917d1e70ec25965a4230c0a2deb9cd9007089dfc3ec39cc_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b556472a46fbac2508b8f36b975c8fdb26a77a2fc8bd43b2667f9151bf1cbc3f_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHMTC-1.8:rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:8765eb907963a6677c1af44dee1168d635d243824396f73c829697b1582046e9_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.8.4 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* golang: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS (CVE-2023-45288)\n\n* webpack-dev-middleware: lack of URL validation may lead to file leak (CVE-2024-29180)\n\n* express: cause malformed URLs to be evaluated (CVE-2024-29041)\n\n* axios: axios: Server-Side Request Forgery (CVE-2024-39338)\n\n* golang: net/http/cookiejar: incorrect forwarding of sensitive headers and cookies on HTTP redirect (CVE-2023-45289)\n\n* jose-go: improper handling of highly compressed data (CVE-2024-28180)\n\n* follow-redirects: Possible credential leak (CVE-2024-28849)\n\n* moby: external DNS requests from \u0027internal\u0027 networks could lead to data exfiltration (CVE-2024-29018)\n\n* containers/image: digest type does not guarantee valid type (CVE-2024-3727)\n\n* golang: net: malformed DNS message can cause infinite loop (CVE-2024-24788)\n\n* braces: fails to limit the number of characters it can handle (CVE-2024-4068)\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, 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:7164",
"url": "https://access.redhat.com/errata/RHSA-2024:7164"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2268018",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268018"
},
{
"category": "external",
"summary": "2268273",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268273"
},
{
"category": "external",
"summary": "2268854",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268854"
},
{
"category": "external",
"summary": "2269576",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2269576"
},
{
"category": "external",
"summary": "2270591",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2270591"
},
{
"category": "external",
"summary": "2270863",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2270863"
},
{
"category": "external",
"summary": "2274767",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2274767"
},
{
"category": "external",
"summary": "2279814",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2279814"
},
{
"category": "external",
"summary": "2280600",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2280600"
},
{
"category": "external",
"summary": "2290901",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2290901"
},
{
"category": "external",
"summary": "2293200",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2293200"
},
{
"category": "external",
"summary": "2295302",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2295302"
},
{
"category": "external",
"summary": "2299624",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2299624"
},
{
"category": "external",
"summary": "2299625",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2299625"
},
{
"category": "external",
"summary": "2299628",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2299628"
},
{
"category": "external",
"summary": "2299668",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2299668"
},
{
"category": "external",
"summary": "MIG-1592",
"url": "https://issues.redhat.com/browse/MIG-1592"
},
{
"category": "external",
"summary": "MIG-1593",
"url": "https://issues.redhat.com/browse/MIG-1593"
},
{
"category": "external",
"summary": "MIG-1598",
"url": "https://issues.redhat.com/browse/MIG-1598"
},
{
"category": "external",
"summary": "MIG-1610",
"url": "https://issues.redhat.com/browse/MIG-1610"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_7164.json"
}
],
"title": "Red Hat Security Advisory: Migration Toolkit for Containers (MTC) 1.8.4 security and bug fix update",
"tracking": {
"current_release_date": "2026-05-28T20:33:38+00:00",
"generator": {
"date": "2026-05-28T20:33:38+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2024:7164",
"initial_release_date": "2024-09-26T03:46:53+00:00",
"revision_history": [
{
"date": "2024-09-26T03:46:53+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-09-26T03:46:53+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-28T20:33:38+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "8Base-RHMTC-1.8",
"product": {
"name": "8Base-RHMTC-1.8",
"product_id": "8Base-RHMTC-1.8",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhmt:1.8::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat Migration Toolkit"
},
{
"branches": [
{
"category": "product_version",
"name": "rhmtc/openshift-migration-controller-rhel8@sha256:a4025dfcd79bcb22e2ab91e1bc027c200f9c2741ed2c3a576a64cb24084c584e_amd64",
"product": {
"name": "rhmtc/openshift-migration-controller-rhel8@sha256:a4025dfcd79bcb22e2ab91e1bc027c200f9c2741ed2c3a576a64cb24084c584e_amd64",
"product_id": "rhmtc/openshift-migration-controller-rhel8@sha256:a4025dfcd79bcb22e2ab91e1bc027c200f9c2741ed2c3a576a64cb24084c584e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-controller-rhel8@sha256:a4025dfcd79bcb22e2ab91e1bc027c200f9c2741ed2c3a576a64cb24084c584e?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-controller-rhel8\u0026tag=v1.8.4-22"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-hook-runner-rhel8@sha256:419c11ecd25664d16f77aec6589c9fa183832947766f75575dfab4bc059fe876_amd64",
"product": {
"name": "rhmtc/openshift-migration-hook-runner-rhel8@sha256:419c11ecd25664d16f77aec6589c9fa183832947766f75575dfab4bc059fe876_amd64",
"product_id": "rhmtc/openshift-migration-hook-runner-rhel8@sha256:419c11ecd25664d16f77aec6589c9fa183832947766f75575dfab4bc059fe876_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-hook-runner-rhel8@sha256:419c11ecd25664d16f77aec6589c9fa183832947766f75575dfab4bc059fe876?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-hook-runner-rhel8\u0026tag=v1.8.4-8"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-log-reader-rhel8@sha256:6886c4d68d7c6100b5eb7239ae8ce14871403a71ce69b35c42c0ce238b32ff87_amd64",
"product": {
"name": "rhmtc/openshift-migration-log-reader-rhel8@sha256:6886c4d68d7c6100b5eb7239ae8ce14871403a71ce69b35c42c0ce238b32ff87_amd64",
"product_id": "rhmtc/openshift-migration-log-reader-rhel8@sha256:6886c4d68d7c6100b5eb7239ae8ce14871403a71ce69b35c42c0ce238b32ff87_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-log-reader-rhel8@sha256:6886c4d68d7c6100b5eb7239ae8ce14871403a71ce69b35c42c0ce238b32ff87?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-log-reader-rhel8\u0026tag=v1.8.4-10"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-must-gather-rhel8@sha256:08bb8048bb9fc00ba84e846fce7ce3e37506fbadf077b487c1d3d2dd607b2277_amd64",
"product": {
"name": "rhmtc/openshift-migration-must-gather-rhel8@sha256:08bb8048bb9fc00ba84e846fce7ce3e37506fbadf077b487c1d3d2dd607b2277_amd64",
"product_id": "rhmtc/openshift-migration-must-gather-rhel8@sha256:08bb8048bb9fc00ba84e846fce7ce3e37506fbadf077b487c1d3d2dd607b2277_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-must-gather-rhel8@sha256:08bb8048bb9fc00ba84e846fce7ce3e37506fbadf077b487c1d3d2dd607b2277?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-must-gather-rhel8\u0026tag=v1.8.4-16"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-openvpn-rhel8@sha256:1e0cf80fab89615624cf7f9f62e72e161af4143ed1d6245db45f09ba8382dbc4_amd64",
"product": {
"name": "rhmtc/openshift-migration-openvpn-rhel8@sha256:1e0cf80fab89615624cf7f9f62e72e161af4143ed1d6245db45f09ba8382dbc4_amd64",
"product_id": "rhmtc/openshift-migration-openvpn-rhel8@sha256:1e0cf80fab89615624cf7f9f62e72e161af4143ed1d6245db45f09ba8382dbc4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-openvpn-rhel8@sha256:1e0cf80fab89615624cf7f9f62e72e161af4143ed1d6245db45f09ba8382dbc4?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-openvpn-rhel8\u0026tag=v1.8.4-10"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-rhel8-operator@sha256:79c957509adaff575917d1e70ec25965a4230c0a2deb9cd9007089dfc3ec39cc_amd64",
"product": {
"name": "rhmtc/openshift-migration-rhel8-operator@sha256:79c957509adaff575917d1e70ec25965a4230c0a2deb9cd9007089dfc3ec39cc_amd64",
"product_id": "rhmtc/openshift-migration-rhel8-operator@sha256:79c957509adaff575917d1e70ec25965a4230c0a2deb9cd9007089dfc3ec39cc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-rhel8-operator@sha256:79c957509adaff575917d1e70ec25965a4230c0a2deb9cd9007089dfc3ec39cc?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-rhel8-operator\u0026tag=v1.8.4-16"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-operator-bundle@sha256:9616b52c1d745b7bf37c0237a6cd2cde9a1d9e8dbfdb5e5cb49504805e706065_amd64",
"product": {
"name": "rhmtc/openshift-migration-operator-bundle@sha256:9616b52c1d745b7bf37c0237a6cd2cde9a1d9e8dbfdb5e5cb49504805e706065_amd64",
"product_id": "rhmtc/openshift-migration-operator-bundle@sha256:9616b52c1d745b7bf37c0237a6cd2cde9a1d9e8dbfdb5e5cb49504805e706065_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-operator-bundle@sha256:9616b52c1d745b7bf37c0237a6cd2cde9a1d9e8dbfdb5e5cb49504805e706065?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-operator-bundle\u0026tag=v1.8.4-33"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-registry-rhel8@sha256:c7f229ac51306d667f9b766fb1a464686fa47eb06d5658dbe4977e25b4877b20_amd64",
"product": {
"name": "rhmtc/openshift-migration-registry-rhel8@sha256:c7f229ac51306d667f9b766fb1a464686fa47eb06d5658dbe4977e25b4877b20_amd64",
"product_id": "rhmtc/openshift-migration-registry-rhel8@sha256:c7f229ac51306d667f9b766fb1a464686fa47eb06d5658dbe4977e25b4877b20_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-registry-rhel8@sha256:c7f229ac51306d667f9b766fb1a464686fa47eb06d5658dbe4977e25b4877b20?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-registry-rhel8\u0026tag=v1.8.4-11"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b556472a46fbac2508b8f36b975c8fdb26a77a2fc8bd43b2667f9151bf1cbc3f_amd64",
"product": {
"name": "rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b556472a46fbac2508b8f36b975c8fdb26a77a2fc8bd43b2667f9151bf1cbc3f_amd64",
"product_id": "rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b556472a46fbac2508b8f36b975c8fdb26a77a2fc8bd43b2667f9151bf1cbc3f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-rsync-transfer-rhel8@sha256:b556472a46fbac2508b8f36b975c8fdb26a77a2fc8bd43b2667f9151bf1cbc3f?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-rsync-transfer-rhel8\u0026tag=v1.8.4-9"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-ui-rhel8@sha256:db4903f395697e2eb244a0251ec1a5f89b12434501cb56889f2af37770f95f58_amd64",
"product": {
"name": "rhmtc/openshift-migration-ui-rhel8@sha256:db4903f395697e2eb244a0251ec1a5f89b12434501cb56889f2af37770f95f58_amd64",
"product_id": "rhmtc/openshift-migration-ui-rhel8@sha256:db4903f395697e2eb244a0251ec1a5f89b12434501cb56889f2af37770f95f58_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-ui-rhel8@sha256:db4903f395697e2eb244a0251ec1a5f89b12434501cb56889f2af37770f95f58?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-ui-rhel8\u0026tag=v1.8.4-10"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:8765eb907963a6677c1af44dee1168d635d243824396f73c829697b1582046e9_amd64",
"product": {
"name": "rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:8765eb907963a6677c1af44dee1168d635d243824396f73c829697b1582046e9_amd64",
"product_id": "rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:8765eb907963a6677c1af44dee1168d635d243824396f73c829697b1582046e9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:8765eb907963a6677c1af44dee1168d635d243824396f73c829697b1582046e9?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8\u0026tag=v1.8.4-9"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-controller-rhel8@sha256:a4025dfcd79bcb22e2ab91e1bc027c200f9c2741ed2c3a576a64cb24084c584e_amd64 as a component of 8Base-RHMTC-1.8",
"product_id": "8Base-RHMTC-1.8:rhmtc/openshift-migration-controller-rhel8@sha256:a4025dfcd79bcb22e2ab91e1bc027c200f9c2741ed2c3a576a64cb24084c584e_amd64"
},
"product_reference": "rhmtc/openshift-migration-controller-rhel8@sha256:a4025dfcd79bcb22e2ab91e1bc027c200f9c2741ed2c3a576a64cb24084c584e_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-hook-runner-rhel8@sha256:419c11ecd25664d16f77aec6589c9fa183832947766f75575dfab4bc059fe876_amd64 as a component of 8Base-RHMTC-1.8",
"product_id": "8Base-RHMTC-1.8:rhmtc/openshift-migration-hook-runner-rhel8@sha256:419c11ecd25664d16f77aec6589c9fa183832947766f75575dfab4bc059fe876_amd64"
},
"product_reference": "rhmtc/openshift-migration-hook-runner-rhel8@sha256:419c11ecd25664d16f77aec6589c9fa183832947766f75575dfab4bc059fe876_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-log-reader-rhel8@sha256:6886c4d68d7c6100b5eb7239ae8ce14871403a71ce69b35c42c0ce238b32ff87_amd64 as a component of 8Base-RHMTC-1.8",
"product_id": "8Base-RHMTC-1.8:rhmtc/openshift-migration-log-reader-rhel8@sha256:6886c4d68d7c6100b5eb7239ae8ce14871403a71ce69b35c42c0ce238b32ff87_amd64"
},
"product_reference": "rhmtc/openshift-migration-log-reader-rhel8@sha256:6886c4d68d7c6100b5eb7239ae8ce14871403a71ce69b35c42c0ce238b32ff87_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-must-gather-rhel8@sha256:08bb8048bb9fc00ba84e846fce7ce3e37506fbadf077b487c1d3d2dd607b2277_amd64 as a component of 8Base-RHMTC-1.8",
"product_id": "8Base-RHMTC-1.8:rhmtc/openshift-migration-must-gather-rhel8@sha256:08bb8048bb9fc00ba84e846fce7ce3e37506fbadf077b487c1d3d2dd607b2277_amd64"
},
"product_reference": "rhmtc/openshift-migration-must-gather-rhel8@sha256:08bb8048bb9fc00ba84e846fce7ce3e37506fbadf077b487c1d3d2dd607b2277_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-openvpn-rhel8@sha256:1e0cf80fab89615624cf7f9f62e72e161af4143ed1d6245db45f09ba8382dbc4_amd64 as a component of 8Base-RHMTC-1.8",
"product_id": "8Base-RHMTC-1.8:rhmtc/openshift-migration-openvpn-rhel8@sha256:1e0cf80fab89615624cf7f9f62e72e161af4143ed1d6245db45f09ba8382dbc4_amd64"
},
"product_reference": "rhmtc/openshift-migration-openvpn-rhel8@sha256:1e0cf80fab89615624cf7f9f62e72e161af4143ed1d6245db45f09ba8382dbc4_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-operator-bundle@sha256:9616b52c1d745b7bf37c0237a6cd2cde9a1d9e8dbfdb5e5cb49504805e706065_amd64 as a component of 8Base-RHMTC-1.8",
"product_id": "8Base-RHMTC-1.8:rhmtc/openshift-migration-operator-bundle@sha256:9616b52c1d745b7bf37c0237a6cd2cde9a1d9e8dbfdb5e5cb49504805e706065_amd64"
},
"product_reference": "rhmtc/openshift-migration-operator-bundle@sha256:9616b52c1d745b7bf37c0237a6cd2cde9a1d9e8dbfdb5e5cb49504805e706065_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-registry-rhel8@sha256:c7f229ac51306d667f9b766fb1a464686fa47eb06d5658dbe4977e25b4877b20_amd64 as a component of 8Base-RHMTC-1.8",
"product_id": "8Base-RHMTC-1.8:rhmtc/openshift-migration-registry-rhel8@sha256:c7f229ac51306d667f9b766fb1a464686fa47eb06d5658dbe4977e25b4877b20_amd64"
},
"product_reference": "rhmtc/openshift-migration-registry-rhel8@sha256:c7f229ac51306d667f9b766fb1a464686fa47eb06d5658dbe4977e25b4877b20_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-rhel8-operator@sha256:79c957509adaff575917d1e70ec25965a4230c0a2deb9cd9007089dfc3ec39cc_amd64 as a component of 8Base-RHMTC-1.8",
"product_id": "8Base-RHMTC-1.8:rhmtc/openshift-migration-rhel8-operator@sha256:79c957509adaff575917d1e70ec25965a4230c0a2deb9cd9007089dfc3ec39cc_amd64"
},
"product_reference": "rhmtc/openshift-migration-rhel8-operator@sha256:79c957509adaff575917d1e70ec25965a4230c0a2deb9cd9007089dfc3ec39cc_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b556472a46fbac2508b8f36b975c8fdb26a77a2fc8bd43b2667f9151bf1cbc3f_amd64 as a component of 8Base-RHMTC-1.8",
"product_id": "8Base-RHMTC-1.8:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b556472a46fbac2508b8f36b975c8fdb26a77a2fc8bd43b2667f9151bf1cbc3f_amd64"
},
"product_reference": "rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b556472a46fbac2508b8f36b975c8fdb26a77a2fc8bd43b2667f9151bf1cbc3f_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-ui-rhel8@sha256:db4903f395697e2eb244a0251ec1a5f89b12434501cb56889f2af37770f95f58_amd64 as a component of 8Base-RHMTC-1.8",
"product_id": "8Base-RHMTC-1.8:rhmtc/openshift-migration-ui-rhel8@sha256:db4903f395697e2eb244a0251ec1a5f89b12434501cb56889f2af37770f95f58_amd64"
},
"product_reference": "rhmtc/openshift-migration-ui-rhel8@sha256:db4903f395697e2eb244a0251ec1a5f89b12434501cb56889f2af37770f95f58_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:8765eb907963a6677c1af44dee1168d635d243824396f73c829697b1582046e9_amd64 as a component of 8Base-RHMTC-1.8",
"product_id": "8Base-RHMTC-1.8:rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:8765eb907963a6677c1af44dee1168d635d243824396f73c829697b1582046e9_amd64"
},
"product_reference": "rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:8765eb907963a6677c1af44dee1168d635d243824396f73c829697b1582046e9_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.8"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2019-25211",
"cwe": {
"id": "CWE-346",
"name": "Origin Validation Error"
},
"discovery_date": "2024-07-02T21:00:45+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHMTC-1.8:rhmtc/openshift-migration-hook-runner-rhel8@sha256:419c11ecd25664d16f77aec6589c9fa183832947766f75575dfab4bc059fe876_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-log-reader-rhel8@sha256:6886c4d68d7c6100b5eb7239ae8ce14871403a71ce69b35c42c0ce238b32ff87_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-must-gather-rhel8@sha256:08bb8048bb9fc00ba84e846fce7ce3e37506fbadf077b487c1d3d2dd607b2277_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-openvpn-rhel8@sha256:1e0cf80fab89615624cf7f9f62e72e161af4143ed1d6245db45f09ba8382dbc4_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-operator-bundle@sha256:9616b52c1d745b7bf37c0237a6cd2cde9a1d9e8dbfdb5e5cb49504805e706065_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-registry-rhel8@sha256:c7f229ac51306d667f9b766fb1a464686fa47eb06d5658dbe4977e25b4877b20_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-rhel8-operator@sha256:79c957509adaff575917d1e70ec25965a4230c0a2deb9cd9007089dfc3ec39cc_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b556472a46fbac2508b8f36b975c8fdb26a77a2fc8bd43b2667f9151bf1cbc3f_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-ui-rhel8@sha256:db4903f395697e2eb244a0251ec1a5f89b12434501cb56889f2af37770f95f58_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:8765eb907963a6677c1af44dee1168d635d243824396f73c829697b1582046e9_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2295302"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the gin-gonic CORS middleware. Affected versions of this package are vulnerable to an Origin Validation Error due to the mishandling of wildcard characters at the end of an origin string. This flaw could allow an attacker to bypass intended CORS restrictions by crafting origin strings that exploit this wildcard handling.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/gin-contrib/cors: Gin mishandles a wildcard in the origin string in github.com/gin-contrib/cors",
"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.8:rhmtc/openshift-migration-controller-rhel8@sha256:a4025dfcd79bcb22e2ab91e1bc027c200f9c2741ed2c3a576a64cb24084c584e_amd64"
],
"known_not_affected": [
"8Base-RHMTC-1.8:rhmtc/openshift-migration-hook-runner-rhel8@sha256:419c11ecd25664d16f77aec6589c9fa183832947766f75575dfab4bc059fe876_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-log-reader-rhel8@sha256:6886c4d68d7c6100b5eb7239ae8ce14871403a71ce69b35c42c0ce238b32ff87_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-must-gather-rhel8@sha256:08bb8048bb9fc00ba84e846fce7ce3e37506fbadf077b487c1d3d2dd607b2277_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-openvpn-rhel8@sha256:1e0cf80fab89615624cf7f9f62e72e161af4143ed1d6245db45f09ba8382dbc4_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-operator-bundle@sha256:9616b52c1d745b7bf37c0237a6cd2cde9a1d9e8dbfdb5e5cb49504805e706065_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-registry-rhel8@sha256:c7f229ac51306d667f9b766fb1a464686fa47eb06d5658dbe4977e25b4877b20_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-rhel8-operator@sha256:79c957509adaff575917d1e70ec25965a4230c0a2deb9cd9007089dfc3ec39cc_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b556472a46fbac2508b8f36b975c8fdb26a77a2fc8bd43b2667f9151bf1cbc3f_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-ui-rhel8@sha256:db4903f395697e2eb244a0251ec1a5f89b12434501cb56889f2af37770f95f58_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:8765eb907963a6677c1af44dee1168d635d243824396f73c829697b1582046e9_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2019-25211"
},
{
"category": "external",
"summary": "RHBZ#2295302",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2295302"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2019-25211",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-25211"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-25211",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2019-25211"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-869c-j7wc-8jqv",
"url": "https://github.com/advisories/GHSA-869c-j7wc-8jqv"
},
{
"category": "external",
"summary": "https://github.com/gin-contrib/cors/commit/27b723a473efd80d5a498fa9f5933c80204c850d",
"url": "https://github.com/gin-contrib/cors/commit/27b723a473efd80d5a498fa9f5933c80204c850d"
},
{
"category": "external",
"summary": "https://github.com/gin-contrib/cors/compare/v1.5.0...v1.6.0",
"url": "https://github.com/gin-contrib/cors/compare/v1.5.0...v1.6.0"
},
{
"category": "external",
"summary": "https://github.com/gin-contrib/cors/pull/106",
"url": "https://github.com/gin-contrib/cors/pull/106"
},
{
"category": "external",
"summary": "https://github.com/gin-contrib/cors/pull/57",
"url": "https://github.com/gin-contrib/cors/pull/57"
},
{
"category": "external",
"summary": "https://github.com/gin-contrib/cors/releases/tag/v1.6.0",
"url": "https://github.com/gin-contrib/cors/releases/tag/v1.6.0"
}
],
"release_date": "2024-07-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-09-26T03:46:53+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.8:rhmtc/openshift-migration-controller-rhel8@sha256:a4025dfcd79bcb22e2ab91e1bc027c200f9c2741ed2c3a576a64cb24084c584e_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:7164"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-RHMTC-1.8:rhmtc/openshift-migration-controller-rhel8@sha256:a4025dfcd79bcb22e2ab91e1bc027c200f9c2741ed2c3a576a64cb24084c584e_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-hook-runner-rhel8@sha256:419c11ecd25664d16f77aec6589c9fa183832947766f75575dfab4bc059fe876_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-log-reader-rhel8@sha256:6886c4d68d7c6100b5eb7239ae8ce14871403a71ce69b35c42c0ce238b32ff87_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-must-gather-rhel8@sha256:08bb8048bb9fc00ba84e846fce7ce3e37506fbadf077b487c1d3d2dd607b2277_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-openvpn-rhel8@sha256:1e0cf80fab89615624cf7f9f62e72e161af4143ed1d6245db45f09ba8382dbc4_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-operator-bundle@sha256:9616b52c1d745b7bf37c0237a6cd2cde9a1d9e8dbfdb5e5cb49504805e706065_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-registry-rhel8@sha256:c7f229ac51306d667f9b766fb1a464686fa47eb06d5658dbe4977e25b4877b20_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-rhel8-operator@sha256:79c957509adaff575917d1e70ec25965a4230c0a2deb9cd9007089dfc3ec39cc_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b556472a46fbac2508b8f36b975c8fdb26a77a2fc8bd43b2667f9151bf1cbc3f_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-ui-rhel8@sha256:db4903f395697e2eb244a0251ec1a5f89b12434501cb56889f2af37770f95f58_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:8765eb907963a6677c1af44dee1168d635d243824396f73c829697b1582046e9_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"8Base-RHMTC-1.8:rhmtc/openshift-migration-controller-rhel8@sha256:a4025dfcd79bcb22e2ab91e1bc027c200f9c2741ed2c3a576a64cb24084c584e_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-hook-runner-rhel8@sha256:419c11ecd25664d16f77aec6589c9fa183832947766f75575dfab4bc059fe876_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-log-reader-rhel8@sha256:6886c4d68d7c6100b5eb7239ae8ce14871403a71ce69b35c42c0ce238b32ff87_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-must-gather-rhel8@sha256:08bb8048bb9fc00ba84e846fce7ce3e37506fbadf077b487c1d3d2dd607b2277_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-openvpn-rhel8@sha256:1e0cf80fab89615624cf7f9f62e72e161af4143ed1d6245db45f09ba8382dbc4_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-operator-bundle@sha256:9616b52c1d745b7bf37c0237a6cd2cde9a1d9e8dbfdb5e5cb49504805e706065_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-registry-rhel8@sha256:c7f229ac51306d667f9b766fb1a464686fa47eb06d5658dbe4977e25b4877b20_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-rhel8-operator@sha256:79c957509adaff575917d1e70ec25965a4230c0a2deb9cd9007089dfc3ec39cc_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b556472a46fbac2508b8f36b975c8fdb26a77a2fc8bd43b2667f9151bf1cbc3f_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-ui-rhel8@sha256:db4903f395697e2eb244a0251ec1a5f89b12434501cb56889f2af37770f95f58_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:8765eb907963a6677c1af44dee1168d635d243824396f73c829697b1582046e9_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "github.com/gin-contrib/cors: Gin mishandles a wildcard in the origin string in github.com/gin-contrib/cors"
},
{
"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": [
"8Base-RHMTC-1.8:rhmtc/openshift-migration-hook-runner-rhel8@sha256:419c11ecd25664d16f77aec6589c9fa183832947766f75575dfab4bc059fe876_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-log-reader-rhel8@sha256:6886c4d68d7c6100b5eb7239ae8ce14871403a71ce69b35c42c0ce238b32ff87_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-must-gather-rhel8@sha256:08bb8048bb9fc00ba84e846fce7ce3e37506fbadf077b487c1d3d2dd607b2277_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-openvpn-rhel8@sha256:1e0cf80fab89615624cf7f9f62e72e161af4143ed1d6245db45f09ba8382dbc4_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-operator-bundle@sha256:9616b52c1d745b7bf37c0237a6cd2cde9a1d9e8dbfdb5e5cb49504805e706065_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-registry-rhel8@sha256:c7f229ac51306d667f9b766fb1a464686fa47eb06d5658dbe4977e25b4877b20_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-rhel8-operator@sha256:79c957509adaff575917d1e70ec25965a4230c0a2deb9cd9007089dfc3ec39cc_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b556472a46fbac2508b8f36b975c8fdb26a77a2fc8bd43b2667f9151bf1cbc3f_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-ui-rhel8@sha256:db4903f395697e2eb244a0251ec1a5f89b12434501cb56889f2af37770f95f58_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:8765eb907963a6677c1af44dee1168d635d243824396f73c829697b1582046e9_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": [
"8Base-RHMTC-1.8:rhmtc/openshift-migration-controller-rhel8@sha256:a4025dfcd79bcb22e2ab91e1bc027c200f9c2741ed2c3a576a64cb24084c584e_amd64"
],
"known_not_affected": [
"8Base-RHMTC-1.8:rhmtc/openshift-migration-hook-runner-rhel8@sha256:419c11ecd25664d16f77aec6589c9fa183832947766f75575dfab4bc059fe876_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-log-reader-rhel8@sha256:6886c4d68d7c6100b5eb7239ae8ce14871403a71ce69b35c42c0ce238b32ff87_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-must-gather-rhel8@sha256:08bb8048bb9fc00ba84e846fce7ce3e37506fbadf077b487c1d3d2dd607b2277_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-openvpn-rhel8@sha256:1e0cf80fab89615624cf7f9f62e72e161af4143ed1d6245db45f09ba8382dbc4_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-operator-bundle@sha256:9616b52c1d745b7bf37c0237a6cd2cde9a1d9e8dbfdb5e5cb49504805e706065_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-registry-rhel8@sha256:c7f229ac51306d667f9b766fb1a464686fa47eb06d5658dbe4977e25b4877b20_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-rhel8-operator@sha256:79c957509adaff575917d1e70ec25965a4230c0a2deb9cd9007089dfc3ec39cc_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b556472a46fbac2508b8f36b975c8fdb26a77a2fc8bd43b2667f9151bf1cbc3f_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-ui-rhel8@sha256:db4903f395697e2eb244a0251ec1a5f89b12434501cb56889f2af37770f95f58_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:8765eb907963a6677c1af44dee1168d635d243824396f73c829697b1582046e9_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-09-26T03:46:53+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.8:rhmtc/openshift-migration-controller-rhel8@sha256:a4025dfcd79bcb22e2ab91e1bc027c200f9c2741ed2c3a576a64cb24084c584e_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:7164"
},
{
"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": [
"8Base-RHMTC-1.8:rhmtc/openshift-migration-controller-rhel8@sha256:a4025dfcd79bcb22e2ab91e1bc027c200f9c2741ed2c3a576a64cb24084c584e_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-hook-runner-rhel8@sha256:419c11ecd25664d16f77aec6589c9fa183832947766f75575dfab4bc059fe876_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-log-reader-rhel8@sha256:6886c4d68d7c6100b5eb7239ae8ce14871403a71ce69b35c42c0ce238b32ff87_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-must-gather-rhel8@sha256:08bb8048bb9fc00ba84e846fce7ce3e37506fbadf077b487c1d3d2dd607b2277_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-openvpn-rhel8@sha256:1e0cf80fab89615624cf7f9f62e72e161af4143ed1d6245db45f09ba8382dbc4_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-operator-bundle@sha256:9616b52c1d745b7bf37c0237a6cd2cde9a1d9e8dbfdb5e5cb49504805e706065_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-registry-rhel8@sha256:c7f229ac51306d667f9b766fb1a464686fa47eb06d5658dbe4977e25b4877b20_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-rhel8-operator@sha256:79c957509adaff575917d1e70ec25965a4230c0a2deb9cd9007089dfc3ec39cc_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b556472a46fbac2508b8f36b975c8fdb26a77a2fc8bd43b2667f9151bf1cbc3f_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-ui-rhel8@sha256:db4903f395697e2eb244a0251ec1a5f89b12434501cb56889f2af37770f95f58_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:8765eb907963a6677c1af44dee1168d635d243824396f73c829697b1582046e9_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHMTC-1.8:rhmtc/openshift-migration-controller-rhel8@sha256:a4025dfcd79bcb22e2ab91e1bc027c200f9c2741ed2c3a576a64cb24084c584e_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-hook-runner-rhel8@sha256:419c11ecd25664d16f77aec6589c9fa183832947766f75575dfab4bc059fe876_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-log-reader-rhel8@sha256:6886c4d68d7c6100b5eb7239ae8ce14871403a71ce69b35c42c0ce238b32ff87_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-must-gather-rhel8@sha256:08bb8048bb9fc00ba84e846fce7ce3e37506fbadf077b487c1d3d2dd607b2277_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-openvpn-rhel8@sha256:1e0cf80fab89615624cf7f9f62e72e161af4143ed1d6245db45f09ba8382dbc4_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-operator-bundle@sha256:9616b52c1d745b7bf37c0237a6cd2cde9a1d9e8dbfdb5e5cb49504805e706065_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-registry-rhel8@sha256:c7f229ac51306d667f9b766fb1a464686fa47eb06d5658dbe4977e25b4877b20_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-rhel8-operator@sha256:79c957509adaff575917d1e70ec25965a4230c0a2deb9cd9007089dfc3ec39cc_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b556472a46fbac2508b8f36b975c8fdb26a77a2fc8bd43b2667f9151bf1cbc3f_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-ui-rhel8@sha256:db4903f395697e2eb244a0251ec1a5f89b12434501cb56889f2af37770f95f58_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:8765eb907963a6677c1af44dee1168d635d243824396f73c829697b1582046e9_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS"
},
{
"cve": "CVE-2023-45289",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHMTC-1.8:rhmtc/openshift-migration-controller-rhel8@sha256:a4025dfcd79bcb22e2ab91e1bc027c200f9c2741ed2c3a576a64cb24084c584e_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-hook-runner-rhel8@sha256:419c11ecd25664d16f77aec6589c9fa183832947766f75575dfab4bc059fe876_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-log-reader-rhel8@sha256:6886c4d68d7c6100b5eb7239ae8ce14871403a71ce69b35c42c0ce238b32ff87_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-must-gather-rhel8@sha256:08bb8048bb9fc00ba84e846fce7ce3e37506fbadf077b487c1d3d2dd607b2277_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-openvpn-rhel8@sha256:1e0cf80fab89615624cf7f9f62e72e161af4143ed1d6245db45f09ba8382dbc4_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-operator-bundle@sha256:9616b52c1d745b7bf37c0237a6cd2cde9a1d9e8dbfdb5e5cb49504805e706065_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-rhel8-operator@sha256:79c957509adaff575917d1e70ec25965a4230c0a2deb9cd9007089dfc3ec39cc_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b556472a46fbac2508b8f36b975c8fdb26a77a2fc8bd43b2667f9151bf1cbc3f_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-ui-rhel8@sha256:db4903f395697e2eb244a0251ec1a5f89b12434501cb56889f2af37770f95f58_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:8765eb907963a6677c1af44dee1168d635d243824396f73c829697b1582046e9_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268018"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s net/http/cookiejar standard library package. When following an HTTP redirect to a domain that is not a subdomain match or an exact match of the initial domain, an http.Client does not forward sensitive headers such as \"Authorization\" or \"Cookie\". For example, a redirect from foo.com to www.foo.com will forward the Authorization header, but a redirect to bar.com will not. A maliciously crafted HTTP redirect could cause sensitive headers to be unexpectedly forwarded.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/cookiejar: incorrect forwarding of sensitive headers and cookies on HTTP redirect",
"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.8:rhmtc/openshift-migration-registry-rhel8@sha256:c7f229ac51306d667f9b766fb1a464686fa47eb06d5658dbe4977e25b4877b20_amd64"
],
"known_not_affected": [
"8Base-RHMTC-1.8:rhmtc/openshift-migration-controller-rhel8@sha256:a4025dfcd79bcb22e2ab91e1bc027c200f9c2741ed2c3a576a64cb24084c584e_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-hook-runner-rhel8@sha256:419c11ecd25664d16f77aec6589c9fa183832947766f75575dfab4bc059fe876_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-log-reader-rhel8@sha256:6886c4d68d7c6100b5eb7239ae8ce14871403a71ce69b35c42c0ce238b32ff87_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-must-gather-rhel8@sha256:08bb8048bb9fc00ba84e846fce7ce3e37506fbadf077b487c1d3d2dd607b2277_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-openvpn-rhel8@sha256:1e0cf80fab89615624cf7f9f62e72e161af4143ed1d6245db45f09ba8382dbc4_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-operator-bundle@sha256:9616b52c1d745b7bf37c0237a6cd2cde9a1d9e8dbfdb5e5cb49504805e706065_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-rhel8-operator@sha256:79c957509adaff575917d1e70ec25965a4230c0a2deb9cd9007089dfc3ec39cc_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b556472a46fbac2508b8f36b975c8fdb26a77a2fc8bd43b2667f9151bf1cbc3f_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-ui-rhel8@sha256:db4903f395697e2eb244a0251ec1a5f89b12434501cb56889f2af37770f95f58_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:8765eb907963a6677c1af44dee1168d635d243824396f73c829697b1582046e9_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45289"
},
{
"category": "external",
"summary": "RHBZ#2268018",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268018"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45289",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45289"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45289",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45289"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-09-26T03:46:53+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.8:rhmtc/openshift-migration-registry-rhel8@sha256:c7f229ac51306d667f9b766fb1a464686fa47eb06d5658dbe4977e25b4877b20_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:7164"
},
{
"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.8:rhmtc/openshift-migration-controller-rhel8@sha256:a4025dfcd79bcb22e2ab91e1bc027c200f9c2741ed2c3a576a64cb24084c584e_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-hook-runner-rhel8@sha256:419c11ecd25664d16f77aec6589c9fa183832947766f75575dfab4bc059fe876_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-log-reader-rhel8@sha256:6886c4d68d7c6100b5eb7239ae8ce14871403a71ce69b35c42c0ce238b32ff87_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-must-gather-rhel8@sha256:08bb8048bb9fc00ba84e846fce7ce3e37506fbadf077b487c1d3d2dd607b2277_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-openvpn-rhel8@sha256:1e0cf80fab89615624cf7f9f62e72e161af4143ed1d6245db45f09ba8382dbc4_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-operator-bundle@sha256:9616b52c1d745b7bf37c0237a6cd2cde9a1d9e8dbfdb5e5cb49504805e706065_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-registry-rhel8@sha256:c7f229ac51306d667f9b766fb1a464686fa47eb06d5658dbe4977e25b4877b20_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-rhel8-operator@sha256:79c957509adaff575917d1e70ec25965a4230c0a2deb9cd9007089dfc3ec39cc_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b556472a46fbac2508b8f36b975c8fdb26a77a2fc8bd43b2667f9151bf1cbc3f_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-ui-rhel8@sha256:db4903f395697e2eb244a0251ec1a5f89b12434501cb56889f2af37770f95f58_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:8765eb907963a6677c1af44dee1168d635d243824396f73c829697b1582046e9_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"8Base-RHMTC-1.8:rhmtc/openshift-migration-controller-rhel8@sha256:a4025dfcd79bcb22e2ab91e1bc027c200f9c2741ed2c3a576a64cb24084c584e_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-hook-runner-rhel8@sha256:419c11ecd25664d16f77aec6589c9fa183832947766f75575dfab4bc059fe876_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-log-reader-rhel8@sha256:6886c4d68d7c6100b5eb7239ae8ce14871403a71ce69b35c42c0ce238b32ff87_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-must-gather-rhel8@sha256:08bb8048bb9fc00ba84e846fce7ce3e37506fbadf077b487c1d3d2dd607b2277_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-openvpn-rhel8@sha256:1e0cf80fab89615624cf7f9f62e72e161af4143ed1d6245db45f09ba8382dbc4_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-operator-bundle@sha256:9616b52c1d745b7bf37c0237a6cd2cde9a1d9e8dbfdb5e5cb49504805e706065_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-registry-rhel8@sha256:c7f229ac51306d667f9b766fb1a464686fa47eb06d5658dbe4977e25b4877b20_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-rhel8-operator@sha256:79c957509adaff575917d1e70ec25965a4230c0a2deb9cd9007089dfc3ec39cc_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b556472a46fbac2508b8f36b975c8fdb26a77a2fc8bd43b2667f9151bf1cbc3f_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-ui-rhel8@sha256:db4903f395697e2eb244a0251ec1a5f89b12434501cb56889f2af37770f95f58_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:8765eb907963a6677c1af44dee1168d635d243824396f73c829697b1582046e9_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/cookiejar: incorrect forwarding of sensitive headers and cookies on HTTP redirect"
},
{
"cve": "CVE-2024-3727",
"cwe": {
"id": "CWE-354",
"name": "Improper Validation of Integrity Check Value"
},
"discovery_date": "2024-04-12T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHMTC-1.8:rhmtc/openshift-migration-hook-runner-rhel8@sha256:419c11ecd25664d16f77aec6589c9fa183832947766f75575dfab4bc059fe876_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-log-reader-rhel8@sha256:6886c4d68d7c6100b5eb7239ae8ce14871403a71ce69b35c42c0ce238b32ff87_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-must-gather-rhel8@sha256:08bb8048bb9fc00ba84e846fce7ce3e37506fbadf077b487c1d3d2dd607b2277_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-openvpn-rhel8@sha256:1e0cf80fab89615624cf7f9f62e72e161af4143ed1d6245db45f09ba8382dbc4_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-operator-bundle@sha256:9616b52c1d745b7bf37c0237a6cd2cde9a1d9e8dbfdb5e5cb49504805e706065_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-registry-rhel8@sha256:c7f229ac51306d667f9b766fb1a464686fa47eb06d5658dbe4977e25b4877b20_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-rhel8-operator@sha256:79c957509adaff575917d1e70ec25965a4230c0a2deb9cd9007089dfc3ec39cc_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b556472a46fbac2508b8f36b975c8fdb26a77a2fc8bd43b2667f9151bf1cbc3f_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-ui-rhel8@sha256:db4903f395697e2eb244a0251ec1a5f89b12434501cb56889f2af37770f95f58_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:8765eb907963a6677c1af44dee1168d635d243824396f73c829697b1582046e9_amd64"
]
}
],
"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": [
"8Base-RHMTC-1.8:rhmtc/openshift-migration-controller-rhel8@sha256:a4025dfcd79bcb22e2ab91e1bc027c200f9c2741ed2c3a576a64cb24084c584e_amd64"
],
"known_not_affected": [
"8Base-RHMTC-1.8:rhmtc/openshift-migration-hook-runner-rhel8@sha256:419c11ecd25664d16f77aec6589c9fa183832947766f75575dfab4bc059fe876_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-log-reader-rhel8@sha256:6886c4d68d7c6100b5eb7239ae8ce14871403a71ce69b35c42c0ce238b32ff87_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-must-gather-rhel8@sha256:08bb8048bb9fc00ba84e846fce7ce3e37506fbadf077b487c1d3d2dd607b2277_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-openvpn-rhel8@sha256:1e0cf80fab89615624cf7f9f62e72e161af4143ed1d6245db45f09ba8382dbc4_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-operator-bundle@sha256:9616b52c1d745b7bf37c0237a6cd2cde9a1d9e8dbfdb5e5cb49504805e706065_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-registry-rhel8@sha256:c7f229ac51306d667f9b766fb1a464686fa47eb06d5658dbe4977e25b4877b20_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-rhel8-operator@sha256:79c957509adaff575917d1e70ec25965a4230c0a2deb9cd9007089dfc3ec39cc_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b556472a46fbac2508b8f36b975c8fdb26a77a2fc8bd43b2667f9151bf1cbc3f_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-ui-rhel8@sha256:db4903f395697e2eb244a0251ec1a5f89b12434501cb56889f2af37770f95f58_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:8765eb907963a6677c1af44dee1168d635d243824396f73c829697b1582046e9_amd64"
]
},
"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-09-26T03:46:53+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.8:rhmtc/openshift-migration-controller-rhel8@sha256:a4025dfcd79bcb22e2ab91e1bc027c200f9c2741ed2c3a576a64cb24084c584e_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:7164"
}
],
"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": [
"8Base-RHMTC-1.8:rhmtc/openshift-migration-controller-rhel8@sha256:a4025dfcd79bcb22e2ab91e1bc027c200f9c2741ed2c3a576a64cb24084c584e_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-hook-runner-rhel8@sha256:419c11ecd25664d16f77aec6589c9fa183832947766f75575dfab4bc059fe876_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-log-reader-rhel8@sha256:6886c4d68d7c6100b5eb7239ae8ce14871403a71ce69b35c42c0ce238b32ff87_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-must-gather-rhel8@sha256:08bb8048bb9fc00ba84e846fce7ce3e37506fbadf077b487c1d3d2dd607b2277_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-openvpn-rhel8@sha256:1e0cf80fab89615624cf7f9f62e72e161af4143ed1d6245db45f09ba8382dbc4_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-operator-bundle@sha256:9616b52c1d745b7bf37c0237a6cd2cde9a1d9e8dbfdb5e5cb49504805e706065_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-registry-rhel8@sha256:c7f229ac51306d667f9b766fb1a464686fa47eb06d5658dbe4977e25b4877b20_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-rhel8-operator@sha256:79c957509adaff575917d1e70ec25965a4230c0a2deb9cd9007089dfc3ec39cc_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b556472a46fbac2508b8f36b975c8fdb26a77a2fc8bd43b2667f9151bf1cbc3f_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-ui-rhel8@sha256:db4903f395697e2eb244a0251ec1a5f89b12434501cb56889f2af37770f95f58_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:8765eb907963a6677c1af44dee1168d635d243824396f73c829697b1582046e9_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "containers/image: digest type does not guarantee valid type"
},
{
"cve": "CVE-2024-4068",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2024-05-14T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHMTC-1.8:rhmtc/openshift-migration-controller-rhel8@sha256:a4025dfcd79bcb22e2ab91e1bc027c200f9c2741ed2c3a576a64cb24084c584e_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-hook-runner-rhel8@sha256:419c11ecd25664d16f77aec6589c9fa183832947766f75575dfab4bc059fe876_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-log-reader-rhel8@sha256:6886c4d68d7c6100b5eb7239ae8ce14871403a71ce69b35c42c0ce238b32ff87_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-must-gather-rhel8@sha256:08bb8048bb9fc00ba84e846fce7ce3e37506fbadf077b487c1d3d2dd607b2277_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-openvpn-rhel8@sha256:1e0cf80fab89615624cf7f9f62e72e161af4143ed1d6245db45f09ba8382dbc4_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-operator-bundle@sha256:9616b52c1d745b7bf37c0237a6cd2cde9a1d9e8dbfdb5e5cb49504805e706065_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-registry-rhel8@sha256:c7f229ac51306d667f9b766fb1a464686fa47eb06d5658dbe4977e25b4877b20_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-rhel8-operator@sha256:79c957509adaff575917d1e70ec25965a4230c0a2deb9cd9007089dfc3ec39cc_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b556472a46fbac2508b8f36b975c8fdb26a77a2fc8bd43b2667f9151bf1cbc3f_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:8765eb907963a6677c1af44dee1168d635d243824396f73c829697b1582046e9_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2280600"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the NPM package `braces.` It fails to limit the number of characters it can handle, which could lead to memory exhaustion. In `lib/parse.js,` if a malicious user sends \"imbalanced braces\" as input, the parsing will enter a loop, causing the program to start allocating heap memory without freeing it at any moment of the loop. Eventually, the JavaScript heap limit is reached, and the program will crash.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "braces: fails to limit the number of characters it can handle",
"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.8:rhmtc/openshift-migration-ui-rhel8@sha256:db4903f395697e2eb244a0251ec1a5f89b12434501cb56889f2af37770f95f58_amd64"
],
"known_not_affected": [
"8Base-RHMTC-1.8:rhmtc/openshift-migration-controller-rhel8@sha256:a4025dfcd79bcb22e2ab91e1bc027c200f9c2741ed2c3a576a64cb24084c584e_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-hook-runner-rhel8@sha256:419c11ecd25664d16f77aec6589c9fa183832947766f75575dfab4bc059fe876_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-log-reader-rhel8@sha256:6886c4d68d7c6100b5eb7239ae8ce14871403a71ce69b35c42c0ce238b32ff87_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-must-gather-rhel8@sha256:08bb8048bb9fc00ba84e846fce7ce3e37506fbadf077b487c1d3d2dd607b2277_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-openvpn-rhel8@sha256:1e0cf80fab89615624cf7f9f62e72e161af4143ed1d6245db45f09ba8382dbc4_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-operator-bundle@sha256:9616b52c1d745b7bf37c0237a6cd2cde9a1d9e8dbfdb5e5cb49504805e706065_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-registry-rhel8@sha256:c7f229ac51306d667f9b766fb1a464686fa47eb06d5658dbe4977e25b4877b20_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-rhel8-operator@sha256:79c957509adaff575917d1e70ec25965a4230c0a2deb9cd9007089dfc3ec39cc_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b556472a46fbac2508b8f36b975c8fdb26a77a2fc8bd43b2667f9151bf1cbc3f_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:8765eb907963a6677c1af44dee1168d635d243824396f73c829697b1582046e9_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-4068"
},
{
"category": "external",
"summary": "RHBZ#2280600",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2280600"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-4068",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4068"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-4068",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-4068"
},
{
"category": "external",
"summary": "https://devhub.checkmarx.com/cve-details/CVE-2024-4068/",
"url": "https://devhub.checkmarx.com/cve-details/CVE-2024-4068/"
},
{
"category": "external",
"summary": "https://github.com/micromatch/braces/blob/98414f9f1fabe021736e26836d8306d5de747e0d/lib/parse.js#L308",
"url": "https://github.com/micromatch/braces/blob/98414f9f1fabe021736e26836d8306d5de747e0d/lib/parse.js#L308"
},
{
"category": "external",
"summary": "https://github.com/micromatch/braces/issues/35",
"url": "https://github.com/micromatch/braces/issues/35"
}
],
"release_date": "2024-03-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-09-26T03:46:53+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.8:rhmtc/openshift-migration-ui-rhel8@sha256:db4903f395697e2eb244a0251ec1a5f89b12434501cb56889f2af37770f95f58_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:7164"
},
{
"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.8:rhmtc/openshift-migration-controller-rhel8@sha256:a4025dfcd79bcb22e2ab91e1bc027c200f9c2741ed2c3a576a64cb24084c584e_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-hook-runner-rhel8@sha256:419c11ecd25664d16f77aec6589c9fa183832947766f75575dfab4bc059fe876_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-log-reader-rhel8@sha256:6886c4d68d7c6100b5eb7239ae8ce14871403a71ce69b35c42c0ce238b32ff87_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-must-gather-rhel8@sha256:08bb8048bb9fc00ba84e846fce7ce3e37506fbadf077b487c1d3d2dd607b2277_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-openvpn-rhel8@sha256:1e0cf80fab89615624cf7f9f62e72e161af4143ed1d6245db45f09ba8382dbc4_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-operator-bundle@sha256:9616b52c1d745b7bf37c0237a6cd2cde9a1d9e8dbfdb5e5cb49504805e706065_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-registry-rhel8@sha256:c7f229ac51306d667f9b766fb1a464686fa47eb06d5658dbe4977e25b4877b20_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-rhel8-operator@sha256:79c957509adaff575917d1e70ec25965a4230c0a2deb9cd9007089dfc3ec39cc_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b556472a46fbac2508b8f36b975c8fdb26a77a2fc8bd43b2667f9151bf1cbc3f_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-ui-rhel8@sha256:db4903f395697e2eb244a0251ec1a5f89b12434501cb56889f2af37770f95f58_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:8765eb907963a6677c1af44dee1168d635d243824396f73c829697b1582046e9_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHMTC-1.8:rhmtc/openshift-migration-controller-rhel8@sha256:a4025dfcd79bcb22e2ab91e1bc027c200f9c2741ed2c3a576a64cb24084c584e_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-hook-runner-rhel8@sha256:419c11ecd25664d16f77aec6589c9fa183832947766f75575dfab4bc059fe876_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-log-reader-rhel8@sha256:6886c4d68d7c6100b5eb7239ae8ce14871403a71ce69b35c42c0ce238b32ff87_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-must-gather-rhel8@sha256:08bb8048bb9fc00ba84e846fce7ce3e37506fbadf077b487c1d3d2dd607b2277_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-openvpn-rhel8@sha256:1e0cf80fab89615624cf7f9f62e72e161af4143ed1d6245db45f09ba8382dbc4_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-operator-bundle@sha256:9616b52c1d745b7bf37c0237a6cd2cde9a1d9e8dbfdb5e5cb49504805e706065_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-registry-rhel8@sha256:c7f229ac51306d667f9b766fb1a464686fa47eb06d5658dbe4977e25b4877b20_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-rhel8-operator@sha256:79c957509adaff575917d1e70ec25965a4230c0a2deb9cd9007089dfc3ec39cc_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b556472a46fbac2508b8f36b975c8fdb26a77a2fc8bd43b2667f9151bf1cbc3f_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-ui-rhel8@sha256:db4903f395697e2eb244a0251ec1a5f89b12434501cb56889f2af37770f95f58_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:8765eb907963a6677c1af44dee1168d635d243824396f73c829697b1582046e9_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "braces: fails to limit the number of characters it can handle"
},
{
"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": [
"8Base-RHMTC-1.8:rhmtc/openshift-migration-controller-rhel8@sha256:a4025dfcd79bcb22e2ab91e1bc027c200f9c2741ed2c3a576a64cb24084c584e_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-hook-runner-rhel8@sha256:419c11ecd25664d16f77aec6589c9fa183832947766f75575dfab4bc059fe876_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-log-reader-rhel8@sha256:6886c4d68d7c6100b5eb7239ae8ce14871403a71ce69b35c42c0ce238b32ff87_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-must-gather-rhel8@sha256:08bb8048bb9fc00ba84e846fce7ce3e37506fbadf077b487c1d3d2dd607b2277_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-openvpn-rhel8@sha256:1e0cf80fab89615624cf7f9f62e72e161af4143ed1d6245db45f09ba8382dbc4_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-operator-bundle@sha256:9616b52c1d745b7bf37c0237a6cd2cde9a1d9e8dbfdb5e5cb49504805e706065_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-rhel8-operator@sha256:79c957509adaff575917d1e70ec25965a4230c0a2deb9cd9007089dfc3ec39cc_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b556472a46fbac2508b8f36b975c8fdb26a77a2fc8bd43b2667f9151bf1cbc3f_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-ui-rhel8@sha256:db4903f395697e2eb244a0251ec1a5f89b12434501cb56889f2af37770f95f58_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:8765eb907963a6677c1af44dee1168d635d243824396f73c829697b1582046e9_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": [
"8Base-RHMTC-1.8:rhmtc/openshift-migration-registry-rhel8@sha256:c7f229ac51306d667f9b766fb1a464686fa47eb06d5658dbe4977e25b4877b20_amd64"
],
"known_not_affected": [
"8Base-RHMTC-1.8:rhmtc/openshift-migration-controller-rhel8@sha256:a4025dfcd79bcb22e2ab91e1bc027c200f9c2741ed2c3a576a64cb24084c584e_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-hook-runner-rhel8@sha256:419c11ecd25664d16f77aec6589c9fa183832947766f75575dfab4bc059fe876_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-log-reader-rhel8@sha256:6886c4d68d7c6100b5eb7239ae8ce14871403a71ce69b35c42c0ce238b32ff87_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-must-gather-rhel8@sha256:08bb8048bb9fc00ba84e846fce7ce3e37506fbadf077b487c1d3d2dd607b2277_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-openvpn-rhel8@sha256:1e0cf80fab89615624cf7f9f62e72e161af4143ed1d6245db45f09ba8382dbc4_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-operator-bundle@sha256:9616b52c1d745b7bf37c0237a6cd2cde9a1d9e8dbfdb5e5cb49504805e706065_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-rhel8-operator@sha256:79c957509adaff575917d1e70ec25965a4230c0a2deb9cd9007089dfc3ec39cc_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b556472a46fbac2508b8f36b975c8fdb26a77a2fc8bd43b2667f9151bf1cbc3f_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-ui-rhel8@sha256:db4903f395697e2eb244a0251ec1a5f89b12434501cb56889f2af37770f95f58_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:8765eb907963a6677c1af44dee1168d635d243824396f73c829697b1582046e9_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-09-26T03:46:53+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.8:rhmtc/openshift-migration-registry-rhel8@sha256:c7f229ac51306d667f9b766fb1a464686fa47eb06d5658dbe4977e25b4877b20_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:7164"
},
{
"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.8:rhmtc/openshift-migration-controller-rhel8@sha256:a4025dfcd79bcb22e2ab91e1bc027c200f9c2741ed2c3a576a64cb24084c584e_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-hook-runner-rhel8@sha256:419c11ecd25664d16f77aec6589c9fa183832947766f75575dfab4bc059fe876_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-log-reader-rhel8@sha256:6886c4d68d7c6100b5eb7239ae8ce14871403a71ce69b35c42c0ce238b32ff87_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-must-gather-rhel8@sha256:08bb8048bb9fc00ba84e846fce7ce3e37506fbadf077b487c1d3d2dd607b2277_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-openvpn-rhel8@sha256:1e0cf80fab89615624cf7f9f62e72e161af4143ed1d6245db45f09ba8382dbc4_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-operator-bundle@sha256:9616b52c1d745b7bf37c0237a6cd2cde9a1d9e8dbfdb5e5cb49504805e706065_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-registry-rhel8@sha256:c7f229ac51306d667f9b766fb1a464686fa47eb06d5658dbe4977e25b4877b20_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-rhel8-operator@sha256:79c957509adaff575917d1e70ec25965a4230c0a2deb9cd9007089dfc3ec39cc_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b556472a46fbac2508b8f36b975c8fdb26a77a2fc8bd43b2667f9151bf1cbc3f_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-ui-rhel8@sha256:db4903f395697e2eb244a0251ec1a5f89b12434501cb56889f2af37770f95f58_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:8765eb907963a6677c1af44dee1168d635d243824396f73c829697b1582046e9_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHMTC-1.8:rhmtc/openshift-migration-controller-rhel8@sha256:a4025dfcd79bcb22e2ab91e1bc027c200f9c2741ed2c3a576a64cb24084c584e_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-hook-runner-rhel8@sha256:419c11ecd25664d16f77aec6589c9fa183832947766f75575dfab4bc059fe876_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-log-reader-rhel8@sha256:6886c4d68d7c6100b5eb7239ae8ce14871403a71ce69b35c42c0ce238b32ff87_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-must-gather-rhel8@sha256:08bb8048bb9fc00ba84e846fce7ce3e37506fbadf077b487c1d3d2dd607b2277_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-openvpn-rhel8@sha256:1e0cf80fab89615624cf7f9f62e72e161af4143ed1d6245db45f09ba8382dbc4_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-operator-bundle@sha256:9616b52c1d745b7bf37c0237a6cd2cde9a1d9e8dbfdb5e5cb49504805e706065_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-registry-rhel8@sha256:c7f229ac51306d667f9b766fb1a464686fa47eb06d5658dbe4977e25b4877b20_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-rhel8-operator@sha256:79c957509adaff575917d1e70ec25965a4230c0a2deb9cd9007089dfc3ec39cc_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b556472a46fbac2508b8f36b975c8fdb26a77a2fc8bd43b2667f9151bf1cbc3f_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-ui-rhel8@sha256:db4903f395697e2eb244a0251ec1a5f89b12434501cb56889f2af37770f95f58_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:8765eb907963a6677c1af44dee1168d635d243824396f73c829697b1582046e9_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net: malformed DNS message can cause infinite loop"
},
{
"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": [
"8Base-RHMTC-1.8:rhmtc/openshift-migration-hook-runner-rhel8@sha256:419c11ecd25664d16f77aec6589c9fa183832947766f75575dfab4bc059fe876_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-log-reader-rhel8@sha256:6886c4d68d7c6100b5eb7239ae8ce14871403a71ce69b35c42c0ce238b32ff87_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-must-gather-rhel8@sha256:08bb8048bb9fc00ba84e846fce7ce3e37506fbadf077b487c1d3d2dd607b2277_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-openvpn-rhel8@sha256:1e0cf80fab89615624cf7f9f62e72e161af4143ed1d6245db45f09ba8382dbc4_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-operator-bundle@sha256:9616b52c1d745b7bf37c0237a6cd2cde9a1d9e8dbfdb5e5cb49504805e706065_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-registry-rhel8@sha256:c7f229ac51306d667f9b766fb1a464686fa47eb06d5658dbe4977e25b4877b20_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-rhel8-operator@sha256:79c957509adaff575917d1e70ec25965a4230c0a2deb9cd9007089dfc3ec39cc_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b556472a46fbac2508b8f36b975c8fdb26a77a2fc8bd43b2667f9151bf1cbc3f_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-ui-rhel8@sha256:db4903f395697e2eb244a0251ec1a5f89b12434501cb56889f2af37770f95f58_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:8765eb907963a6677c1af44dee1168d635d243824396f73c829697b1582046e9_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": [
"8Base-RHMTC-1.8:rhmtc/openshift-migration-controller-rhel8@sha256:a4025dfcd79bcb22e2ab91e1bc027c200f9c2741ed2c3a576a64cb24084c584e_amd64"
],
"known_not_affected": [
"8Base-RHMTC-1.8:rhmtc/openshift-migration-hook-runner-rhel8@sha256:419c11ecd25664d16f77aec6589c9fa183832947766f75575dfab4bc059fe876_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-log-reader-rhel8@sha256:6886c4d68d7c6100b5eb7239ae8ce14871403a71ce69b35c42c0ce238b32ff87_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-must-gather-rhel8@sha256:08bb8048bb9fc00ba84e846fce7ce3e37506fbadf077b487c1d3d2dd607b2277_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-openvpn-rhel8@sha256:1e0cf80fab89615624cf7f9f62e72e161af4143ed1d6245db45f09ba8382dbc4_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-operator-bundle@sha256:9616b52c1d745b7bf37c0237a6cd2cde9a1d9e8dbfdb5e5cb49504805e706065_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-registry-rhel8@sha256:c7f229ac51306d667f9b766fb1a464686fa47eb06d5658dbe4977e25b4877b20_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-rhel8-operator@sha256:79c957509adaff575917d1e70ec25965a4230c0a2deb9cd9007089dfc3ec39cc_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b556472a46fbac2508b8f36b975c8fdb26a77a2fc8bd43b2667f9151bf1cbc3f_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-ui-rhel8@sha256:db4903f395697e2eb244a0251ec1a5f89b12434501cb56889f2af37770f95f58_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:8765eb907963a6677c1af44dee1168d635d243824396f73c829697b1582046e9_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-09-26T03:46:53+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.8:rhmtc/openshift-migration-controller-rhel8@sha256:a4025dfcd79bcb22e2ab91e1bc027c200f9c2741ed2c3a576a64cb24084c584e_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:7164"
},
{
"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.8:rhmtc/openshift-migration-controller-rhel8@sha256:a4025dfcd79bcb22e2ab91e1bc027c200f9c2741ed2c3a576a64cb24084c584e_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-hook-runner-rhel8@sha256:419c11ecd25664d16f77aec6589c9fa183832947766f75575dfab4bc059fe876_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-log-reader-rhel8@sha256:6886c4d68d7c6100b5eb7239ae8ce14871403a71ce69b35c42c0ce238b32ff87_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-must-gather-rhel8@sha256:08bb8048bb9fc00ba84e846fce7ce3e37506fbadf077b487c1d3d2dd607b2277_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-openvpn-rhel8@sha256:1e0cf80fab89615624cf7f9f62e72e161af4143ed1d6245db45f09ba8382dbc4_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-operator-bundle@sha256:9616b52c1d745b7bf37c0237a6cd2cde9a1d9e8dbfdb5e5cb49504805e706065_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-registry-rhel8@sha256:c7f229ac51306d667f9b766fb1a464686fa47eb06d5658dbe4977e25b4877b20_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-rhel8-operator@sha256:79c957509adaff575917d1e70ec25965a4230c0a2deb9cd9007089dfc3ec39cc_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b556472a46fbac2508b8f36b975c8fdb26a77a2fc8bd43b2667f9151bf1cbc3f_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-ui-rhel8@sha256:db4903f395697e2eb244a0251ec1a5f89b12434501cb56889f2af37770f95f58_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:8765eb907963a6677c1af44dee1168d635d243824396f73c829697b1582046e9_amd64"
]
}
],
"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": [
"8Base-RHMTC-1.8:rhmtc/openshift-migration-controller-rhel8@sha256:a4025dfcd79bcb22e2ab91e1bc027c200f9c2741ed2c3a576a64cb24084c584e_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-hook-runner-rhel8@sha256:419c11ecd25664d16f77aec6589c9fa183832947766f75575dfab4bc059fe876_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-log-reader-rhel8@sha256:6886c4d68d7c6100b5eb7239ae8ce14871403a71ce69b35c42c0ce238b32ff87_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-must-gather-rhel8@sha256:08bb8048bb9fc00ba84e846fce7ce3e37506fbadf077b487c1d3d2dd607b2277_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-openvpn-rhel8@sha256:1e0cf80fab89615624cf7f9f62e72e161af4143ed1d6245db45f09ba8382dbc4_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-operator-bundle@sha256:9616b52c1d745b7bf37c0237a6cd2cde9a1d9e8dbfdb5e5cb49504805e706065_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-registry-rhel8@sha256:c7f229ac51306d667f9b766fb1a464686fa47eb06d5658dbe4977e25b4877b20_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-rhel8-operator@sha256:79c957509adaff575917d1e70ec25965a4230c0a2deb9cd9007089dfc3ec39cc_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b556472a46fbac2508b8f36b975c8fdb26a77a2fc8bd43b2667f9151bf1cbc3f_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-ui-rhel8@sha256:db4903f395697e2eb244a0251ec1a5f89b12434501cb56889f2af37770f95f58_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:8765eb907963a6677c1af44dee1168d635d243824396f73c829697b1582046e9_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "jose-go: improper handling of highly compressed data"
},
{
"cve": "CVE-2024-28849",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2024-03-14T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHMTC-1.8:rhmtc/openshift-migration-controller-rhel8@sha256:a4025dfcd79bcb22e2ab91e1bc027c200f9c2741ed2c3a576a64cb24084c584e_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-hook-runner-rhel8@sha256:419c11ecd25664d16f77aec6589c9fa183832947766f75575dfab4bc059fe876_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-log-reader-rhel8@sha256:6886c4d68d7c6100b5eb7239ae8ce14871403a71ce69b35c42c0ce238b32ff87_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-must-gather-rhel8@sha256:08bb8048bb9fc00ba84e846fce7ce3e37506fbadf077b487c1d3d2dd607b2277_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-openvpn-rhel8@sha256:1e0cf80fab89615624cf7f9f62e72e161af4143ed1d6245db45f09ba8382dbc4_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-operator-bundle@sha256:9616b52c1d745b7bf37c0237a6cd2cde9a1d9e8dbfdb5e5cb49504805e706065_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-registry-rhel8@sha256:c7f229ac51306d667f9b766fb1a464686fa47eb06d5658dbe4977e25b4877b20_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-rhel8-operator@sha256:79c957509adaff575917d1e70ec25965a4230c0a2deb9cd9007089dfc3ec39cc_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b556472a46fbac2508b8f36b975c8fdb26a77a2fc8bd43b2667f9151bf1cbc3f_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:8765eb907963a6677c1af44dee1168d635d243824396f73c829697b1582046e9_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2269576"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in the follow-redirects package. While processing the cross-domain redirection, `follow-redirects` clears authorization headers, however, it misses clearing proxy-authentication headers, which contain credentials as well. This issue may lead to credential leaking, having a high impact on data confidentiality.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "follow-redirects: Possible credential leak",
"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.8:rhmtc/openshift-migration-ui-rhel8@sha256:db4903f395697e2eb244a0251ec1a5f89b12434501cb56889f2af37770f95f58_amd64"
],
"known_not_affected": [
"8Base-RHMTC-1.8:rhmtc/openshift-migration-controller-rhel8@sha256:a4025dfcd79bcb22e2ab91e1bc027c200f9c2741ed2c3a576a64cb24084c584e_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-hook-runner-rhel8@sha256:419c11ecd25664d16f77aec6589c9fa183832947766f75575dfab4bc059fe876_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-log-reader-rhel8@sha256:6886c4d68d7c6100b5eb7239ae8ce14871403a71ce69b35c42c0ce238b32ff87_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-must-gather-rhel8@sha256:08bb8048bb9fc00ba84e846fce7ce3e37506fbadf077b487c1d3d2dd607b2277_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-openvpn-rhel8@sha256:1e0cf80fab89615624cf7f9f62e72e161af4143ed1d6245db45f09ba8382dbc4_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-operator-bundle@sha256:9616b52c1d745b7bf37c0237a6cd2cde9a1d9e8dbfdb5e5cb49504805e706065_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-registry-rhel8@sha256:c7f229ac51306d667f9b766fb1a464686fa47eb06d5658dbe4977e25b4877b20_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-rhel8-operator@sha256:79c957509adaff575917d1e70ec25965a4230c0a2deb9cd9007089dfc3ec39cc_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b556472a46fbac2508b8f36b975c8fdb26a77a2fc8bd43b2667f9151bf1cbc3f_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:8765eb907963a6677c1af44dee1168d635d243824396f73c829697b1582046e9_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-28849"
},
{
"category": "external",
"summary": "RHBZ#2269576",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2269576"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-28849",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28849"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-28849",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-28849"
},
{
"category": "external",
"summary": "https://github.com/follow-redirects/follow-redirects/security/advisories/GHSA-cxjh-pqwp-8mfp",
"url": "https://github.com/follow-redirects/follow-redirects/security/advisories/GHSA-cxjh-pqwp-8mfp"
}
],
"release_date": "2024-03-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-09-26T03:46:53+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.8:rhmtc/openshift-migration-ui-rhel8@sha256:db4903f395697e2eb244a0251ec1a5f89b12434501cb56889f2af37770f95f58_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:7164"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"8Base-RHMTC-1.8:rhmtc/openshift-migration-controller-rhel8@sha256:a4025dfcd79bcb22e2ab91e1bc027c200f9c2741ed2c3a576a64cb24084c584e_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-hook-runner-rhel8@sha256:419c11ecd25664d16f77aec6589c9fa183832947766f75575dfab4bc059fe876_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-log-reader-rhel8@sha256:6886c4d68d7c6100b5eb7239ae8ce14871403a71ce69b35c42c0ce238b32ff87_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-must-gather-rhel8@sha256:08bb8048bb9fc00ba84e846fce7ce3e37506fbadf077b487c1d3d2dd607b2277_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-openvpn-rhel8@sha256:1e0cf80fab89615624cf7f9f62e72e161af4143ed1d6245db45f09ba8382dbc4_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-operator-bundle@sha256:9616b52c1d745b7bf37c0237a6cd2cde9a1d9e8dbfdb5e5cb49504805e706065_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-registry-rhel8@sha256:c7f229ac51306d667f9b766fb1a464686fa47eb06d5658dbe4977e25b4877b20_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-rhel8-operator@sha256:79c957509adaff575917d1e70ec25965a4230c0a2deb9cd9007089dfc3ec39cc_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b556472a46fbac2508b8f36b975c8fdb26a77a2fc8bd43b2667f9151bf1cbc3f_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-ui-rhel8@sha256:db4903f395697e2eb244a0251ec1a5f89b12434501cb56889f2af37770f95f58_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:8765eb907963a6677c1af44dee1168d635d243824396f73c829697b1582046e9_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "follow-redirects: Possible credential leak"
},
{
"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": [
"8Base-RHMTC-1.8:rhmtc/openshift-migration-controller-rhel8@sha256:a4025dfcd79bcb22e2ab91e1bc027c200f9c2741ed2c3a576a64cb24084c584e_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-hook-runner-rhel8@sha256:419c11ecd25664d16f77aec6589c9fa183832947766f75575dfab4bc059fe876_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-log-reader-rhel8@sha256:6886c4d68d7c6100b5eb7239ae8ce14871403a71ce69b35c42c0ce238b32ff87_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-must-gather-rhel8@sha256:08bb8048bb9fc00ba84e846fce7ce3e37506fbadf077b487c1d3d2dd607b2277_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-openvpn-rhel8@sha256:1e0cf80fab89615624cf7f9f62e72e161af4143ed1d6245db45f09ba8382dbc4_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-operator-bundle@sha256:9616b52c1d745b7bf37c0237a6cd2cde9a1d9e8dbfdb5e5cb49504805e706065_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-registry-rhel8@sha256:c7f229ac51306d667f9b766fb1a464686fa47eb06d5658dbe4977e25b4877b20_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-rhel8-operator@sha256:79c957509adaff575917d1e70ec25965a4230c0a2deb9cd9007089dfc3ec39cc_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b556472a46fbac2508b8f36b975c8fdb26a77a2fc8bd43b2667f9151bf1cbc3f_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:8765eb907963a6677c1af44dee1168d635d243824396f73c829697b1582046e9_amd64"
]
}
],
"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": [
"8Base-RHMTC-1.8:rhmtc/openshift-migration-ui-rhel8@sha256:db4903f395697e2eb244a0251ec1a5f89b12434501cb56889f2af37770f95f58_amd64"
],
"known_not_affected": [
"8Base-RHMTC-1.8:rhmtc/openshift-migration-controller-rhel8@sha256:a4025dfcd79bcb22e2ab91e1bc027c200f9c2741ed2c3a576a64cb24084c584e_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-hook-runner-rhel8@sha256:419c11ecd25664d16f77aec6589c9fa183832947766f75575dfab4bc059fe876_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-log-reader-rhel8@sha256:6886c4d68d7c6100b5eb7239ae8ce14871403a71ce69b35c42c0ce238b32ff87_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-must-gather-rhel8@sha256:08bb8048bb9fc00ba84e846fce7ce3e37506fbadf077b487c1d3d2dd607b2277_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-openvpn-rhel8@sha256:1e0cf80fab89615624cf7f9f62e72e161af4143ed1d6245db45f09ba8382dbc4_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-operator-bundle@sha256:9616b52c1d745b7bf37c0237a6cd2cde9a1d9e8dbfdb5e5cb49504805e706065_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-registry-rhel8@sha256:c7f229ac51306d667f9b766fb1a464686fa47eb06d5658dbe4977e25b4877b20_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-rhel8-operator@sha256:79c957509adaff575917d1e70ec25965a4230c0a2deb9cd9007089dfc3ec39cc_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b556472a46fbac2508b8f36b975c8fdb26a77a2fc8bd43b2667f9151bf1cbc3f_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:8765eb907963a6677c1af44dee1168d635d243824396f73c829697b1582046e9_amd64"
]
},
"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-09-26T03:46:53+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.8:rhmtc/openshift-migration-ui-rhel8@sha256:db4903f395697e2eb244a0251ec1a5f89b12434501cb56889f2af37770f95f58_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:7164"
}
],
"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": [
"8Base-RHMTC-1.8:rhmtc/openshift-migration-controller-rhel8@sha256:a4025dfcd79bcb22e2ab91e1bc027c200f9c2741ed2c3a576a64cb24084c584e_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-hook-runner-rhel8@sha256:419c11ecd25664d16f77aec6589c9fa183832947766f75575dfab4bc059fe876_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-log-reader-rhel8@sha256:6886c4d68d7c6100b5eb7239ae8ce14871403a71ce69b35c42c0ce238b32ff87_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-must-gather-rhel8@sha256:08bb8048bb9fc00ba84e846fce7ce3e37506fbadf077b487c1d3d2dd607b2277_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-openvpn-rhel8@sha256:1e0cf80fab89615624cf7f9f62e72e161af4143ed1d6245db45f09ba8382dbc4_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-operator-bundle@sha256:9616b52c1d745b7bf37c0237a6cd2cde9a1d9e8dbfdb5e5cb49504805e706065_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-registry-rhel8@sha256:c7f229ac51306d667f9b766fb1a464686fa47eb06d5658dbe4977e25b4877b20_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-rhel8-operator@sha256:79c957509adaff575917d1e70ec25965a4230c0a2deb9cd9007089dfc3ec39cc_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b556472a46fbac2508b8f36b975c8fdb26a77a2fc8bd43b2667f9151bf1cbc3f_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-ui-rhel8@sha256:db4903f395697e2eb244a0251ec1a5f89b12434501cb56889f2af37770f95f58_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:8765eb907963a6677c1af44dee1168d635d243824396f73c829697b1582046e9_amd64"
]
}
],
"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-29018",
"cwe": {
"id": "CWE-669",
"name": "Incorrect Resource Transfer Between Spheres"
},
"discovery_date": "2024-03-21T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHMTC-1.8:rhmtc/openshift-migration-hook-runner-rhel8@sha256:419c11ecd25664d16f77aec6589c9fa183832947766f75575dfab4bc059fe876_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-log-reader-rhel8@sha256:6886c4d68d7c6100b5eb7239ae8ce14871403a71ce69b35c42c0ce238b32ff87_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-must-gather-rhel8@sha256:08bb8048bb9fc00ba84e846fce7ce3e37506fbadf077b487c1d3d2dd607b2277_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-openvpn-rhel8@sha256:1e0cf80fab89615624cf7f9f62e72e161af4143ed1d6245db45f09ba8382dbc4_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-operator-bundle@sha256:9616b52c1d745b7bf37c0237a6cd2cde9a1d9e8dbfdb5e5cb49504805e706065_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-registry-rhel8@sha256:c7f229ac51306d667f9b766fb1a464686fa47eb06d5658dbe4977e25b4877b20_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-rhel8-operator@sha256:79c957509adaff575917d1e70ec25965a4230c0a2deb9cd9007089dfc3ec39cc_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b556472a46fbac2508b8f36b975c8fdb26a77a2fc8bd43b2667f9151bf1cbc3f_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-ui-rhel8@sha256:db4903f395697e2eb244a0251ec1a5f89b12434501cb56889f2af37770f95f58_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:8765eb907963a6677c1af44dee1168d635d243824396f73c829697b1582046e9_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2270591"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in Moby due to excessive data output in external DNS requests from \"internal\" networks, enabling unauthorized access to sensitive system information by remote attackers. This flaw allows attackers to gain access to sensitive information by exploiting incorrect resource transfer between spheres through specially crafted requests.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "moby: external DNS requests from \u0027internal\u0027 networks could lead to data exfiltration",
"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.8:rhmtc/openshift-migration-controller-rhel8@sha256:a4025dfcd79bcb22e2ab91e1bc027c200f9c2741ed2c3a576a64cb24084c584e_amd64"
],
"known_not_affected": [
"8Base-RHMTC-1.8:rhmtc/openshift-migration-hook-runner-rhel8@sha256:419c11ecd25664d16f77aec6589c9fa183832947766f75575dfab4bc059fe876_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-log-reader-rhel8@sha256:6886c4d68d7c6100b5eb7239ae8ce14871403a71ce69b35c42c0ce238b32ff87_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-must-gather-rhel8@sha256:08bb8048bb9fc00ba84e846fce7ce3e37506fbadf077b487c1d3d2dd607b2277_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-openvpn-rhel8@sha256:1e0cf80fab89615624cf7f9f62e72e161af4143ed1d6245db45f09ba8382dbc4_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-operator-bundle@sha256:9616b52c1d745b7bf37c0237a6cd2cde9a1d9e8dbfdb5e5cb49504805e706065_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-registry-rhel8@sha256:c7f229ac51306d667f9b766fb1a464686fa47eb06d5658dbe4977e25b4877b20_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-rhel8-operator@sha256:79c957509adaff575917d1e70ec25965a4230c0a2deb9cd9007089dfc3ec39cc_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b556472a46fbac2508b8f36b975c8fdb26a77a2fc8bd43b2667f9151bf1cbc3f_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-ui-rhel8@sha256:db4903f395697e2eb244a0251ec1a5f89b12434501cb56889f2af37770f95f58_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:8765eb907963a6677c1af44dee1168d635d243824396f73c829697b1582046e9_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-29018"
},
{
"category": "external",
"summary": "RHBZ#2270591",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2270591"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-29018",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29018"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-29018",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-29018"
},
{
"category": "external",
"summary": "https://github.com/moby/moby/pull/46609",
"url": "https://github.com/moby/moby/pull/46609"
},
{
"category": "external",
"summary": "https://github.com/moby/moby/security/advisories/GHSA-mq39-4gv4-mvpx",
"url": "https://github.com/moby/moby/security/advisories/GHSA-mq39-4gv4-mvpx"
}
],
"release_date": "2024-03-20T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-09-26T03:46:53+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.8:rhmtc/openshift-migration-controller-rhel8@sha256:a4025dfcd79bcb22e2ab91e1bc027c200f9c2741ed2c3a576a64cb24084c584e_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:7164"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"8Base-RHMTC-1.8:rhmtc/openshift-migration-controller-rhel8@sha256:a4025dfcd79bcb22e2ab91e1bc027c200f9c2741ed2c3a576a64cb24084c584e_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-hook-runner-rhel8@sha256:419c11ecd25664d16f77aec6589c9fa183832947766f75575dfab4bc059fe876_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-log-reader-rhel8@sha256:6886c4d68d7c6100b5eb7239ae8ce14871403a71ce69b35c42c0ce238b32ff87_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-must-gather-rhel8@sha256:08bb8048bb9fc00ba84e846fce7ce3e37506fbadf077b487c1d3d2dd607b2277_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-openvpn-rhel8@sha256:1e0cf80fab89615624cf7f9f62e72e161af4143ed1d6245db45f09ba8382dbc4_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-operator-bundle@sha256:9616b52c1d745b7bf37c0237a6cd2cde9a1d9e8dbfdb5e5cb49504805e706065_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-registry-rhel8@sha256:c7f229ac51306d667f9b766fb1a464686fa47eb06d5658dbe4977e25b4877b20_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-rhel8-operator@sha256:79c957509adaff575917d1e70ec25965a4230c0a2deb9cd9007089dfc3ec39cc_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b556472a46fbac2508b8f36b975c8fdb26a77a2fc8bd43b2667f9151bf1cbc3f_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-ui-rhel8@sha256:db4903f395697e2eb244a0251ec1a5f89b12434501cb56889f2af37770f95f58_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:8765eb907963a6677c1af44dee1168d635d243824396f73c829697b1582046e9_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "moby: external DNS requests from \u0027internal\u0027 networks could lead to data exfiltration"
},
{
"cve": "CVE-2024-29041",
"cwe": {
"id": "CWE-601",
"name": "URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)"
},
"discovery_date": "2024-06-07T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHMTC-1.8:rhmtc/openshift-migration-controller-rhel8@sha256:a4025dfcd79bcb22e2ab91e1bc027c200f9c2741ed2c3a576a64cb24084c584e_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-hook-runner-rhel8@sha256:419c11ecd25664d16f77aec6589c9fa183832947766f75575dfab4bc059fe876_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-log-reader-rhel8@sha256:6886c4d68d7c6100b5eb7239ae8ce14871403a71ce69b35c42c0ce238b32ff87_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-must-gather-rhel8@sha256:08bb8048bb9fc00ba84e846fce7ce3e37506fbadf077b487c1d3d2dd607b2277_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-openvpn-rhel8@sha256:1e0cf80fab89615624cf7f9f62e72e161af4143ed1d6245db45f09ba8382dbc4_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-operator-bundle@sha256:9616b52c1d745b7bf37c0237a6cd2cde9a1d9e8dbfdb5e5cb49504805e706065_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-registry-rhel8@sha256:c7f229ac51306d667f9b766fb1a464686fa47eb06d5658dbe4977e25b4877b20_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-rhel8-operator@sha256:79c957509adaff575917d1e70ec25965a4230c0a2deb9cd9007089dfc3ec39cc_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b556472a46fbac2508b8f36b975c8fdb26a77a2fc8bd43b2667f9151bf1cbc3f_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:8765eb907963a6677c1af44dee1168d635d243824396f73c829697b1582046e9_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2290901"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Express.js minimalist web framework for node. Upstream versions of Express.js before 4.19.0 and all pre-release alpha and beta versions of 5.0 are affected by an open redirect vulnerability using malformed URLs. When a user of Express performs a redirect using a user-provided URL, Express performs an encode [using `encodeurl`](https://github.com/pillarjs/encodeurl) on the contents before passing it to the `location` header. This issue can cause malformed URLs to be evaluated in unexpected ways by common redirect allow list implementations in Express applications, leading to an Open Redirect via bypass of a properly implemented allow list. The main method impacted is `res.location()`, but this is also called from within `res.redirect()`. The vulnerability is fixed in upstream version 4.19.2 and 5.0.0-beta.3.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "express: cause malformed URLs to be evaluated",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Fuse 7 only uses express as part of build time development dependency, it is not part of the final product delivery.\n\nUpstream versions should not be relied upon for ultimate determination of affectedness. Red Hat might backport fixes from upstream versions on a case by case basis.",
"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.8:rhmtc/openshift-migration-ui-rhel8@sha256:db4903f395697e2eb244a0251ec1a5f89b12434501cb56889f2af37770f95f58_amd64"
],
"known_not_affected": [
"8Base-RHMTC-1.8:rhmtc/openshift-migration-controller-rhel8@sha256:a4025dfcd79bcb22e2ab91e1bc027c200f9c2741ed2c3a576a64cb24084c584e_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-hook-runner-rhel8@sha256:419c11ecd25664d16f77aec6589c9fa183832947766f75575dfab4bc059fe876_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-log-reader-rhel8@sha256:6886c4d68d7c6100b5eb7239ae8ce14871403a71ce69b35c42c0ce238b32ff87_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-must-gather-rhel8@sha256:08bb8048bb9fc00ba84e846fce7ce3e37506fbadf077b487c1d3d2dd607b2277_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-openvpn-rhel8@sha256:1e0cf80fab89615624cf7f9f62e72e161af4143ed1d6245db45f09ba8382dbc4_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-operator-bundle@sha256:9616b52c1d745b7bf37c0237a6cd2cde9a1d9e8dbfdb5e5cb49504805e706065_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-registry-rhel8@sha256:c7f229ac51306d667f9b766fb1a464686fa47eb06d5658dbe4977e25b4877b20_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-rhel8-operator@sha256:79c957509adaff575917d1e70ec25965a4230c0a2deb9cd9007089dfc3ec39cc_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b556472a46fbac2508b8f36b975c8fdb26a77a2fc8bd43b2667f9151bf1cbc3f_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:8765eb907963a6677c1af44dee1168d635d243824396f73c829697b1582046e9_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-29041"
},
{
"category": "external",
"summary": "RHBZ#2290901",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2290901"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-29041",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29041"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-29041",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-29041"
},
{
"category": "external",
"summary": "https://expressjs.com/en/4x/api.html#res.location",
"url": "https://expressjs.com/en/4x/api.html#res.location"
},
{
"category": "external",
"summary": "https://github.com/expressjs/express/commit/0867302ddbde0e9463d0564fea5861feb708c2dd",
"url": "https://github.com/expressjs/express/commit/0867302ddbde0e9463d0564fea5861feb708c2dd"
},
{
"category": "external",
"summary": "https://github.com/expressjs/express/commit/0b746953c4bd8e377123527db11f9cd866e39f94",
"url": "https://github.com/expressjs/express/commit/0b746953c4bd8e377123527db11f9cd866e39f94"
},
{
"category": "external",
"summary": "https://github.com/expressjs/express/pull/5539",
"url": "https://github.com/expressjs/express/pull/5539"
},
{
"category": "external",
"summary": "https://github.com/expressjs/express/security/advisories/GHSA-rv95-896h-c2vc",
"url": "https://github.com/expressjs/express/security/advisories/GHSA-rv95-896h-c2vc"
},
{
"category": "external",
"summary": "https://github.com/koajs/koa/issues/1800",
"url": "https://github.com/koajs/koa/issues/1800"
}
],
"release_date": "2024-03-25T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-09-26T03:46:53+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.8:rhmtc/openshift-migration-ui-rhel8@sha256:db4903f395697e2eb244a0251ec1a5f89b12434501cb56889f2af37770f95f58_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:7164"
},
{
"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.8:rhmtc/openshift-migration-controller-rhel8@sha256:a4025dfcd79bcb22e2ab91e1bc027c200f9c2741ed2c3a576a64cb24084c584e_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-hook-runner-rhel8@sha256:419c11ecd25664d16f77aec6589c9fa183832947766f75575dfab4bc059fe876_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-log-reader-rhel8@sha256:6886c4d68d7c6100b5eb7239ae8ce14871403a71ce69b35c42c0ce238b32ff87_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-must-gather-rhel8@sha256:08bb8048bb9fc00ba84e846fce7ce3e37506fbadf077b487c1d3d2dd607b2277_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-openvpn-rhel8@sha256:1e0cf80fab89615624cf7f9f62e72e161af4143ed1d6245db45f09ba8382dbc4_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-operator-bundle@sha256:9616b52c1d745b7bf37c0237a6cd2cde9a1d9e8dbfdb5e5cb49504805e706065_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-registry-rhel8@sha256:c7f229ac51306d667f9b766fb1a464686fa47eb06d5658dbe4977e25b4877b20_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-rhel8-operator@sha256:79c957509adaff575917d1e70ec25965a4230c0a2deb9cd9007089dfc3ec39cc_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b556472a46fbac2508b8f36b975c8fdb26a77a2fc8bd43b2667f9151bf1cbc3f_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-ui-rhel8@sha256:db4903f395697e2eb244a0251ec1a5f89b12434501cb56889f2af37770f95f58_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:8765eb907963a6677c1af44dee1168d635d243824396f73c829697b1582046e9_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"8Base-RHMTC-1.8:rhmtc/openshift-migration-controller-rhel8@sha256:a4025dfcd79bcb22e2ab91e1bc027c200f9c2741ed2c3a576a64cb24084c584e_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-hook-runner-rhel8@sha256:419c11ecd25664d16f77aec6589c9fa183832947766f75575dfab4bc059fe876_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-log-reader-rhel8@sha256:6886c4d68d7c6100b5eb7239ae8ce14871403a71ce69b35c42c0ce238b32ff87_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-must-gather-rhel8@sha256:08bb8048bb9fc00ba84e846fce7ce3e37506fbadf077b487c1d3d2dd607b2277_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-openvpn-rhel8@sha256:1e0cf80fab89615624cf7f9f62e72e161af4143ed1d6245db45f09ba8382dbc4_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-operator-bundle@sha256:9616b52c1d745b7bf37c0237a6cd2cde9a1d9e8dbfdb5e5cb49504805e706065_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-registry-rhel8@sha256:c7f229ac51306d667f9b766fb1a464686fa47eb06d5658dbe4977e25b4877b20_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-rhel8-operator@sha256:79c957509adaff575917d1e70ec25965a4230c0a2deb9cd9007089dfc3ec39cc_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b556472a46fbac2508b8f36b975c8fdb26a77a2fc8bd43b2667f9151bf1cbc3f_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-ui-rhel8@sha256:db4903f395697e2eb244a0251ec1a5f89b12434501cb56889f2af37770f95f58_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:8765eb907963a6677c1af44dee1168d635d243824396f73c829697b1582046e9_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "express: cause malformed URLs to be evaluated"
},
{
"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.8:rhmtc/openshift-migration-hook-runner-rhel8@sha256:419c11ecd25664d16f77aec6589c9fa183832947766f75575dfab4bc059fe876_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-log-reader-rhel8@sha256:6886c4d68d7c6100b5eb7239ae8ce14871403a71ce69b35c42c0ce238b32ff87_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-must-gather-rhel8@sha256:08bb8048bb9fc00ba84e846fce7ce3e37506fbadf077b487c1d3d2dd607b2277_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-openvpn-rhel8@sha256:1e0cf80fab89615624cf7f9f62e72e161af4143ed1d6245db45f09ba8382dbc4_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-operator-bundle@sha256:9616b52c1d745b7bf37c0237a6cd2cde9a1d9e8dbfdb5e5cb49504805e706065_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-registry-rhel8@sha256:c7f229ac51306d667f9b766fb1a464686fa47eb06d5658dbe4977e25b4877b20_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-rhel8-operator@sha256:79c957509adaff575917d1e70ec25965a4230c0a2deb9cd9007089dfc3ec39cc_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b556472a46fbac2508b8f36b975c8fdb26a77a2fc8bd43b2667f9151bf1cbc3f_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-ui-rhel8@sha256:db4903f395697e2eb244a0251ec1a5f89b12434501cb56889f2af37770f95f58_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:8765eb907963a6677c1af44dee1168d635d243824396f73c829697b1582046e9_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.8:rhmtc/openshift-migration-controller-rhel8@sha256:a4025dfcd79bcb22e2ab91e1bc027c200f9c2741ed2c3a576a64cb24084c584e_amd64"
],
"known_not_affected": [
"8Base-RHMTC-1.8:rhmtc/openshift-migration-hook-runner-rhel8@sha256:419c11ecd25664d16f77aec6589c9fa183832947766f75575dfab4bc059fe876_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-log-reader-rhel8@sha256:6886c4d68d7c6100b5eb7239ae8ce14871403a71ce69b35c42c0ce238b32ff87_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-must-gather-rhel8@sha256:08bb8048bb9fc00ba84e846fce7ce3e37506fbadf077b487c1d3d2dd607b2277_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-openvpn-rhel8@sha256:1e0cf80fab89615624cf7f9f62e72e161af4143ed1d6245db45f09ba8382dbc4_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-operator-bundle@sha256:9616b52c1d745b7bf37c0237a6cd2cde9a1d9e8dbfdb5e5cb49504805e706065_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-registry-rhel8@sha256:c7f229ac51306d667f9b766fb1a464686fa47eb06d5658dbe4977e25b4877b20_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-rhel8-operator@sha256:79c957509adaff575917d1e70ec25965a4230c0a2deb9cd9007089dfc3ec39cc_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b556472a46fbac2508b8f36b975c8fdb26a77a2fc8bd43b2667f9151bf1cbc3f_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-ui-rhel8@sha256:db4903f395697e2eb244a0251ec1a5f89b12434501cb56889f2af37770f95f58_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:8765eb907963a6677c1af44dee1168d635d243824396f73c829697b1582046e9_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-09-26T03:46:53+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.8:rhmtc/openshift-migration-controller-rhel8@sha256:a4025dfcd79bcb22e2ab91e1bc027c200f9c2741ed2c3a576a64cb24084c584e_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:7164"
},
{
"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.8:rhmtc/openshift-migration-controller-rhel8@sha256:a4025dfcd79bcb22e2ab91e1bc027c200f9c2741ed2c3a576a64cb24084c584e_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-hook-runner-rhel8@sha256:419c11ecd25664d16f77aec6589c9fa183832947766f75575dfab4bc059fe876_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-log-reader-rhel8@sha256:6886c4d68d7c6100b5eb7239ae8ce14871403a71ce69b35c42c0ce238b32ff87_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-must-gather-rhel8@sha256:08bb8048bb9fc00ba84e846fce7ce3e37506fbadf077b487c1d3d2dd607b2277_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-openvpn-rhel8@sha256:1e0cf80fab89615624cf7f9f62e72e161af4143ed1d6245db45f09ba8382dbc4_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-operator-bundle@sha256:9616b52c1d745b7bf37c0237a6cd2cde9a1d9e8dbfdb5e5cb49504805e706065_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-registry-rhel8@sha256:c7f229ac51306d667f9b766fb1a464686fa47eb06d5658dbe4977e25b4877b20_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-rhel8-operator@sha256:79c957509adaff575917d1e70ec25965a4230c0a2deb9cd9007089dfc3ec39cc_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b556472a46fbac2508b8f36b975c8fdb26a77a2fc8bd43b2667f9151bf1cbc3f_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-ui-rhel8@sha256:db4903f395697e2eb244a0251ec1a5f89b12434501cb56889f2af37770f95f58_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:8765eb907963a6677c1af44dee1168d635d243824396f73c829697b1582046e9_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.8:rhmtc/openshift-migration-controller-rhel8@sha256:a4025dfcd79bcb22e2ab91e1bc027c200f9c2741ed2c3a576a64cb24084c584e_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-hook-runner-rhel8@sha256:419c11ecd25664d16f77aec6589c9fa183832947766f75575dfab4bc059fe876_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-log-reader-rhel8@sha256:6886c4d68d7c6100b5eb7239ae8ce14871403a71ce69b35c42c0ce238b32ff87_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-must-gather-rhel8@sha256:08bb8048bb9fc00ba84e846fce7ce3e37506fbadf077b487c1d3d2dd607b2277_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-openvpn-rhel8@sha256:1e0cf80fab89615624cf7f9f62e72e161af4143ed1d6245db45f09ba8382dbc4_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-operator-bundle@sha256:9616b52c1d745b7bf37c0237a6cd2cde9a1d9e8dbfdb5e5cb49504805e706065_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-registry-rhel8@sha256:c7f229ac51306d667f9b766fb1a464686fa47eb06d5658dbe4977e25b4877b20_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-rhel8-operator@sha256:79c957509adaff575917d1e70ec25965a4230c0a2deb9cd9007089dfc3ec39cc_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b556472a46fbac2508b8f36b975c8fdb26a77a2fc8bd43b2667f9151bf1cbc3f_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-ui-rhel8@sha256:db4903f395697e2eb244a0251ec1a5f89b12434501cb56889f2af37770f95f58_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:8765eb907963a6677c1af44dee1168d635d243824396f73c829697b1582046e9_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "webpack-dev-middleware: lack of URL validation may lead to file leak"
},
{
"cve": "CVE-2024-39338",
"cwe": {
"id": "CWE-918",
"name": "Server-Side Request Forgery (SSRF)"
},
"discovery_date": "2024-08-13T17:21:32.774718+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHMTC-1.8:rhmtc/openshift-migration-controller-rhel8@sha256:a4025dfcd79bcb22e2ab91e1bc027c200f9c2741ed2c3a576a64cb24084c584e_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-hook-runner-rhel8@sha256:419c11ecd25664d16f77aec6589c9fa183832947766f75575dfab4bc059fe876_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-log-reader-rhel8@sha256:6886c4d68d7c6100b5eb7239ae8ce14871403a71ce69b35c42c0ce238b32ff87_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-must-gather-rhel8@sha256:08bb8048bb9fc00ba84e846fce7ce3e37506fbadf077b487c1d3d2dd607b2277_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-openvpn-rhel8@sha256:1e0cf80fab89615624cf7f9f62e72e161af4143ed1d6245db45f09ba8382dbc4_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-operator-bundle@sha256:9616b52c1d745b7bf37c0237a6cd2cde9a1d9e8dbfdb5e5cb49504805e706065_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-registry-rhel8@sha256:c7f229ac51306d667f9b766fb1a464686fa47eb06d5658dbe4977e25b4877b20_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-rhel8-operator@sha256:79c957509adaff575917d1e70ec25965a4230c0a2deb9cd9007089dfc3ec39cc_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b556472a46fbac2508b8f36b975c8fdb26a77a2fc8bd43b2667f9151bf1cbc3f_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:8765eb907963a6677c1af44dee1168d635d243824396f73c829697b1582046e9_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2304369"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in the Axios HTTP Client. It is vulnerable to a server-side request forgery attack (SSRF) caused by unexpected behavior where requests for path-relative URLs get processed as protocol-relative URLs. This flaw allows an attacker to perform arbitrary requests from the server, potentially accessing internal systems or exfiltrating sensitive data.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: axios: Server-Side Request Forgery",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as IMPORTANT because it can be exploited remotely with low complexity and without user interaction, it poses a significant risk to confidentiality.",
"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.8:rhmtc/openshift-migration-ui-rhel8@sha256:db4903f395697e2eb244a0251ec1a5f89b12434501cb56889f2af37770f95f58_amd64"
],
"known_not_affected": [
"8Base-RHMTC-1.8:rhmtc/openshift-migration-controller-rhel8@sha256:a4025dfcd79bcb22e2ab91e1bc027c200f9c2741ed2c3a576a64cb24084c584e_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-hook-runner-rhel8@sha256:419c11ecd25664d16f77aec6589c9fa183832947766f75575dfab4bc059fe876_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-log-reader-rhel8@sha256:6886c4d68d7c6100b5eb7239ae8ce14871403a71ce69b35c42c0ce238b32ff87_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-must-gather-rhel8@sha256:08bb8048bb9fc00ba84e846fce7ce3e37506fbadf077b487c1d3d2dd607b2277_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-openvpn-rhel8@sha256:1e0cf80fab89615624cf7f9f62e72e161af4143ed1d6245db45f09ba8382dbc4_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-operator-bundle@sha256:9616b52c1d745b7bf37c0237a6cd2cde9a1d9e8dbfdb5e5cb49504805e706065_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-registry-rhel8@sha256:c7f229ac51306d667f9b766fb1a464686fa47eb06d5658dbe4977e25b4877b20_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-rhel8-operator@sha256:79c957509adaff575917d1e70ec25965a4230c0a2deb9cd9007089dfc3ec39cc_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b556472a46fbac2508b8f36b975c8fdb26a77a2fc8bd43b2667f9151bf1cbc3f_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:8765eb907963a6677c1af44dee1168d635d243824396f73c829697b1582046e9_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-39338"
},
{
"category": "external",
"summary": "RHBZ#2304369",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2304369"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-39338",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-39338"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-39338",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-39338"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/releases",
"url": "https://github.com/axios/axios/releases"
},
{
"category": "external",
"summary": "https://jeffhacks.com/advisories/2024/06/24/CVE-2024-39338.html",
"url": "https://jeffhacks.com/advisories/2024/06/24/CVE-2024-39338.html"
}
],
"release_date": "2024-08-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-09-26T03:46:53+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.8:rhmtc/openshift-migration-ui-rhel8@sha256:db4903f395697e2eb244a0251ec1a5f89b12434501cb56889f2af37770f95f58_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:7164"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-RHMTC-1.8:rhmtc/openshift-migration-controller-rhel8@sha256:a4025dfcd79bcb22e2ab91e1bc027c200f9c2741ed2c3a576a64cb24084c584e_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-hook-runner-rhel8@sha256:419c11ecd25664d16f77aec6589c9fa183832947766f75575dfab4bc059fe876_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-log-reader-rhel8@sha256:6886c4d68d7c6100b5eb7239ae8ce14871403a71ce69b35c42c0ce238b32ff87_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-must-gather-rhel8@sha256:08bb8048bb9fc00ba84e846fce7ce3e37506fbadf077b487c1d3d2dd607b2277_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-openvpn-rhel8@sha256:1e0cf80fab89615624cf7f9f62e72e161af4143ed1d6245db45f09ba8382dbc4_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-operator-bundle@sha256:9616b52c1d745b7bf37c0237a6cd2cde9a1d9e8dbfdb5e5cb49504805e706065_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-registry-rhel8@sha256:c7f229ac51306d667f9b766fb1a464686fa47eb06d5658dbe4977e25b4877b20_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-rhel8-operator@sha256:79c957509adaff575917d1e70ec25965a4230c0a2deb9cd9007089dfc3ec39cc_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b556472a46fbac2508b8f36b975c8fdb26a77a2fc8bd43b2667f9151bf1cbc3f_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-ui-rhel8@sha256:db4903f395697e2eb244a0251ec1a5f89b12434501cb56889f2af37770f95f58_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:8765eb907963a6677c1af44dee1168d635d243824396f73c829697b1582046e9_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"8Base-RHMTC-1.8:rhmtc/openshift-migration-controller-rhel8@sha256:a4025dfcd79bcb22e2ab91e1bc027c200f9c2741ed2c3a576a64cb24084c584e_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-hook-runner-rhel8@sha256:419c11ecd25664d16f77aec6589c9fa183832947766f75575dfab4bc059fe876_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-log-reader-rhel8@sha256:6886c4d68d7c6100b5eb7239ae8ce14871403a71ce69b35c42c0ce238b32ff87_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-must-gather-rhel8@sha256:08bb8048bb9fc00ba84e846fce7ce3e37506fbadf077b487c1d3d2dd607b2277_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-openvpn-rhel8@sha256:1e0cf80fab89615624cf7f9f62e72e161af4143ed1d6245db45f09ba8382dbc4_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-operator-bundle@sha256:9616b52c1d745b7bf37c0237a6cd2cde9a1d9e8dbfdb5e5cb49504805e706065_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-registry-rhel8@sha256:c7f229ac51306d667f9b766fb1a464686fa47eb06d5658dbe4977e25b4877b20_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-rhel8-operator@sha256:79c957509adaff575917d1e70ec25965a4230c0a2deb9cd9007089dfc3ec39cc_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b556472a46fbac2508b8f36b975c8fdb26a77a2fc8bd43b2667f9151bf1cbc3f_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-ui-rhel8@sha256:db4903f395697e2eb244a0251ec1a5f89b12434501cb56889f2af37770f95f58_amd64",
"8Base-RHMTC-1.8:rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:8765eb907963a6677c1af44dee1168d635d243824396f73c829697b1582046e9_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: axios: Server-Side Request Forgery"
}
]
}
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.